3
0
Fork
You've already forked Book
0
No description
  • JavaScript 100%
Dea 3a416f7700
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci(fix): add secret token for pushing
2025年06月02日 05:17:39 -07:00
.woodpecker ci(fix): add secret token for pushing 2025年06月02日 05:17:39 -07:00
assets/mermaid chore(mermaid): update to v10.8.0 2024年02月06日 05:26:51 -08:00
src fix: fix outdated commands and project settings 2025年06月01日 23:38:26 -07:00
.gitignore initial commit 2023年11月30日 10:10:50 -08:00
book.toml build: add mermaid [skip ci] 2023年12月01日 14:33:21 -08:00
README.md docs(readme): add detailed information [skip ci] 2024年06月26日 23:17:50 -07:00

Exanima Modding Book

This is where the source of the book for EMTK lives. If you're looking to contribute documentation, you're in the right place.

If you're looking for the documentation in the book, go here.

Dependencies

You can install these with the following three different methods.

Cargo install

Compile from source with cargo.

cargo install mdbook
cargo install mdbook-mermaid

Cargo binstall

cargo-binstall is required for this method. This downloads a pre-compiled binary.

cargo binstall mdbook
cargo binstall mdbook-mermaid

Manual install

Download the binaries for your system. After downloading, make sure the binaries are in your system's PATH environment variable.

Building the book

mdbook serve --open