Initial Sidebar Setup (#10)

* Updated Directory Structure + Initial Sidebar Setup

Signed-off-by: Sayan Mondal <sayan@chaosnative.com>

* Reverted Folder Structure

Signed-off-by: Sayan Mondal <sayan@chaosnative.com>

* Fixed default page to old-vs-new

Signed-off-by: Sayan Mondal <sayan@chaosnative.com>

* Fixed embedmd.

Signed-off-by: Jonsy13 <vedant.shrotria@mayadata.io>

Co-authored-by: Jonsy13 <vedant.shrotria@mayadata.io>
This commit is contained in:
Sayan Mondal 2021-03-10 11:59:46 +05:30 committed by GitHub
parent 2186b9bc61
commit 02e365bac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 56 additions and 17 deletions

View File

@ -0,0 +1,5 @@
---
id: agent-install
title: Agent Install
sidebar_label: Agent
---

5
website/docs/create.md Normal file
View File

@ -0,0 +1,5 @@
---
id: create
title: How to Create a Workflow
sidebar_label: Create
---

5
website/docs/diagram.md Normal file
View File

@ -0,0 +1,5 @@
---
id: diagram
title: Litmus Arch Diagram
sidebar_label: Diagram
---

View File

@ -0,0 +1,5 @@
---
id: litmus-install
title: Litmus Installation
sidebar_label: Litmus
---

5
website/docs/observe.md Normal file
View File

@ -0,0 +1,5 @@
---
id: observe
title: How to Observe/Track a Workflow
sidebar_label: Observe
---

View File

@ -1,7 +1,7 @@
---
id: introduction
title: LitmusChaos Documentation
sidebar_label: Introduction
id: old-vs-new
title: 1.x with 2.0 Comparison
sidebar_label: 1.x VS 2.0
---
---
@ -51,10 +51,3 @@ A high level comparison between Litmus 1.x and Litmus 2.0 providing a holistic v
### Litmus features
### Access Litmus API [here](https://litmuschaos.github.io/litmus/api.html)

5
website/docs/schedule.md Normal file
View File

@ -0,0 +1,5 @@
---
id: schedule
title: How to Schedule a Workflow
sidebar_label: Schedule
---

View File

@ -0,0 +1,5 @@
---
id: uninstall
title: How to Uninstall Litmus from your Cluster
sidebar_label: Uninstall
---

View File

@ -76,7 +76,7 @@ module.exports = {
})),
{
label: "Master/Unreleased",
to: "docs/next/introduction",
to: "docs/next/old-vs-new",
},
],
},

View File

@ -1,15 +1,26 @@
module.exports = {
docs: {
Introduction: [
"introduction",
// "diagram",
"old-vs-new",
"diagram",
// "feature-definition"
],
"Getting Started": [
"prerequisite",
// "installation",
// "how-to",
// "unistallation",
{
"Installation": [
"litmus-install",
"agent-install"
],
},
{
"How To": [
"create",
"schedule",
"observe",
],
},
"uninstall",
],
Features: [
"gitops",