Skip to content

Commit

Permalink
feat(azure): add cluster manager and repos
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 6, 2024
1 parent e272c68 commit 350c261
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/azure/quick-start/cluster-management.mdx
Original file line number Diff line number Diff line change
@@ -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";

<CLUSTERS />
10 changes: 10 additions & 0 deletions docs/azure/quick-start/repositories.mdx
Original file line number Diff line number Diff line change
@@ -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";

<REPOSITORES />
2 changes: 2 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ const sidebars = {
},
],
},
'azure/quick-start/repositories',
'civo/quick-start/cluster-management',
]
},
'azure/gitops-catalog',
Expand Down

0 comments on commit 350c261

Please sign in to comment.