nginxinc / ngx-rust

Rust binding for NGINX
Apache License 2.0
726 stars 58 forks source link

Publish crate docs to GitHub Pages #86

Open bavshin-f5 opened 1 month ago

bavshin-f5 commented 1 month ago

docs.rs builds are currently broken (#85), and getting these fixed seems a bit complicated. The next best thing is to host the crate documentation ourselves on GitHub Pages.

Preview: https://bavshin-f5.github.io/ngx-rust/ngx/index.html Only nightly docs for now, will figure out how to handle the tagged releases later.

Required repository configuration: