You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ref-info/updates-doc.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,21 @@ sidebar_position: 06
6
6
---
7
7
8
8
import Link from '@docusaurus/Link';
9
+
import CustomTagsFilters from "@site/src/components/CustomTags/CustomTagsFilters";
10
+
import CustomTagsContainer from "@site/src/components/CustomTags/CustomTagsContainer";
9
11
10
12
# Documentation Updates
11
13
14
+
<CustomTagsFilters />
15
+
12
16
Check out the latest updates to our UID2 documentation resources.
13
17
14
18
## Q1 2025
15
19
16
20
The following documents were released in this quarter.
17
21
22
+
<CustomTagsContainertags="Guides">
23
+
18
24
### UID2 Private Operator for AKS Integration Guide
19
25
20
26
March 19, 2025
@@ -23,8 +29,12 @@ A UID2 <a href="../intro#participants">participant</a> who wants to be a <Link h
23
29
24
30
For details, see [UID2 Private Operator for AKS Integration Guide](../guides/operator-guide-aks-enclave.md).
25
31
32
+
</CustomTagsContainer>
33
+
26
34
<!-- APIDOCS-3030 -->
27
35
36
+
<CustomTagsContainertags="Guides">
37
+
28
38
### Server-Side Integration Guide for Mobile
29
39
30
40
March 18, 2025
@@ -33,8 +43,12 @@ We've added a guide for mobile app publishers who want to manage the UID2 token
33
43
34
44
For details, see [UID2 Server-Side Integration Guide for Mobile](../guides/integration-mobile-server-side.md).
35
45
46
+
</CustomTagsContainer>
47
+
36
48
<!-- APIDOCS-2931 -->
37
49
50
+
<CustomTagsContainertags="Reference">
51
+
38
52
### UID2 Portal, Sharing Permissions Page
39
53
40
54
March 11, 2025
@@ -43,8 +57,12 @@ We've significantly expanded and clarified the documentation for configuring sha
43
57
44
58
For details, see [Sharing Permissions](../portal/sharing-permissions.md).
45
59
60
+
</CustomTagsContainer>
61
+
46
62
<!-- APIDOCS-2795 -->
47
63
64
+
<CustomTagsContainertags="SDKs">
65
+
48
66
### JavaScript SDK Version 4
49
67
50
68
March 7, 2025
@@ -53,8 +71,12 @@ We've added documentation for the recently released update of the UID2 SDK for J
53
71
54
72
For details, see [SDK for JavaScript Reference Guide](../sdks/sdk-ref-javascript.md).
55
73
74
+
</CustomTagsContainer>
75
+
56
76
<!-- APIDOCS-2923 -->
57
77
78
+
<CustomTagsContainertags="Reference">
79
+
58
80
### How the UID2 Token Is Created
59
81
60
82
March 7, 2025
@@ -63,8 +85,12 @@ We've added a page with high-level information about the steps for creating a UI
63
85
64
86
For details, see [How the UID2 Token Is Created](../ref-info/ref-how-uid-is-created.md).
65
87
88
+
</CustomTagsContainer>
89
+
66
90
<!-- APIDOCS-2855 -->
67
91
92
+
<CustomTagsContainertags="Guides">
93
+
68
94
### Snowflake Integration Guide
69
95
70
96
February 12, 2025
@@ -73,8 +99,12 @@ We've significantly updated the UID2 Snowflake integration, and updated the docu
73
99
74
100
For details, see [Snowflake Integration Guide](../guides/integration-snowflake.md).
75
101
102
+
</CustomTagsContainer>
103
+
76
104
<!-- APIDOCS-2918 -->
77
105
106
+
<CustomTagsContainertags="Reference, Guides">
107
+
78
108
### Instructions for Using the UID2 Portal
79
109
80
110
February 10, 2025
@@ -85,6 +115,8 @@ For details, see any implementation guide: for example, [Client-Side Integration
85
115
86
116
These changes also clarify the different procedures for getting credentials depending on the environment: see expanded information on the [Credentials](../getting-started/gs-credentials.md) and [Environments](../getting-started/gs-environments.md) pages.
0 commit comments