We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71461d8 commit 7e77232Copy full SHA for 7e77232
book.toml
@@ -16,6 +16,8 @@ name = "Español"
16
rust = "#"
17
go = "#"
18
19
+[preprocessor.pagetoc]
20
+
21
[output.html.playground]
22
editable = true
23
@@ -25,4 +27,5 @@ site-url = "https://go-book.rustlang-es.org"
25
27
git-repository-url = "https://github.com/RustLangES/rust-para-go-devs"
26
28
git-repository-icon = "fa-github"
29
edit-url-template = "https://github.com/RustLangES/rust-para-go-devs/edit/main/{path}"
-additional-css = ["theme/extra.css"]
30
+additional-css = ["theme/extra.css", "theme/pagetoc.css"]
31
+additional-js = ["theme/pagetoc.js"]
theme/extra.css
@@ -3,4 +3,7 @@
3
}
4
.editable.hljs.ace_editor {
5
padding: 1rem;;
6
-}
+}
7
+:root {
8
+ --pagetoc-fontsize: 0.85em;
9
0 commit comments