Skip to content

Commit bfb514d

Browse files
committed
add JS SDK doc back into sidebar
1 parent 504066f commit bfb514d

File tree

2 files changed

+52
-39
lines changed

2 files changed

+52
-39
lines changed

docs/guides/integration-advertiser-dataprovider-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
title: Advertiser/Data Provider Integration Overview
3-
sidebar_label: Advertiser/Data Provider Integration Overview
3+
sidebar_label: Integration Overview
44
description: Overview of integration options for organizations that collect user data and push it to other participants.
55
hide_table_of_contents: false
66
sidebar_position: 07
7-
displayed_sidebar: sidebarAdvertisers
87
---
98

109
import Link from '@docusaurus/Link';

sidebars.js

Lines changed: 51 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)