Skip to content

Commit

Permalink
Rework footer
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Dec 6, 2023
1 parent d1fa0d9 commit 1785726
Showing 1 changed file with 55 additions and 5 deletions.
60 changes: 55 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,24 +146,74 @@ const config = {
],
},
footer: {
style: 'dark',
style: 'light',
links: [
{
title: 'Support',
title: 'General',
items: [
{
label: 'Discord',
href: 'https://oasis.io/discord',
label: 'Explorer',
href: 'https://explorer.oasis.io',
},
{
label: 'Oasis Wallet',
href: 'https://wallet.oasis.io',
},
{
label: 'Oasis CLI',
href: 'https://github.com/oasisprotocol/cli',
},
{
label: 'Status page',
href: 'https://status.oasis.io',
},
],
},
{
title: 'dApp',
items: [
{
label: 'Testnet Faucet',
href: 'https://faucet.testnet.oasis.dev/',
},
{
label: 'Playground',
href: 'https://playground.oasis.io/',
},
{
label: 'API Reference',
href: 'https://api.docs.oasis.io/',
},
],
},
{
title: 'Node',
items: [
{
label: 'Mainnet',
to: 'node/mainnet/',
},
{
label: 'Testnet',
to: 'node/testnet/',
},
],
},
{
title: 'Watch us',
title: 'Community',
items: [
{
label: 'Discord',
href: 'https://oasis.io/discord',
},
{
label: 'Youtube',
href: 'https://www.youtube.com/channel/UC35UFPcZ2F1wjPxhPrSsESQ',
},
{
label: 'Rosegarden',
href: 'https://oasisrose.garden',
},
],
},
],
Expand Down

0 comments on commit 1785726

Please sign in to comment.