book.toml 812 B

123456789101112131415161718192021222324252627282930313233
  1. [book.en]
  2. title = "Dioxus Documentation"
  3. description = "Get started with Dioxus, a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust"
  4. authors = ["Jonathan Kelley"]
  5. language = "en"
  6. [language.en]
  7. name = "English"
  8. [rust]
  9. edition = "2018"
  10. [output.html]
  11. mathjax-support = true
  12. site-url = "/mdBook/"
  13. git-repository-url = "https://github.com/DioxusLabs/dioxus/edit/master/docs/guide"
  14. edit-url-template = "https://github.com/DioxusLabs/dioxus/edit/master/docs/guide/{path}"
  15. [output.html.playground]
  16. editable = true
  17. line-numbers = true
  18. [output.html.search]
  19. limit-results = 20
  20. use-boolean-and = true
  21. boost-title = 2
  22. boost-hierarchy = 2
  23. boost-paragraph = 1
  24. expand = true
  25. heading-split-level = 2
  26. [output.html.redirect]
  27. "/format/config.html" = "configuration/index.html"