Skip to content

Add CSPO docs and display it on the overview map #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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