mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-26 04:23:08 +00:00
31 lines
710 B
TOML
31 lines
710 B
TOML
|
[book]
|
||
|
title = "Dioxus Documentation"
|
||
|
description = "Create book from markdown files. Like Gitbook but implemented in Rust"
|
||
|
authors = ["Jonathan Kelley"]
|
||
|
language = "en"
|
||
|
|
||
|
[rust]
|
||
|
edition = "2018"
|
||
|
|
||
|
[output.html]
|
||
|
mathjax-support = true
|
||
|
site-url = "/mdBook/"
|
||
|
git-repository-url = "https://github.com/rust-lang/mdBook/tree/master/guide"
|
||
|
edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}"
|
||
|
|
||
|
[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"
|