From 80f2ed8fc2f5edb684b2d187dccb451c8e690448 Mon Sep 17 00:00:00 2001 From: Sam Hadi Date: Mon, 6 Dec 2021 15:27:59 -0800 Subject: [PATCH] restructuring --- docs/.vuepress/config.js | 20 +++++-------------- .../{dev_process => }/getting_started.md | 0 .../{sweep => Swap}/swap_deposit.md | 0 .../{sweep => Swap}/swap_tokens.md | 0 .../{sweep => Swap}/swap_withdraw.md | 0 5 files changed, 5 insertions(+), 15 deletions(-) rename docs/education/{dev_process => }/getting_started.md (100%) rename docs/education/user_actions/{sweep => Swap}/swap_deposit.md (100%) rename docs/education/user_actions/{sweep => Swap}/swap_tokens.md (100%) rename docs/education/user_actions/{sweep => Swap}/swap_withdraw.md (100%) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 997e2714..48398b56 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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" }, { diff --git a/docs/education/dev_process/getting_started.md b/docs/education/getting_started.md similarity index 100% rename from docs/education/dev_process/getting_started.md rename to docs/education/getting_started.md diff --git a/docs/education/user_actions/sweep/swap_deposit.md b/docs/education/user_actions/Swap/swap_deposit.md similarity index 100% rename from docs/education/user_actions/sweep/swap_deposit.md rename to docs/education/user_actions/Swap/swap_deposit.md diff --git a/docs/education/user_actions/sweep/swap_tokens.md b/docs/education/user_actions/Swap/swap_tokens.md similarity index 100% rename from docs/education/user_actions/sweep/swap_tokens.md rename to docs/education/user_actions/Swap/swap_tokens.md diff --git a/docs/education/user_actions/sweep/swap_withdraw.md b/docs/education/user_actions/Swap/swap_withdraw.md similarity index 100% rename from docs/education/user_actions/sweep/swap_withdraw.md rename to docs/education/user_actions/Swap/swap_withdraw.md