1
0
leahiel f2a3e104d4 Fixed typo in Router guide getting-started.md (#1208) 1 жил өмнө
..
fermi d461ffc011 feat: integrate fermi 3 жил өмнө
guide cad19fb59f docs: fix typo in `use_effect` description 2 жил өмнө
posts 98fc153152 Fix: Remove play button from guide example (#1118) 2 жил өмнө
reference 98fc153152 Fix: Remove play button from guide example (#1118) 2 жил өмнө
router f2a3e104d4 Fixed typo in Router guide getting-started.md (#1208) 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 ../../