Skip to content

Commit

Permalink
Reorganize navigation to group together related concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete committed Nov 11, 2024
1 parent 5f3c83f commit b697af5
Showing 1 changed file with 97 additions and 34 deletions.
131 changes: 97 additions & 34 deletions website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,42 +318,105 @@ const sidebars: SidebarsConfig = {
},
label: 'Unleash Concepts',
items: [
'reference/actions',
'reference/activation-strategies',
'reference/api-tokens-and-client-keys',
'reference/applications',
'reference/banners',
'reference/change-requests',
'reference/command-menu',
'reference/custom-activation-strategies',
'reference/environments',
'reference/events',
{
label: 'Projects and Environments',
collapsed: false,
type: 'category',
link: { type: 'doc', id: 'reference/projects' },
items: [
'reference/projects',
'reference/project-collaboration-mode',
'reference/environments',
],
},
'reference/feature-toggles',
'reference/front-end-api',
'reference/impression-data',
'reference/insights',
'reference/login-history',
'reference/maintenance-mode',
'reference/network-view',
'reference/notifications',
'reference/playground',
'reference/public-signup',
'reference/projects',
'reference/project-collaboration-mode',
'reference/scim',
'reference/resource-limits',
'reference/rbac',
'reference/search-operators',
'reference/segments',
'reference/service-accounts',
'reference/signals',
'reference/sso',
'reference/stickiness',
'reference/strategy-constraints',
'reference/strategy-variants',
'reference/tags',
'reference/technical-debt',
{
label: 'Activation Strategies',
collapsed: false,
type: 'category',
link: {
type: 'doc',
id: 'reference/activation-strategies',
},
items: [
'reference/activation-strategies',
'reference/custom-activation-strategies',
'reference/strategy-constraints',
'reference/strategy-variants',
'reference/segments',
],
},
'reference/unleash-context',
'reference/stickiness',
'reference/change-requests',
{
label: 'Access',
collapsed: false,
type: 'category',
link: {
type: 'doc',
id: 'reference/api-tokens-and-client-keys',
},
items: [
'reference/api-tokens-and-client-keys',
'reference/front-end-api',
'reference/public-signup',
'reference/rbac',
'reference/service-accounts',
'reference/scim',
'reference/sso',
],
},
{
label: 'Testing and Monitoring',
collapsed: false,
type: 'category',
link: {
type: 'doc',
id: 'reference/api-tokens-and-client-keys',
},
items: [
'reference/playground',
'reference/impression-data',
'reference/events',
],
},
{
label: 'Admin UI',
collapsed: false,
type: 'category',
link: {
type: 'doc',
id: 'reference/activation-strategies',
},
items: [
'reference/banners',
'reference/command-menu',
'reference/login-history',
'reference/maintenance-mode',
'reference/network-view',
'reference/notifications',
'reference/search-operators',
],
},
{
label: 'Instance Health and Configuration',
collapsed: false,
type: 'category',
link: {
type: 'doc',
id: 'reference/activation-strategies',
},
items: [
'reference/resource-limits',
'reference/tags',
'reference/technical-debt',
'reference/insights',
],
},
'reference/applications',
'reference/signals',
'reference/actions',
],
},
],
Expand Down

0 comments on commit b697af5

Please sign in to comment.