summaryrefslogtreecommitdiffstats
path: root/vendor/mdbook/test_book/book.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/mdbook/test_book/book.toml')
-rw-r--r--vendor/mdbook/test_book/book.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/vendor/mdbook/test_book/book.toml b/vendor/mdbook/test_book/book.toml
new file mode 100644
index 000000000..a30500763
--- /dev/null
+++ b/vendor/mdbook/test_book/book.toml
@@ -0,0 +1,27 @@
+[book]
+title = "mdBook test book"
+description = "A demo book to test and validate changes"
+authors = ["YJDoc2"]
+language = "en"
+
+[rust]
+edition = "2018"
+
+[output.html]
+mathjax-support = true
+
+[output.html.playground]
+editable = true
+line-numbers = true
+
+[output.html.search]
+limit-results = 20
+use-boolean-and = true
+boost-title = 2
+boost-hierarchy = 2
+boost-paragraph = 1
+expand = true
+heading-split-level = 2
+
+[output.html.redirect]
+"/format/config.html" = "configuration/index.html"