File tree Expand file tree Collapse file tree 3 files changed +14
-16
lines changed
Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,17 @@ sidebar_position: 0
44slug : /guide
55hide_title : true
66# hide_table_of_contents: true
7- # pagination_prev: guide/config-db
87pagination_next : null
98
109---
1110
1211import {Card , Cards } from ' @site/src/components/Card'
1312
14- <Cards >
15-
16-
17- <Card link = " /guide/config-db" title = " Catalog" icon = " config-db" />
18- <Card link = " /guide/playbooks" title = " Playbooks" icon = " playbook" />
19- <Card link = " /guide/notifications/" title = " Notifications" icon = " alarm3" />
20- <Card link = " /guide/canary-checker" title = " Health Checks" icon = " heart" />
21- <Card link = " /guide/topology" title = " Topology" icon = " topology" />
22-
23- </Cards >
24-
13+ <Cards >
14+ <Card link = " /guide/config-db" title = " Catalog" icon = " config-db" />
15+ <Card link = " /guide/playbooks" title = " Playbooks" icon = " playbook" />
16+ <Card link = " /guide/notifications/" title = " Notifications" icon = " alarm3" />
17+ <Card link = " /guide/canary-checker" title = " Health Checks" icon = " heart" />
18+ <Card link = " /guide/topology" title = " Topology" icon = " topology" />
19+ <Card link = " /guide/permission" title = " Permissions" icon = " shield-user" />
20+ </Cards >
Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ import {Card, Cards} from '@site/src/components/Card'
88
99 <Cards >
1010
11-
11+
1212 <Card link = " /integrations/aws/" title = " AWS" icon = " aws" />
13+ <Card link = " /integrations/azure/" title = " Azure" icon = " azure" />
1314 <Card link = " /integrations/flux/" title = " Flux" icon = " flux" />
1415 <Card link = " /integrations/helm" title = " Helm" icon = " helm" />
1516 <Card link = " /integrations/kubernetes/" title = " Kubernetes" icon = " k8s" />
1617
1718 </Cards >
18-
19+
Original file line number Diff line number Diff line change @@ -8,17 +8,18 @@ import {Card, Cards} from '@site/src/components/Card'
88
99 <Cards >
1010
11-
1211 <Card link = " /reference/env-var" title = " Env Vars" icon = " stash:search-box-light" />
13- <Card link = " /reference/scripting/" title = " Scripting" icon = " hugeicons:code" />
1412 <Card link = " /reference/connections/" title = " Connections" icon = " fluent:vault-24-filled" />
1513 <Card link = " /reference/resource-selector" title = " Resource Selectors" icon = " stash:search-box-light" />
14+ <Card link = " /reference/scripting/" title = " Scripting" icon = " hugeicons:code" />
1615 <Card link = " /reference/types" title = " Common Types" icon = " fluent:library-16-regular" />
1716 <Card link = " /reference/canary-checker/" title = " Canary Checker" icon = " tabler:heart" />
1817 <Card link = " /reference/config-db/" title = " Config DB" icon = " config-db" />
1918 <Card link = " /reference/guide/notifications/" title = " Notifications" icon = " ix:alarm-bell" />
2019 <Card link = " /reference/playbooks/" title = " Playbook" icon = " playbook" />
2120 <Card link = " /reference/topology/" title = " Topology" icon = " topology" />
21+ <Card link = " /reference/permissions/" title = " Permissions" icon = " shield-user" />
22+ <Card link = " /reference/image-variants/" title = " Image Variants" icon = " settings" />
2223 <Card link = " /reference/rbac" title = " RBAC" icon = " shield" />
2324 <Card link = " /reference/helm/" title = " Helm" icon = " helm" />
2425
You can’t perform that action at this time.
0 commit comments