Marc Espín 95887e836c fix: Add the --locked param to every cli installation command (#1427) hai 1 ano
..
fermi d461ffc011 feat: integrate fermi %!s(int64=3) %!d(string=hai) anos
guide 95887e836c fix: Add the --locked param to every cli installation command (#1427) hai 1 ano
posts 5f0dd3af3e it almost lives? hai 1 ano
router 5f0dd3af3e it almost lives? hai 1 ano
.nojekyll 54d050cf89 docs: strong improvmenets, first major section done %!s(int64=3) %!d(string=hai) anos
README.md ae8a7ccbd2 fix docs build command %!s(int64=2) %!d(string=hai) anos

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