Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 5 additions & 14 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ const sidebars = {
'guides/integration-snowflake-previous',
'guides/integration-databricks',
'guides/integration-aws-entity-resolution',
'guides/advertiser-dataprovider-endpoints',
'guides/integration-advertiser-dataprovider-endpoints',
'DSP integrations',
'guides/dsp-guide',
'endpoints/post-identity-buckets',
Expand All @@ -426,9 +426,6 @@ const sidebars = {
'guides/integration-publisher-server-side',
'GAM Secure Signals',
'guides/integration-google-ss',
'Mobile',
'guides/sdk-ref-android',
Comment thread
nathanieltjandraTTD marked this conversation as resolved.
'guides/sdk-ref-ios',
'Prebid',
'guides/integration-prebid',
'guides/integration-prebid-client-side',
Expand All @@ -444,7 +441,7 @@ const sidebars = {
'endpoints/post-token-generate',
'endpoints/post-token-validate',
'endpoints/post-token-refresh',
'sharing/sharing-bid-stream'
'sharing/sharing-tokenized-from-data-bid-stream'
),

sidebarDSPs: removeItems(fullSidebar,
Expand All @@ -466,9 +463,6 @@ const sidebars = {
'guides/integration-publisher-server-side',
'GAM Secure Signals',
'guides/integration-google-ss',
'Mobile',
'guides/sdk-ref-android',
'guides/sdk-ref-ios',
'Prebid',
'guides/integration-prebid',
'guides/integration-prebid-client-side',
Expand All @@ -485,8 +479,8 @@ const sidebars = {
'guides/integration-snowflake-previous',
'guides/integration-databricks',
'guides/integration-aws-entity-resolution',
'guides/advertiser-dataprovider-endpoints',
'sharing/sharing-bid-stream',
'guides/integration-advertiser-dataprovider-endpoints',
'sharing/sharing-tokenized-from-data-bid-stream',
'ref-info/ref-token-validator'
),

Expand All @@ -508,9 +502,6 @@ const sidebars = {
'guides/integration-publisher-server-side',
'GAM Secure Signals',
'guides/integration-google-ss',
'Mobile',
'guides/sdk-ref-android',
'guides/sdk-ref-ios',
'Prebid',
'guides/integration-prebid',
'guides/integration-prebid-client-side',
Expand All @@ -526,7 +517,7 @@ const sidebars = {
'endpoints/post-token-generate',
'endpoints/post-token-validate',
'endpoints/post-token-refresh',
'sharing/sharing-bid-stream',
'sharing/sharing-tokenized-from-data-bid-stream',
'ref-info/ref-token-validator'
),

Expand Down
Loading