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/" } }