|
há 1 ano atrás | |
---|---|---|
.. | ||
fermi | há 3 anos atrás | |
guide | há 1 ano atrás | |
posts | há 2 anos atrás | |
reference | há 2 anos atrás | |
router | há 2 anos atrás | |
.nojekyll | há 3 anos atrás | |
README.md | há 2 anos atrás |
Dioxus uses a fork of MdBook with multilanguage support. To build the documentation, you will need to install the forked version of MdBook.
cargo install mdbook --git https://github.com/Demonthos/mdBook.git --branch master
Then, you can build the documentation by running:
cd docs
cd guide
mdbook build -d ../nightly/guide
cd ..
cd router
mdbook build -d ../nightly/router
cd ../../