@@ -89,28 +89,28 @@ const fullSidebar = [
8989 collapsed : true ,
9090
9191 items : [
92- {
93- type : 'category' ,
94- label : 'Web' ,
95- link : {
96- type : 'doc' ,
97- id : 'guides/integration-options-publisher-web' ,
98- } ,
99- collapsed : true ,
100- items : [
101- {
102- type : 'category' ,
103- label : 'Prebid' ,
104- link : {
105- type : 'doc' ,
106- id : 'guides/integration-prebid' ,
107- } ,
108- collapsed : true ,
109- items : [
110- 'guides/integration-prebid-client-side' ,
111- 'guides/integration-prebid-client-server' ,
112- ] ,
92+ {
93+ type : 'category' ,
94+ label : 'Web' ,
95+ link : {
96+ type : 'doc' ,
97+ id : 'guides/integration-options-publisher-web' ,
11398 } ,
99+ collapsed : true ,
100+ items : [
101+ {
102+ type : 'category' ,
103+ label : 'Prebid' ,
104+ link : {
105+ type : 'doc' ,
106+ id : 'guides/integration-prebid' ,
107+ } ,
108+ collapsed : true ,
109+ items : [
110+ 'guides/integration-prebid-client-side' ,
111+ 'guides/integration-prebid-client-server' ,
112+ ] ,
113+ } ,
114114
115115 {
116116 type : 'category' ,
@@ -177,26 +177,40 @@ const fullSidebar = [
177177 ] ,
178178 } ,
179179
180-
181180 'guides/integration-liveramp-tips' ,
182181
183182 ] ,
184- } ,
183+ } ,
185184
186- {
187- type : 'category' ,
188- label : 'Advertiser/Data Provider Integrations' ,
189- link : {
190- type : 'doc' ,
191- id : 'guides/integration-advertiser-dataprovider-overview' ,
192- } ,
193- collapsed : true ,
194- items : [
195- 'guides/snowflake_integration' ,
196- 'guides/integration-aws-entity-resolution' ,
197- 'guides/integration-advertiser-dataprovider-endpoints' ,
198- ] ,
199- } ,
185+
186+ {
187+ type : 'category' ,
188+ label : 'Advertiser/Data Provider Integrations' ,
189+ link : {
190+ type : 'generated-index' ,
191+ } ,
192+ collapsed : true ,
193+
194+ items : [
195+ {
196+ type : 'category' ,
197+ label : 'Integration Overview' ,
198+ link : {
199+ type : 'doc' ,
200+ id : 'guides/integration-advertiser-dataprovider-overview' ,
201+ } ,
202+ collapsed : true ,
203+ items : [
204+ 'guides/snowflake_integration' ,
205+ 'guides/integration-aws-entity-resolution' ,
206+ 'guides/integration-advertiser-dataprovider-endpoints' ,
207+ ] ,
208+ } ,
209+
210+ 'guides/integration-javascript-client-side' ,
211+
212+ ] ,
213+ } ,
200214
201215 {
202216 type : 'category' ,
0 commit comments