Skip to content

Commit

Permalink
Access levels added to TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutik-sun committed Jul 16, 2024
1 parent 1c4362e commit 8dd88e6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,11 @@ const sidebars = {
},
],
},
{
type: 'doc',
id: 'fallback-paywalls',
label: 'Fallback paywalls',
},
{
type: 'doc',
id: 'paywall-metrics',
Expand Down Expand Up @@ -404,6 +409,33 @@ const sidebars = {
},
],
},
{
type: 'category',
label: 'Access levels',
link: {
type: 'doc',
id: 'access-level',
},
collapsible: true,
collapsed: true,
items: [
{
type: 'doc',
id: 'create-access-level',
label: 'Create access level',
},
{
type: 'doc',
id: 'assigning-access-level-to-a-product',
label: 'Assign access level to product',
},
{
type: 'doc',
id: 'give-access-level-to-specific-customer',
label: 'Give access level to specific customer',
},
],
},
],
},
{
Expand Down

0 comments on commit 8dd88e6

Please sign in to comment.