bevy_lint's official lint documentation is built using rustdoc. Normally we'd be able to use https://docs.rs for host these docs, but it is unclear whether we will be able to publish to https://crates.io (see #150).
I originally set up something for this in #152, so you should be able to copy the changes from there! (Anything changed within the .github/workflows folder.)
bevy_lint
's official lint documentation is built usingrustdoc
. Normally we'd be able to use https://docs.rs for host these docs, but it is unclear whether we will be able to publish to https://crates.io (see #150).In the meantime, we should use Github Pages to host our unstable docs at https://thebevyflock.github.io/bevy_cli/bevy_lint.
I originally set up something for this in #152, so you should be able to copy the changes from there! (Anything changed within the
.github/workflows
folder.)