Skip to content

Commit d3f61d7

Browse files
authored
Merge pull request #1002 from IABTechLab/gwh-APIDOCS-3856-toc-fix-re-snowflake
TOC updates for Advertiser so guides are not below overview
2 parents 26b83c0 + 75ea221 commit d3f61d7

File tree

1 file changed

+22
-36
lines changed

1 file changed

+22
-36
lines changed

sidebars.js

Lines changed: 22 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -204,48 +204,34 @@ const fullSidebar = [
204204
],
205205
},
206206

207-
208-
{
209-
type: 'category',
210-
label: 'Advertiser/Data Provider Integrations',
211-
link: {
212-
type: 'generated-index',
213-
},
214-
collapsed: true,
215-
216-
items: [
217-
{
218-
type: 'category',
219-
label: 'Integration Overview',
220-
link: {
221-
type: 'doc',
222-
id: 'guides/integration-advertiser-dataprovider-overview',
223-
},
224-
collapsed: true,
225-
items: [
226207
{
227208
type: 'category',
228-
label: 'Snowflake',
209+
label: 'Advertiser/Data Provider Integrations',
229210
link: {
230-
type: 'doc',
231-
id: 'guides/integration-snowflake',
211+
type: 'generated-index',
232212
},
233213
collapsed: true,
234-
items: [
235-
'guides/integration-snowflake-previous',
236-
],
237-
},
238214

239-
'guides/integration-databricks',
240-
'guides/integration-aws-entity-resolution',
241-
'guides/integration-advertiser-dataprovider-endpoints',
242-
],
243-
},
244-
245-
'guides/integration-javascript-client-side',
246-
247-
],
248-
},
215+
items: [
216+
'guides/integration-advertiser-dataprovider-overview',
217+
{
218+
type: 'category',
219+
label: 'Snowflake',
220+
link: {
221+
type: 'doc',
222+
id: 'guides/integration-snowflake',
223+
},
224+
collapsed: true,
225+
items: [
226+
'guides/integration-snowflake-previous',
227+
],
228+
},
229+
'guides/integration-databricks',
230+
'guides/integration-aws-entity-resolution',
231+
'guides/integration-advertiser-dataprovider-endpoints',
232+
'guides/integration-javascript-client-side',
233+
],
234+
},
249235

250236
{
251237
type: 'category',

0 commit comments

Comments
 (0)