Evan Almloff 158852e5a0 make regestering server functions optional 2 лет назад
..
fermi d461ffc011 feat: integrate fermi 3 лет назад
guide 158852e5a0 make regestering server functions optional 2 лет назад
posts 41bf87e74f Merge branch 'upstream' into simplify-native-core 2 лет назад
reference 41bf87e74f Merge branch 'upstream' into simplify-native-core 2 лет назад
router 41bf87e74f Merge branch 'upstream' into simplify-native-core 2 лет назад
.nojekyll 54d050cf89 docs: strong improvmenets, first major section done 3 лет назад
README.md ae8a7ccbd2 fix docs build command 2 лет назад

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 ../../