|
před 2 roky | |
---|---|---|
.. | ||
fermi | před 3 roky | |
guide | před 2 roky | |
posts | před 2 roky | |
reference | před 2 roky | |
router | před 2 roky | |
.nojekyll | před 3 roky | |
README.md | před 2 roky |
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 ..