Andrea Frigido dccad58f1d Update license field following SPDX 2.1 license expression standard преди 1 година
..
fermi d461ffc011 feat: integrate fermi преди 3 години
guide dccad58f1d Update license field following SPDX 2.1 license expression standard преди 1 година
posts 98fc153152 Fix: Remove play button from guide example (#1118) преди 2 години
router dccad58f1d Update license field following SPDX 2.1 license expression standard преди 1 година
.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 ../../