Added API docs to Homepage & Removed BYOC, Litmus CI-CD (#80)
Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
This commit is contained in:
parent
8a40142db5
commit
897e35c5b9
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
id: chaos-schedule
|
||||
title: Chaos Schedule
|
||||
sidebar_label: Chaos Schedule
|
||||
---
|
||||
|
||||
## Coming soon
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
id: byoc
|
||||
title: Bring Your Own Chaos (Using Litmus for Orchestrating Chaos)
|
||||
sidebar_label: BYOC
|
||||
---
|
||||
|
||||
## Coming soon
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
id: github-actions
|
||||
title: Using Litmus with GitHub Actions
|
||||
sidebar_label: GitHub Actions
|
||||
---
|
||||
|
||||
## Coming soon
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
id: gitlab-templates
|
||||
title: Using Litmus with Gitlab Templates
|
||||
sidebar_label: Gitlab Templates
|
||||
---
|
||||
|
||||
## Coming soon
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
id: keptn
|
||||
title: Using Litmus with Keptn
|
||||
sidebar_label: Keptn
|
||||
---
|
||||
|
||||
## Coming soon
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
id: spinnaker
|
||||
title: Using Litmus with Spinnaker
|
||||
sidebar_label: Using Litmus with Spinnaker
|
||||
---
|
||||
|
||||
## Coming soon
|
||||
|
|
@ -85,6 +85,11 @@ module.exports = {
|
|||
to: '/tutorials',
|
||||
position: 'right'
|
||||
},
|
||||
{
|
||||
label: 'APIs',
|
||||
to: 'http://litmuschaos.github.io/litmus/graphql/v2.0.0/api.html',
|
||||
position: 'right'
|
||||
},
|
||||
{
|
||||
href: 'https://github.com/litmuschaos/litmus',
|
||||
label: 'GitHub',
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ module.exports = {
|
|||
'concepts/probes',
|
||||
'concepts/chaos-engine',
|
||||
'concepts/chaos-results',
|
||||
'concepts/chaos-schedule',
|
||||
'concepts/chaoshub',
|
||||
'concepts/chaos-center',
|
||||
'concepts/agent',
|
||||
|
|
@ -91,15 +90,15 @@ module.exports = {
|
|||
'user-guides/share-app-dashboard'
|
||||
]
|
||||
},
|
||||
{
|
||||
'Litmus in CI/CD pipeline': [
|
||||
'user-guides/github-actions',
|
||||
'user-guides/gitlab-templates',
|
||||
'user-guides/keptn',
|
||||
'user-guides/spinnaker'
|
||||
]
|
||||
},
|
||||
'user-guides/byoc',
|
||||
// To be added later
|
||||
// {
|
||||
// 'Litmus in CI/CD pipeline': [
|
||||
// 'user-guides/github-actions',
|
||||
// 'user-guides/gitlab-templates',
|
||||
// 'user-guides/keptn',
|
||||
// 'user-guides/spinnaker'
|
||||
// ]
|
||||
// },
|
||||
'user-guides/my-account',
|
||||
{
|
||||
'User Management': [
|
||||
|
|
@ -110,10 +109,7 @@ module.exports = {
|
|||
]
|
||||
},
|
||||
{
|
||||
'Managing Projects': [
|
||||
'user-guides/change-project-name',
|
||||
'user-guides/leave-project'
|
||||
]
|
||||
'Managing Projects': ['user-guides/change-project-name', 'user-guides/leave-project']
|
||||
},
|
||||
{
|
||||
Teaming: [
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ import Layout from '@theme/Layout'
|
|||
import React from 'react'
|
||||
import { SectionDark, SectionLight } from '../components/layout'
|
||||
import { ExploreLitmus, Header } from '../components/section/Home'
|
||||
import { GetStartedHeader } from '../components/section/Home/GetStartedHeader'
|
||||
import { MoreResources } from '../components/section/Home/MoreResources'
|
||||
|
||||
export default function Home() {
|
||||
|
|
@ -16,8 +15,6 @@ export default function Home() {
|
|||
<SectionLight>
|
||||
<Header />
|
||||
<br />
|
||||
<GetStartedHeader />
|
||||
<br />
|
||||
<ExploreLitmus type={'basic'} />
|
||||
<ExploreLitmus type={'advance'} />
|
||||
<br />
|
||||
|
|
|
|||
Loading…
Reference in New Issue