|
пре 2 година | |
---|---|---|
.. | ||
fermi | пре 3 година | |
guide | пре 2 година | |
posts | пре 2 година | |
reference | пре 2 година | |
router | пре 2 година | |
.nojekyll | пре 3 година | |
README.md | пре 2 година |
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:
Linux and MacOS:
cd docs && cd guide && mdbook build -d ../nightly/guide && cd .. && cd router && mdbook build -d ../nightly/router && cd .. && cd ..
Windows:
cd docs; cd guide; mdbook build -d ../nightly/guide; cd ..; cd router; mdbook build -d ../nightly/router; cd ..; cd ..