You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,9 @@ Here are the options that can be stored in this file:
111
111
}
112
112
},
113
113
114
+
// Variables for templating
115
+
"variables": {},
116
+
114
117
// Links in template (null: default, false: remove, string: new value)
115
118
"links": {
116
119
// Custom links at top of sidebar
@@ -133,9 +136,6 @@ Here are the options that can be stored in this file:
133
136
134
137
// Options for PDF generation
135
138
"pdf": {
136
-
// Add toc at the end of the file
137
-
"toc": true,
138
-
139
139
// Add page numbers to the bottom of every page
140
140
"pageNumbers": false,
141
141
@@ -248,7 +248,7 @@ The platform [GitBook.io](https://www.gitbook.io/) is like an "Heroku for books"
248
248
249
249
#### Plugins
250
250
251
-
Plugins can used to extend your book's functionality. Read [GitbookIO/plugin](https://github.com/GitbookIO/plugin) for more information about how to build a plugin for GitBook.
251
+
Plugins can be used to extend your book's functionality. Read [GitbookIO/plugin](https://github.com/GitbookIO/plugin) for more information about how to build a plugin for GitBook.
252
252
253
253
##### Official plugins:
254
254
@@ -258,6 +258,7 @@ Plugins can used to extend your book's functionality. Read [GitbookIO/plugin](ht
258
258
|[quizzes](https://github.com/GitbookIO/plugin-quizzes)| Add interactive quizzes to your book. |
259
259
|[mathjax](https://github.com/GitbookIO/plugin-mathjax)| Displays mathematical notation in the book. |
260
260
|[mixpanel](https://github.com/GitbookIO/plugin-mixpanel)| Mixpanel tracking for your book |
0 commit comments