docs: update info around mirrored doc sites (#1959)

This commit is contained in:
Clement Tsang
2026-01-16 01:01:49 -05:00
committed by GitHub
parent 99a993219e
commit a95e46a48e
+5 -5
View File
@@ -9,7 +9,7 @@
[<img src="https://img.shields.io/crates/v/bottom.svg?style=flat-square" alt="crates.io link">](https://crates.io/crates/bottom)
[<img src="https://img.shields.io/badge/docs-stable-66c2a5?style=flat-square&labelColor=555555&logoColor=white" alt="Stable documentation">](https://bottom.pages.dev/stable)
[<img src="https://img.shields.io/badge/docs-nightly-88c0d0?style=flat-square&labelColor=555555&logoColor=white" alt="Nightly documentation">](https://bottom.pages.dev/nightly)
[<img src="https://img.shields.io/badge/docs-mirror-88c0d0?style=flat-square&labelColor=555555&logoColor=white" alt="Mirror for documentation">](https://clementtsang.github.io/bottom)
[<img src="https://img.shields.io/badge/docs-mirror-8A2BE2?style=flat-square&labelColor=555555&logoColor=white" alt="Doc mirror on GitHub Pages">](https://clementtsang.github.io/bottom/stable)
</div>
@@ -477,13 +477,13 @@ or filing a [bug report](https://github.com/ClementTsang/bottom/issues/new/choos
## Documentation
The main documentation page can be found at <https://bottom.pages.dev>. If needed, a mirror can be found at <https://clementtsang.github.io/bottom>.
The main documentation page can be found at <https://bottom.pages.dev>, using Cloudflare Pages. If needed, a mirror hosted using
Github Pages is also available at <https://clementtsang.github.io/bottom>.
## Contribution
Whether it's reporting bugs, suggesting features, maintaining packages, or submitting a PR,
contribution is always welcome! Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to
contribute to bottom.
Whether it's reporting bugs, suggesting features, maintaining packages, or submitting a PR, contribution is always welcome! Please read
[CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to contribute to bottom.
### Contributors