Skip to content

Commit

Permalink
chore(container layer): switch cluster stacks and k8s-cluster-api-pro…
Browse files Browse the repository at this point in the history
…vider

Signed-off-by: Jan Schoone <[email protected]>
  • Loading branch information
jschoone committed Aug 22, 2024
1 parent 441f24e commit 4772474
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions sidebarsDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,35 @@ const sidebarsDocs = {
type: 'generated-index'
},
items: [
{
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: 'csctl',
items: [
'container/components/cluster-stacks/components/csctl/overview',
'container/components/cluster-stacks/components/csctl/quickstart',
'container/components/cluster-stacks/components/csctl/getting_started',
'container/components/cluster-stacks/components/csctl/developing-and-testing-csctl'
]
}
]
},
{
type: 'category',
label: 'K8s Cluster API Provider',
Expand Down Expand Up @@ -157,35 +186,6 @@ 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: 'csctl',
items: [
'container/components/cluster-stacks/components/csctl/overview',
'container/components/cluster-stacks/components/csctl/quickstart',
'container/components/cluster-stacks/components/csctl/getting_started',
'container/components/cluster-stacks/components/csctl/developing-and-testing-csctl'
]
}
]
},
{
type: 'category',
label: 'Container Registry',
Expand Down

0 comments on commit 4772474

Please sign in to comment.