From a29981b67110f27ee17100b726276b810f521208 Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Tue, 25 Jul 2023 15:50:24 -0400 Subject: [PATCH] Add docs key and point at Discourse Add the 'docs' key and point it at a Discourse topic previously populated with the charm's README contents. When the new charm revision is released to the Charmhub, this Discourse-based content will be displayed there. In the absense of the this new key, the Charmhub's default behaviour is to display the value of the charm's 'description' key. Change-Id: I782890f44628a634c7adcf9cdace753c62d6c262 --- metadata.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata.yaml b/metadata.yaml index 24f04fc..56e0a24 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -4,6 +4,7 @@ maintainer: OpenStack Charmers description: | Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability. +docs: https://discourse.charmhub.io/t/ceph-proxy-docs-index/11218 tags: - openstack - storage