mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-26 05:01:38 -08:00
Test push of new 'academy' section
This commit is contained in:
parent
581e6a730e
commit
e02a3127e8
11
docs/academy/welcome.md
Normal file
11
docs/academy/welcome.md
Normal 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
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue