Skip to content

Commit

Permalink
fix: add missing or wrong GitOps catalog page on some clouds
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Jul 27, 2023
1 parent 2753aff commit 0218be1
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/gcp/gitops-catalog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
hide_title: true
display_sidebar: civo
sidebar_label: GitOps Catalog
# custom_edit_url: https://github.com/facebook/docusaurus/edit/main/docs/api-doc-markdown.md
description: using the kubefirst gitops catalog
keywords:
- aws
image: 'https://docs.kubefirst.io/img/logo.svg'
---

import GitOpsCatalog from '../common/gitops-catalog.mdx';

<GitOpsCatalog />
14 changes: 14 additions & 0 deletions docs/vultr/gitops-catalog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
hide_title: true
display_sidebar: civo
sidebar_label: GitOps Catalog
# custom_edit_url: https://github.com/facebook/docusaurus/edit/main/docs/api-doc-markdown.md
description: using the kubefirst gitops catalog
keywords:
- aws
image: 'https://docs.kubefirst.io/img/logo.svg'
---

import GitOpsCatalog from '../common/gitops-catalog.mdx';

<GitOpsCatalog />
4 changes: 3 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const sidebars = {
},
],
},
'civo/gitops-catalog',
'aws/gitops-catalog',
'aws/deprovision',
'aws/faq',
'aws/credits',
Expand Down Expand Up @@ -92,6 +92,7 @@ const sidebars = {
},
],
},
'gcp/gitops-catalog',
'gcp/deprovision',
'gcp/faq',
'gcp/credits',
Expand Down Expand Up @@ -137,6 +138,7 @@ const sidebars = {
},
],
},
'vultr/gitops-catalog',
'vultr/deprovision',
'vultr/faq',
'vultr/credits',
Expand Down

0 comments on commit 0218be1

Please sign in to comment.