From 25cd1c0b60604655b70d70f8ec33a54853905eea Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 18 Mar 2026 16:28:46 -1030 Subject: optimize pathfinder swarms and write perf guide --- docs-rs/README.md | 6 +++--- docs-rs/arborium-header.html | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 docs-rs/arborium-header.html (limited to 'docs-rs') 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 +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 ``` [rustdoc]: https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html diff --git a/docs-rs/arborium-header.html b/docs-rs/arborium-header.html new file mode 100644 index 00000000..f0772b20 --- /dev/null +++ b/docs-rs/arborium-header.html @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3