Skip to content

Commit

Permalink
Reorganize chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete committed Nov 29, 2024
1 parent e0b9570 commit 51c27e2
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,65 +365,65 @@ const sidebars: SidebarsConfig = {
],
},
{
label: 'Testing and Monitoring',
label: 'Instance Health and Configuration',
collapsed: true,
type: 'category',
link: {
type: 'doc',
id: 'reference/impression-data',
id: 'reference/technical-debt',
},
items: [
'reference/impression-data',
'reference/events',
'reference/playground',
'reference/technical-debt',
'reference/insights',
'reference/resource-limits',
'reference/tags',
],
},
{
label: 'Admin UI',
label: 'Testing and Monitoring',
collapsed: true,
type: 'category',
link: {
type: 'doc',
id: 'reference/notifications',
id: 'reference/impression-data',
},
items: [
'reference/notifications',
'reference/login-history',
'reference/banners',
'reference/command-menu',
'reference/search-operators',
'reference/maintenance-mode',
'reference/impression-data',
'reference/events',
'reference/playground',
'reference/network-view',
],
},
{
label: 'Instance Health and Configuration',
label: 'Automation and Integrations',
collapsed: true,
type: 'category',
link: {
type: 'doc',
id: 'reference/technical-debt',
id: 'reference/applications',
},
items: [
'reference/technical-debt',
'reference/insights',
'reference/resource-limits',
'reference/tags',
'reference/applications',
'reference/service-accounts',
'reference/signals',
'reference/actions',
],
},
{
label: 'Automation and Integrations',
label: 'Admin UI',
collapsed: true,
type: 'category',
link: {
type: 'doc',
id: 'reference/applications',
id: 'reference/notifications',
},
items: [
'reference/applications',
'reference/service-accounts',
'reference/signals',
'reference/actions',
'reference/notifications',
'reference/login-history',
'reference/banners',
'reference/command-menu',
'reference/search-operators',
'reference/maintenance-mode',
],
},
],
Expand Down

0 comments on commit 51c27e2

Please sign in to comment.