|
il y a 1 an | |
---|---|---|
.. | ||
fermi | il y a 3 ans | |
guide | il y a 1 an | |
posts | il y a 2 ans | |
reference | il y a 2 ans | |
router | il y a 2 ans | |
.nojekyll | il y a 3 ans | |
README.md | il y a 2 ans |
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 ../../