diff --git a/docs/academy/welcome.md b/docs/academy/welcome.md new file mode 100644 index 00000000..82cfdd8a --- /dev/null +++ b/docs/academy/welcome.md @@ -0,0 +1,11 @@ +--- +id: welcome +title: Meshtastic Academy +sidebar_label: Welcome +slug: /academy/welcome +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + + +Work in progress \ No newline at end of file diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 1cd5a029..034e78e1 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -33,9 +33,9 @@ const config = { }, items: [ { - label: "Firmware", - to: "firmware", - activeBasePath: "firmware", + label: "Start Here", + to: "docs/academy", + activeBasePath: "docs/academy", }, { label: "Showcase", @@ -47,6 +47,11 @@ const config = { to: "docs/getting-started", activeBasePath: "docs/getting-started", }, + { + label: "Firmware", + to: "firmware", + activeBasePath: "firmware", + }, { href: "https://meshtastic.discourse.group", label: "Forum",