Skip to content

Commit

Permalink
Add CSPO docs and display it on the overview map (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Feder <[email protected]>
  • Loading branch information
matofeder committed Feb 29, 2024
1 parent cc779fc commit 712ce92
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"target": "docs/03-container/components",
"label": "k8s-cluster-api-provider"
},
{
"repo": "SovereignCloudStack/cluster-stack-provider-openstack",
"source": "docs",
"target": "docs/03-container/components/cluster-stacks/components",
"label": "cluster-stack-provider-openstack"
},
{
"repo": "SovereignCloudStack/status-page-openapi",
"source": "docs",
Expand Down
19 changes: 19 additions & 0 deletions sidebarsDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,25 @@ const sidebarsDocs = {
}
]
},
{
type: 'category',
label: 'Cluster Stacks',
link: {
type: 'generated-index'
},
items: [
{
type: 'category',
label: 'Cluster Stack Provider OpenStack',
items: [
'container/components/cluster-stacks/components/cluster-stack-provider-openstack/docs/overview',
'container/components/cluster-stacks/components/cluster-stack-provider-openstack/docs/quickstart',
'container/components/cluster-stacks/components/cluster-stack-provider-openstack/docs/controllers',
'container/components/cluster-stacks/components/cluster-stack-provider-openstack/docs/develop'
]
}
]
},
{
type: 'category',
label: 'Container Registry',
Expand Down
8 changes: 4 additions & 4 deletions static/data/architecturalOverviewData.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"buttonText": "Learn More",
"components": [
{
"title": "k8s Cluster API Provider",
"title": "KaaS V1: K8s Cluster API Provider",
"url": "/docs/category/k8s-cluster-api-provider",
"mandatory": "false",
"stable": "true"
},
{
"title": "Cluster Stacks",
"url": "/docs/container",
"title": "KaaS V2: Cluster Stacks",
"url": "/docs/category/cluster-stacks",
"mandatory": "false",
"stable": "false"
"stable": "true"
},
{
"title": "Container Registry",
Expand Down

0 comments on commit 712ce92

Please sign in to comment.