book.toml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. [language.pt-br]
  9. name = "Português Brasileiro"
  10. title = "Documentação do Dioxus"
  11. description = "Introdução ao Dioxus, um framework portátil, de alto desempenho e ergonômico para criar interfaces de usuário multiplataforma em Rust."
  12. [rust]
  13. edition = "2018"
  14. [output.html]
  15. mathjax-support = true
  16. site-url = "/mdBook/"
  17. git-repository-url = "https://github.com/DioxusLabs/dioxus/edit/master/docs/guide"
  18. edit-url-template = "https://github.com/DioxusLabs/dioxus/edit/master/docs/guide/{path}"
  19. [output.html.playground]
  20. editable = true
  21. line-numbers = true
  22. # running examples will not work because dioxus is not a included in the playground
  23. runnable = false
  24. [output.html.search]
  25. limit-results = 20
  26. use-boolean-and = true
  27. boost-title = 2
  28. boost-hierarchy = 2
  29. boost-paragraph = 1
  30. expand = true
  31. heading-split-level = 2
  32. # [output.html.redirect]
  33. # "/format/config.html" = "configuration/index.html"