ealmloff c33d1f5dc2 Merge branch 'DioxusLabs:master' into router-typesafe 2 år sedan
..
fermi d461ffc011 feat: integrate fermi 3 år sedan
guide 0f684f0567 Fix typo (#1071) 2 år sedan
posts 3f3db39c28 update doc links 2 år sedan
router a9307e57e6 fix CI 2 år sedan
.nojekyll 54d050cf89 docs: strong improvmenets, first major section done 3 år sedan
README.md ae8a7ccbd2 fix docs build command 2 år sedan

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