No description
- JavaScript 100%
|
Dea
3a416f7700
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
|
||
|---|---|---|
| .woodpecker | ci(fix): add secret token for pushing | |
| assets/mermaid | chore(mermaid): update to v10.8.0 | |
| src | fix: fix outdated commands and project settings | |
| .gitignore | initial commit | |
| book.toml | build: add mermaid [skip ci] | |
| README.md | docs(readme): add detailed information [skip ci] | |
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