Skip to content

Commit 12aba10

Browse files
committed
update sidebar settings, fix merge conflicts
2 parents 029854d + 0573efa commit 12aba10

File tree

162 files changed

+606
-160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+606
-160
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
- name: Build website
2424
run: npm run build
2525
- name: Vulnerability Scan
26-
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3
26+
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@v3
27+
with:
28+
scan_type: 'fs'

docs/endpoints/post-identity-buckets.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: POST /identity/buckets
33
description: Monitors rotated salt buckets.
44
hide_table_of_contents: false
5-
sidebar_position: 09
5+
sidebar_position: 07
6+
displayed_sidebar: docs
67
---
78

89
import Link from '@docusaurus/Link';

docs/endpoints/post-optout-status.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: POST /optout/status
33
description: Checks the opt-out status of raw UID2s.
44
hide_table_of_contents: false
55
sidebar_position: 03
6+
displayed_sidebar: docs
67
---
78

89
import Link from '@docusaurus/Link';

docs/endpoints/post-token-generate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: POST /token/generate
33
description: Generates a UID2 token (advertising token) from DII.
44
hide_table_of_contents: false
55
sidebar_position: 02
6+
displayed_sidebar: docs
67
---
78

89
import Link from '@docusaurus/Link';

docs/endpoints/post-token-refresh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: POST /token/refresh
33
description: Uses the refresh token to generate an updated UID2 token.
44
hide_table_of_contents: false
55
sidebar_position: 04
6+
displayed_sidebar: docs
67
---
78

89
import Link from '@docusaurus/Link';

docs/endpoints/post-token-validate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: POST /token/validate
33
description: Validates an advertising token (for testing purposes).
44
hide_table_of_contents: false
55
sidebar_position: 03
6+
displayed_sidebar: docs
67
---
78

89
import Link from '@docusaurus/Link';

docs/getting-started/gs-account-setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Account Setup
33
description: Information about setting up a UID2 account.
44
hide_table_of_contents: false
55
sidebar_position: 02
6+
displayed_sidebar: docs
67
---
78

89
import Link from '@docusaurus/Link';

docs/getting-started/gs-auth.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Authentication and Authorization
33
description: Authentication requirements for the UID2 endpoints.
44
hide_table_of_contents: false
55
sidebar_position: 05
6+
displayed_sidebar: docs
67
---
78

89
import Link from '@docusaurus/Link';

docs/getting-started/gs-credentials.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: UID2 Credentials
33
description: Learn about the credentials you'll need and how to get them.
44
hide_table_of_contents: false
55
sidebar_position: 03
6+
displayed_sidebar: docs
67
---
78

89
import Link from '@docusaurus/Link';

docs/getting-started/gs-encryption-decryption.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Encryption and Decryption
33
description: Information about encrypting UID2 requests and decrypting responses.
44
hide_table_of_contents: false
55
sidebar_position: 11
6+
displayed_sidebar: docs
67
---
78

89
import Tabs from '@theme/Tabs';

0 commit comments

Comments
 (0)