dioxus/docs/guide/book.toml

39 lines
1 KiB
TOML
Raw Normal View History

[book.en]
2021-10-16 21:04:28 +00:00
title = "Dioxus Documentation"
description = "Get started with Dioxus, a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust"
2021-10-16 21:04:28 +00:00
authors = ["Jonathan Kelley"]
language = "en"
[language.en]
name = "English"
[language.pt-br]
name = "Português Brasileiro"
title = "Documentação do Dioxus"
description = "Introdução ao Dioxus, um framework portátil, de alto desempenho e ergonômico para criar interfaces de usuário multiplataforma em Rust."
2021-10-16 21:04:28 +00:00
[rust]
edition = "2018"
[output.html]
mathjax-support = true
site-url = "/mdBook/"
2022-01-13 10:16:55 +00:00
git-repository-url = "https://github.com/DioxusLabs/dioxus/edit/master/docs/guide"
edit-url-template = "https://github.com/DioxusLabs/dioxus/edit/master/docs/guide/{path}"
2021-10-16 21:04:28 +00:00
[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"