From 6c20aa0bc1ca7a590f8ac3f3052f2b77955a3783 Mon Sep 17 00:00:00 2001 From: Rasheed Amir Date: Wed, 23 Mar 2022 13:46:39 +0100 Subject: [PATCH 1/2] update TO docs --- content/sre/tenant-operator/tenant-roles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/sre/tenant-operator/tenant-roles.md b/content/sre/tenant-operator/tenant-roles.md index f9033985..2a972462 100644 --- a/content/sre/tenant-operator/tenant-roles.md +++ b/content/sre/tenant-operator/tenant-roles.md @@ -1,4 +1,4 @@ -# Tenant Roles +# Tenant Member Roles Tenant Operator tenant members can have one of following 3 roles: From fa85958ae385d1fe37d9d79278e170db12f8628e Mon Sep 17 00:00:00 2001 From: Rasheed Amir Date: Wed, 23 Mar 2022 13:48:08 +0100 Subject: [PATCH 2/2] Update config.js --- .vuepress/config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 20b9da80..fea799bb 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -202,19 +202,15 @@ module.exports = { title: "Cluster Configuration", children: ["/content/sre/cluster-configuration/node-configuration.md"], }, - { - title: "Support", - children: ["/content/sre/support/support.md"], - }, { title: "Tenant-Operator", children: [ "/content/sre/tenant-operator/overview.md", "/content/sre/tenant-operator/features.md", "/content/sre/tenant-operator/installation.md", - "/content/sre/tenant-operator/tenant-roles.md", "/content/sre/tenant-operator/integration-config.md", "/content/sre/tenant-operator/customresources.md", + "/content/sre/tenant-operator/tenant-roles.md", "/content/sre/tenant-operator/usecases/use-cases.md", "/content/sre/tenant-operator/argocd-multitenancy.md", "/content/sre/tenant-operator/vault-multitenancy.md", @@ -255,6 +251,10 @@ module.exports = { title: "Release Notes", children: ["/content/sre/release-notes/release-notes.md"], }, + { + title: "Support", + children: ["/content/sre/support/support.md"], + } ], repo: "stakater/stakaterclouddocs", editLinks: true,