Skip to content

Commit

Permalink
add sidebar entry and location fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Max Wolfs <[email protected]>
  • Loading branch information
maxwolfs committed Mar 13, 2024
1 parent 18da93c commit 1aeb9b8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/docs/02-iaas/deployment-examples/testbed
/docs/03-container/components
/docs/04-operating-scs/components
/docs/04-operating-scs/01-guides
/docs/06-releases
/standards/*.md
/standards/*/*.md
Expand Down
6 changes: 3 additions & 3 deletions docs.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
{
"repo": "SovereignCloudStack/openstack-health-monitor",
"source": "docs",
"target": "docs/04-operating-scs/guides",
"label": "openStack-health-monitor"
"source": "docs/*.md",
"target": "docs/04-operating-scs/01-guides",
"label": "openstack-health-monitor"
}
]
3 changes: 0 additions & 3 deletions docs/04-operating-scs/01-guides/guide-1.md

This file was deleted.

26 changes: 12 additions & 14 deletions sidebarsDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,16 +351,16 @@ const sidebarsDocs = {
}
]
},
// {
// type: 'category',
// label: 'Guides',
// link: {
// type: 'generated-index'
// },
// items: [
// 'operating-scs/guides/guide-1'
// ]
// },
{
type: 'category',
label: 'Guides',
link: {
type: 'generated-index'
},
items: [
'operating-scs/guides/openstack-health-monitor/Debian12-Install'
]
},
// {
// type: 'category',
// label: 'Monitoring',
Expand Down Expand Up @@ -435,11 +435,9 @@ const sidebarsDocs = {
link: {
type: 'generated-index'
},
items: [
'iam/domain-manager-setup-and-usage',
]
items: ['iam/domain-manager-setup-and-usage']
},
'iam/intra-SCS-federation-setup-description-for-osism-doc-operations',
'iam/intra-SCS-federation-setup-description-for-osism-doc-operations'
]
},
{
Expand Down

0 comments on commit 1aeb9b8

Please sign in to comment.