Skip to content

Commit

Permalink
add operate category to sidebar config
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Dec 12, 2024
1 parent 57ff1a1 commit 1b4a76a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/docs-beta/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ const sidebars: SidebarsConfig = {
}
],
},
{
type: 'category',
label: 'Operate',
collapsed: false,
link: {type: 'doc', id: 'guides/operate/index'},
items: [
{
type: 'autogenerated',
dirName: 'guides/operate'
}
]
},
{
type: 'category',
label: 'Monitor',
Expand Down

0 comments on commit 1b4a76a

Please sign in to comment.