diff options
| author | mat <git@matdoes.dev> | 2026-03-18 16:28:46 -1030 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-03-20 04:21:58 -0200 |
| commit | 25cd1c0b60604655b70d70f8ec33a54853905eea (patch) | |
| tree | 28911045f6d69b2fffcb8d9c5a92fe32657b5e4b /docs-rs/README.md | |
| parent | b03d2942e1bef98e13acadde5cbb8856a3f8c74d (diff) | |
| download | azalea-drasl-25cd1c0b60604655b70d70f8ec33a54853905eea.tar.xz | |
optimize pathfinder swarms and write perf guide
Diffstat (limited to 'docs-rs/README.md')
| -rw-r--r-- | docs-rs/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs-rs/README.md b/docs-rs/README.md index 3be1087a..46a3f559 100644 --- a/docs-rs/README.md +++ b/docs-rs/README.md @@ -3,14 +3,14 @@ This directory includes some templates and styling to extend and modify [rustdoc]'s output for Azalea's documentation on [docs.rs]. -See [Bevy's documentation](https://github.com/bevyengine/bevy/tree/main/docs-rs) for more info. +See [Bevy's documentation](https://github.com/bevyengine/bevy/tree/main/docs-rs) for more info on `trait-tags`. ## Local Testing -Build the documentation with the extension enabled like this: +Building the documentation with the extensions enabled can be done like this: ```bash -RUSTDOCFLAGS="--html-after-content docs-rs/trait-tags.html --cfg docsrs_dep" RUSTFLAGS="--cfg docsrs_dep" cargo doc --no-deps --package <package_name> +RUSTDOCFLAGS="--html-after-content docs-rs/trait-tags.html --html-after-content docs-rs/arborium-header.html --cfg docsrs_dep" RUSTFLAGS="--cfg docsrs_dep" cargo doc --no-deps --package <package_name> ``` [rustdoc]: https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html |
