Added API docs to Homepage & Removed BYOC, Litmus CI-CD (#80)

Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
This commit is contained in:
Sayan Mondal 2021-08-12 09:56:49 +05:30 committed by GitHub
parent 8a40142db5
commit 897e35c5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 15 additions and 59 deletions

View File

@ -1,7 +0,0 @@
---
id: chaos-schedule
title: Chaos Schedule
sidebar_label: Chaos Schedule
---
## Coming soon

View File

@ -1,7 +0,0 @@
---
id: byoc
title: Bring Your Own Chaos (Using Litmus for Orchestrating Chaos)
sidebar_label: BYOC
---
## Coming soon

View File

@ -1,7 +0,0 @@
---
id: github-actions
title: Using Litmus with GitHub Actions
sidebar_label: GitHub Actions
---
## Coming soon

View File

@ -1,7 +0,0 @@
---
id: gitlab-templates
title: Using Litmus with Gitlab Templates
sidebar_label: Gitlab Templates
---
## Coming soon

View File

@ -1,7 +0,0 @@
---
id: keptn
title: Using Litmus with Keptn
sidebar_label: Keptn
---
## Coming soon

View File

@ -1,7 +0,0 @@
---
id: spinnaker
title: Using Litmus with Spinnaker
sidebar_label: Using Litmus with Spinnaker
---
## Coming soon

View File

@ -85,6 +85,11 @@ module.exports = {
to: '/tutorials', to: '/tutorials',
position: 'right' position: 'right'
}, },
{
label: 'APIs',
to: 'http://litmuschaos.github.io/litmus/graphql/v2.0.0/api.html',
position: 'right'
},
{ {
href: 'https://github.com/litmuschaos/litmus', href: 'https://github.com/litmuschaos/litmus',
label: 'GitHub', label: 'GitHub',

View File

@ -30,7 +30,6 @@ module.exports = {
'concepts/probes', 'concepts/probes',
'concepts/chaos-engine', 'concepts/chaos-engine',
'concepts/chaos-results', 'concepts/chaos-results',
'concepts/chaos-schedule',
'concepts/chaoshub', 'concepts/chaoshub',
'concepts/chaos-center', 'concepts/chaos-center',
'concepts/agent', 'concepts/agent',
@ -91,15 +90,15 @@ module.exports = {
'user-guides/share-app-dashboard' 'user-guides/share-app-dashboard'
] ]
}, },
{ // To be added later
'Litmus in CI/CD pipeline': [ // {
'user-guides/github-actions', // 'Litmus in CI/CD pipeline': [
'user-guides/gitlab-templates', // 'user-guides/github-actions',
'user-guides/keptn', // 'user-guides/gitlab-templates',
'user-guides/spinnaker' // 'user-guides/keptn',
] // 'user-guides/spinnaker'
}, // ]
'user-guides/byoc', // },
'user-guides/my-account', 'user-guides/my-account',
{ {
'User Management': [ 'User Management': [
@ -110,10 +109,7 @@ module.exports = {
] ]
}, },
{ {
'Managing Projects': [ 'Managing Projects': ['user-guides/change-project-name', 'user-guides/leave-project']
'user-guides/change-project-name',
'user-guides/leave-project'
]
}, },
{ {
Teaming: [ Teaming: [

View File

@ -3,7 +3,6 @@ import Layout from '@theme/Layout'
import React from 'react' import React from 'react'
import { SectionDark, SectionLight } from '../components/layout' import { SectionDark, SectionLight } from '../components/layout'
import { ExploreLitmus, Header } from '../components/section/Home' import { ExploreLitmus, Header } from '../components/section/Home'
import { GetStartedHeader } from '../components/section/Home/GetStartedHeader'
import { MoreResources } from '../components/section/Home/MoreResources' import { MoreResources } from '../components/section/Home/MoreResources'
export default function Home() { export default function Home() {
@ -16,8 +15,6 @@ export default function Home() {
<SectionLight> <SectionLight>
<Header /> <Header />
<br /> <br />
<GetStartedHeader />
<br />
<ExploreLitmus type={'basic'} /> <ExploreLitmus type={'basic'} />
<ExploreLitmus type={'advance'} /> <ExploreLitmus type={'advance'} />
<br /> <br />