Vinicius Gobbo Antunes de Oliveira 8946944d68 DOC: Add note about form prevent_default behavior. (#1343) 1 年之前
..
fermi d461ffc011 feat: integrate fermi 3 年之前
guide 8946944d68 DOC: Add note about form prevent_default behavior. (#1343) 1 年之前
posts 5f0dd3af3e it almost lives? 1 年之前
router 5f0dd3af3e it almost lives? 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 ../../