mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-14 00:17:17 +00:00
98fc153152
* fix: Remove play button from guide example * Update index.md * update other examples |
||
---|---|---|
.. | ||
fermi | ||
guide | ||
posts | ||
reference | ||
router | ||
.nojekyll | ||
README.md |
Building the Documentation
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 ../../