Skip to content

Commit aa783d4

Browse files
committed
add link in footer
1 parent 119273c commit aa783d4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,10 @@ const config = {
260260
label: "UID2 GitHub",
261261
href: "https://github.com/IABTechLab/uid2docs",
262262
},
263+
{
264+
label: "UID2 Privacy Policy",
265+
href: "https://transparentadvertising.com/privacy.htm"
266+
},
263267
{
264268
type: "doc",
265269
label: "Prebid",

i18n/ja/docusaurus-theme-classic/footer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"message": "UID2 GitHub",
2424
"description": "The label of footer link with label=UID2 GitHub linking to https://github.com/IABTechLab/uid2docs"
2525
},
26+
"link.item.label.UID2 Privacy Policy": {
27+
"message": "UID2 プライバシーポリシー",
28+
"description": "The label of footer link with label=UID2 Privacy Policy linking to https://transparentadvertising.com/privacy.htm"
29+
},
2630
"link.item.label.Prebid": {
2731
"message": "Prebid",
2832
"description": "The label of footer link with label=Prebid linking to https://docs.prebid.org/dev-docs/modules/userid-submodules/unified2.html"

0 commit comments

Comments
 (0)