Jonathan Kelley 16763c065b Rename dioxus to dx in examples and fullstack il y a 1 an
..
fermi d461ffc011 feat: integrate fermi il y a 3 ans
guide 16763c065b Rename dioxus to dx in examples and fullstack il y a 1 an
posts 98fc153152 Fix: Remove play button from guide example (#1118) il y a 2 ans
reference 98fc153152 Fix: Remove play button from guide example (#1118) il y a 2 ans
router eee6cbabb2 Update Router book to reflect crate separation and need for `web` feature. (#873) il y a 2 ans
.nojekyll 54d050cf89 docs: strong improvmenets, first major section done il y a 3 ans
README.md ae8a7ccbd2 fix docs build command il y a 2 ans

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