mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-24 05:03:06 +00:00
cd4474cc4f
* work on updating docs to master version * more updates * more polishing * finish interactivity chapter * finish updating core guide * fix grammer mistakes and typos * more grammer fixes * add liveview guide * remove doc build * WIP custom renderer docs * add axum as dev-dependancy to guide * fix examples * fix overview example * use md book fork to fix compilation
40 lines
1.1 KiB
TOML
40 lines
1.1 KiB
TOML
[book.en]
|
|
title = "Dioxus Documentation"
|
|
description = "Get started with Dioxus, a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust"
|
|
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."
|
|
|
|
[rust]
|
|
edition = "2018"
|
|
|
|
[output.html]
|
|
mathjax-support = true
|
|
site-url = "/mdBook/"
|
|
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}"
|
|
|
|
[output.html.playground]
|
|
editable = true
|
|
line-numbers = true
|
|
# running examples will not work because dioxus is not a included in the playground
|
|
runnable = false
|
|
|
|
[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"
|