Evan Almloff bc99d9b01a fix formatting пре 2 година
..
fermi d461ffc011 feat: integrate fermi пре 3 година
guide 9db13f5823 Merge pull request #1044 from elliotwaite/docs-fix пре 2 година
posts 3f3db39c28 update doc links пре 2 година
router bc99d9b01a fix formatting пре 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 ../../