Test push of new 'academy' section

This commit is contained in:
Jm Casler 2022-01-08 16:20:30 -08:00
parent 581e6a730e
commit e02a3127e8
2 changed files with 19 additions and 3 deletions

11
docs/academy/welcome.md Normal file
View file

@ -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

View file

@ -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",