|
hai 1 ano | |
---|---|---|
.. | ||
fermi | %!s(int64=3) %!d(string=hai) anos | |
guide | hai 1 ano | |
posts | %!s(int64=2) %!d(string=hai) anos | |
reference | %!s(int64=2) %!d(string=hai) anos | |
router | %!s(int64=2) %!d(string=hai) anos | |
.nojekyll | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos |
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 ../../