book.toml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. [output.html.search]
  23. limit-results = 20
  24. use-boolean-and = true
  25. boost-title = 2
  26. boost-hierarchy = 2
  27. boost-paragraph = 1
  28. expand = true
  29. heading-split-level = 2
  30. [output.html.redirect]
  31. "/format/config.html" = "configuration/index.html"