1
0

book.toml 722 B

123456789101112131415161718192021222324252627282930
  1. [book]
  2. title = "Dioxus Documentation"
  3. description = "Create book from markdown files. Like Gitbook but implemented in Rust"
  4. authors = ["Jonathan Kelley"]
  5. language = "en"
  6. [rust]
  7. edition = "2018"
  8. [output.html]
  9. mathjax-support = true
  10. site-url = "/mdBook/"
  11. git-repository-url = "https://github.com/DioxusLabs/dioxus/edit/master/docs/guide"
  12. edit-url-template = "https://github.com/DioxusLabs/dioxus/edit/master/docs/guide/{path}"
  13. [output.html.playground]
  14. editable = true
  15. line-numbers = true
  16. [output.html.search]
  17. limit-results = 20
  18. use-boolean-and = true
  19. boost-title = 2
  20. boost-hierarchy = 2
  21. boost-paragraph = 1
  22. expand = true
  23. heading-split-level = 2
  24. [output.html.redirect]
  25. "/format/config.html" = "configuration/index.html"