restructuring

This commit is contained in:
Sam Hadi 2021-12-06 15:27:59 -08:00
parent 3a1290cb24
commit 80f2ed8fc2
5 changed files with 5 additions and 15 deletions

View File

@ -9,25 +9,15 @@ module.exports = {
sidebar: {
auto: false,
nav: [
{
title: "Intro to Kava Platform",
children: [
{
title: "Application Process",
path: "/education/application_process.html"
},
{
title: "Development Process",
path: "education/dev_process",
directory: true,
}
]
},
{
title: "Getting Started - Developers",
children: [
{
title: "Hello Kava",
title: "Getting Set Up",
path: "/education/getting_started.html"
},
{
title: "Building Modules",
path: "/education/hello_kava.html"
},
{