From 3c8d2b6affe94b5428e6e04fcd21092ed50443d7 Mon Sep 17 00:00:00 2001 From: Dave Wilding Date: Tue, 10 Dec 2024 09:09:21 +0800 Subject: [PATCH] docs: add release info to homepage (#533) This PR adds a new section called "Releases" to the docs homepage. The purpose is to help newcomers find the Pebble release notes. Preview build: https://canonical-pebble--533.com.readthedocs.build/en/533/ (While making this change, I also removed a couple of trailing periods in the "Project and community" bullets, for consistency) --- docs/index.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 28900fb43..398138f04 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,15 +38,21 @@ Pebble is useful for developers who are building [Juju charms on Kubernetes](htt ``` ```` +## Releases + +[Read the release notes](https://github.com/canonical/pebble/releases) + +Pebble releases are tracked in GitHub. To get notified when there's a new release, watch the [Pebble repository](https://github.com/canonical/pebble). + ## Project and community Pebble is free software and released under [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). The Pebble project is sponsored by [Canonical Ltd](https://www.canonical.com). -- [Code of conduct](https://ubuntu.com/community/ethos/code-of-conduct). +- [Code of conduct](https://ubuntu.com/community/ethos/code-of-conduct) - [Contribute to the project](https://github.com/canonical/pebble?tab=readme-ov-file#contributing) -- [Development](https://github.com/canonical/pebble/blob/master/HACKING.md): information on how to run and hack on the Pebble codebase during development. +- [Development](https://github.com/canonical/pebble/blob/master/HACKING.md): information on how to run and hack on the Pebble codebase during development ```{filtered-toctree} :hidden: