diff --git a/docusaurus.config.js b/docusaurus.config.js index 46ecbbd320..72503dbb0d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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', + }, ], }, ],