diff --git a/README.md b/README.md index c1717a7c..338483e2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@

- ## What is Meshtastic? diff --git a/docusaurus.config.js b/docusaurus.config.js index bea49df2..430fc61e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -93,6 +93,72 @@ const config = { }, footer: { copyright: `Powered by ▲ Vercel | Meshtastic® is a registered trademark of Geeksville Industries LLC`, + links: [ + { + title: 'Learn', + items: [ + { + label: 'Getting Started', + to: 'docs/getting-started', + }, + { + label: 'About', + to: 'docs/about-documentation', + }, + { + label: 'Hardware', + to: 'docs/hardware', + }, + { + label: 'Settings', + to: 'docs/settings', + }, + ], + }, + { + title: 'Community', + items: [ + { + label: 'YouTube', + to: 'https://www.youtube.com/meshtastic', + }, + { + label: 'Discord', + to: 'https://discord.com/invite/UQJ5QuM7vq', + }, + { + label: 'Forum', + to: 'https://meshtastic.discourse.group', + }, + ], + }, + { + title: 'Legal', + items: [ + { + label: 'Privacy', + to: 'docs/legal/privacy', + }, + { + label: 'Licensing', + to: 'docs/legal/licensing', + }, + { + label: 'Trademark', + to: 'docs/legal/trademark', + }, + ], + }, + { + title: 'Resources', + items: [ + { + label: 'GitHub', + to: 'https://github.com/meshtastic', + }, + ], + }, + ], }, algolia: { apiKey: "01ad7e13d3fe392d2ad26da3c69dbc21",