From e868156748c6cb26fc17c246e4d9496d8f9dc647 Mon Sep 17 00:00:00 2001 From: Ian Krieger <48930920+IanKrieger@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:13:15 -0400 Subject: [PATCH] feat: add tos & privacy links (#65) --- docusaurus.config.ts | 8 ++++++++ i18n/en/docusaurus-theme-classic/footer.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index c244b30e..61e8162e 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -108,6 +108,14 @@ const config: Config = { label: 'Learn', href: 'https://brave.com/brave-ads/learn', }, + { + label: 'Terms of service', + href: 'https://basicattentiontoken.org/advertiser-terms-of-service/', + }, + { + label: 'Privacy policy', + href: 'https://brave.com/privacy/advertiser/', + } ], }, ], diff --git a/i18n/en/docusaurus-theme-classic/footer.json b/i18n/en/docusaurus-theme-classic/footer.json index ef077087..190ae354 100644 --- a/i18n/en/docusaurus-theme-classic/footer.json +++ b/i18n/en/docusaurus-theme-classic/footer.json @@ -38,5 +38,13 @@ "copyright": { "message": "Copyright © 2024 Brave Software, Inc.", "description": "The footer copyright" + }, + "link.item.label.Terms of service": { + "message": "Terms of service", + "description": "The label of footer link with label=Terms of service linking to https://basicattentiontoken.org/advertiser-terms-of-service/" + }, + "link.item.label.Privacy policy": { + "message": "Privacy policy", + "description": "The label of footer link with label=Privacy policy linking to https://brave.com/privacy/advertiser/" } }