2022-07-09 16:31:46 +00:00
|
|
|
[book.en]
|
2021-10-16 21:04:28 +00:00
|
|
|
title = "Dioxus Documentation"
|
2022-07-07 08:50:36 +00:00
|
|
|
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"
|
|
|
|
|
2022-07-09 16:31:46 +00:00
|
|
|
[language.en]
|
|
|
|
name = "English"
|
|
|
|
|
2022-07-11 17:28:12 +00:00
|
|
|
[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
|
2023-01-06 23:00:12 +00:00
|
|
|
# running examples will not work because dioxus is not a included in the playground
|
|
|
|
runnable = false
|
2021-10-16 21:04:28 +00:00
|
|
|
|
|
|
|
[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
|
|
|
|
|
2022-08-04 15:26:04 +00:00
|
|
|
# [output.html.redirect]
|
|
|
|
# "/format/config.html" = "configuration/index.html"
|