Documentation
This documentation is built with mdBook. The sources live in docs/src/; the build output goes to docs/book/ (git-ignored).
-
Install rust
-
Install mdbook
cargo install mdbook
- Install this to ensure external links will be opened in a new tab https://crates.io/crates/mdbook-external-links
cargo install mdbook-external-links
- Install extention for alerts https://crates.io/crates/mdbook-alerts
cargo install mdbook-alerts
Caution
??? How to prevent the markdown below of being parsed?
> [!NOTE]
> Highlights information that users should take into account, even when skimming.
> [!TIP]
> Optional information to help a user be more successful.
> [!IMPORTANT]
> Crucial information necessary for users to succeed.
> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.
> [!CAUTION]
> Negative potential consequences of an action.
- build the book locally
mdbook serve --open