diff --git a/docs/azure/quick-start/cluster-management.mdx b/docs/azure/quick-start/cluster-management.mdx new file mode 100644 index 00000000..16c4bc02 --- /dev/null +++ b/docs/azure/quick-start/cluster-management.mdx @@ -0,0 +1,10 @@ +--- +title: Cluster Management +sidebar_position: 3 +description: cluster creation and lifecycle management powered by gitops +image: "https://kubefirst.konstruct.io/docs/img/kubefirst.svg" +--- + +import CLUSTERS from "../../common/clusters.mdx"; + + diff --git a/docs/azure/quick-start/repositories.mdx b/docs/azure/quick-start/repositories.mdx new file mode 100644 index 00000000..6a45031e --- /dev/null +++ b/docs/azure/quick-start/repositories.mdx @@ -0,0 +1,10 @@ +--- +title: Repositories +sidebar_position: 3 +description: the git repositories created by the kubefirst platform +image: "https://kubefirst.konstruct.io/docs/img/kubefirst.svg" +--- + +import REPOSITORES from "../../common/repositories.mdx"; + + diff --git a/sidebars.js b/sidebars.js index 868ff397..a3656d7a 100644 --- a/sidebars.js +++ b/sidebars.js @@ -85,6 +85,8 @@ const sidebars = { }, ], }, + 'azure/quick-start/repositories', + 'civo/quick-start/cluster-management', ] }, 'azure/gitops-catalog',