|
1 vuosi sitten | |
---|---|---|
.. | ||
fermi | 3 vuotta sitten | |
guide | 1 vuosi sitten | |
posts | 2 vuotta sitten | |
reference | 2 vuotta sitten | |
router | 2 vuotta sitten | |
.nojekyll | 3 vuotta sitten | |
README.md | 2 vuotta sitten |
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 ../../