From 1ae4e407eddfffbd62d6c0786e282a5b9392ae64 Mon Sep 17 00:00:00 2001 From: Aaron Kuehler Date: Mon, 27 Nov 2023 13:54:40 -0500 Subject: [PATCH] [FVR-119] Add software catalog / portal entry (#23) Closes: https://nitro.powerhrg.com/runway/backlog_items/FVR-119 - Add the redis-operator project to the Power software catalog - Move the project documentation for ingestion into the software catalog - Add forever-people as stewards of the redis-operator project int he software catalog --- README.md => docs/README.md | 0 mkdocs.yml | 6 ++++++ portal.yml | 18 ++++++++++++++++++ 3 files changed, 24 insertions(+) rename README.md => docs/README.md (100%) create mode 100644 mkdocs.yml create mode 100644 portal.yml diff --git a/README.md b/docs/README.md similarity index 100% rename from README.md rename to docs/README.md diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 000000000..dc7286e4e --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,6 @@ +site_name: redis-opeartor +site_description: Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes. +nav: + - 'Home': 'README.md' +plugins: + - techdocs-core diff --git a/portal.yml b/portal.yml new file mode 100644 index 000000000..2ab391ca6 --- /dev/null +++ b/portal.yml @@ -0,0 +1,18 @@ +--- +apiVersion: backstage.io/v1alpha1 +kind: System +metadata: + name: redis-operator + title: Redis Operator + description: "Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes." + links: + - url: https://Github.com/powerhome/redis-operator + title: Github + icon: public + annotations: + backstage.io/techdocs-ref: dir:. + github.com/project-slug: powerhome/redis-operator +spec: + owner: forever-people + domain: technology-foundations-and-tools + lifecycle: production