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 3711dbe commit bed79ca
Showing 1 changed file with 66 additions and 4 deletions.
70 changes: 66 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,21 +137,83 @@ const config = {
style: 'dark',
links: [
{
title: 'Support',
title: 'General',
items: [
{
label: 'Discord',
href: 'https://discord.gg/oasisprotocol',
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: 'GitHub',
href: 'https://github.com/oasisprotocol',
},
],
},
{
title: 'Operator',
items: [
{
label: 'Mainnet',
href: '../node/mainnet',
},
{
label: 'Testnet',
href: '../node/testnet',
},
{
label: 'Oasis Core',
href: 'https://github.com/oasisprotocol/oasis-core',
},
],
},
{
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/',
},
{
label: 'Status Page',
href: 'https://status.oasis.io',
},
{
label: 'Status Page (Testnet)',
href: 'https://testnet.status.oasis.io',
},
],
},
{
title: 'Watch us',
title: 'Community',
items: [
{
label: 'Discord',
href: 'https://discord.gg/oasisprotocol',
},
{
label: 'Youtube',
href: 'https://www.youtube.com/channel/UC35UFPcZ2F1wjPxhPrSsESQ',
},
{
label: 'Rosegarden',
href: 'https://oasisrose.garden',
},
],
},
],
Expand Down

0 comments on commit bed79ca

Please sign in to comment.