Skip to content

Commit

Permalink
feat: change links
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKrieger committed Nov 21, 2023
1 parent 069cc62 commit 7f35cb3
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,42 +50,50 @@ const config: Config = {
src: 'img/brave128.png',
},
items: [
{to: 'https://brave.com/download', label: 'Download', position: 'left'},
{to: 'https://twitter.com/brave', label: 'Twitter', position: 'left'},
{to: 'https://github.com/brave/brave-browser', label: 'Github', position: 'left'},
{to: 'https://ads.brave.com/register', label: 'Sign up', position: 'left'},
{to: 'https://brave.com/brave-ads', label: 'About', position: 'left'},
{to: 'https://brave.com/brave-ads/audience', label: 'Audience', position: 'left'},
],
},
footer: {
style: 'dark',
links: [
{
title: 'Docs',
title: 'Try Brave',
items: [
{
label: 'Documentation',
to: '/',
label: 'Browser',
to: 'https://brave.com/download',
},
{
label: 'Search',
to: 'https://search.brave.com',
},
],
},
{
title: 'Community',
title: 'Follow Brave',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/brave',
},
{
label: 'Twitter',
href: 'https://twitter.com/brave',
},
{
label: 'LinkedIn',
href: 'https://www.linkedin.com/company/brave-software',
},
],
},
{
title: 'More',
title: 'Resources',
items: [
{
label: 'GitHub',
href: 'https://github.com/brave/brave-browser',
label: 'Case studies',
href: 'https://brave.com/brave-ads/casestudies',
},
{
label: 'Learn',
href: 'https://brave.com/brave-ads/learn',
},
],
},
Expand Down

0 comments on commit 7f35cb3

Please sign in to comment.