Skip to content

Commit 87ed2da

Browse files
committed
To sidebar, add participants grouping
1 parent 916d36d commit 87ed2da

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

sidebars.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,24 @@ function removeItems(sidebar, ...remove) {
1919
}
2020

2121
const fullSidebar = [
22+
23+
'intro',
24+
2225
{
2326
type: 'category',
24-
label: 'UID2 Overview',
27+
label: 'UID2 Participants',
2528
link: {
26-
type: 'doc',
27-
id: 'intro',
29+
type: 'generated-index',
2830
},
31+
collapsed: true,
2932
items: [
3033
'overviews/overview-publishers',
3134
'overviews/overview-advertisers',
3235
'overviews/overview-dsps',
3336
'overviews/overview-data-providers',
3437
],
3538
},
39+
3640

3741
{
3842
type: 'category',

0 commit comments

Comments
 (0)