Feat: hidden the not ready doc
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
This commit is contained in:
parent
be42c84b00
commit
92f3f30098
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
title: Bind new environment
|
||||
title: How to bind new environment
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: Delete an application
|
||||
title: How to delete an application
|
||||
description: delete an application by kubevela dashboard
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: Deploy an application to environment
|
||||
title: How to deploy an application
|
||||
description: deploy an application to environment by kubevela dashboard
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: View an application endpoints
|
||||
title: How to view an application endpoint
|
||||
description: View an application endpoints by kubevela dashboard
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: View an application instances
|
||||
title: How to view an application instances
|
||||
description: View an application instances by kubevela dashboard
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: View an application log
|
||||
title: How to view an application log
|
||||
description: View an application log by kubevela dashboard
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: View an application revision
|
||||
title: How to view an application revision
|
||||
description: View an application revision by kubevela dashboard
|
||||
---
|
||||
|
|
|
|||
|
|
@ -2,20 +2,20 @@
|
|||
title: Overview
|
||||
---
|
||||
|
||||
### [Create An Application](./create-application)
|
||||
### [How to create an application](./create-application)
|
||||
|
||||
### [Deploy An Application](./deploy-application)
|
||||
### [How to deploy an application](./deploy-application)
|
||||
|
||||
### [View an application instances](./get-application-instance)
|
||||
### [How to view an application instances](./get-application-instance)
|
||||
|
||||
### [View an application log](./get-application-log)
|
||||
### [How to view an application log](./get-application-log)
|
||||
|
||||
### [View an application endpoint](./get-application-endpoint)
|
||||
### [How to view an application endpoint](./get-application-endpoint)
|
||||
|
||||
### [View an application revision](./get-application-revision)
|
||||
### [How to view an application revision](./get-application-revision)
|
||||
|
||||
### [Bind new environment](./bind-new-environment)
|
||||
### [How to bind new environment](./bind-new-environment)
|
||||
|
||||
### [Recycle an environment](./recycle-environment)
|
||||
### [How to recycle an environment](./recycle-environment)
|
||||
|
||||
### [Delete An Application](./delete-application)
|
||||
### [How to delete an application](./delete-application)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
title: Recycle an environment
|
||||
title: How to recycle an environment
|
||||
---
|
||||
|
|
|
|||
92
sidebars.js
92
sidebars.js
|
|
@ -39,7 +39,6 @@ module.exports = {
|
|||
items: [
|
||||
"case-studies/jenkins-cicd",
|
||||
"case-studies/gitops",
|
||||
// 'case-studies/initialize-env',
|
||||
"case-studies/canary-blue-green",
|
||||
],
|
||||
},
|
||||
|
|
@ -48,51 +47,52 @@ module.exports = {
|
|||
label: "How-to Guides",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Dashboard",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
"Manage application": [
|
||||
"how-to/dashboard/application/overview",
|
||||
"how-to/dashboard/application/create-application",
|
||||
"how-to/dashboard/application/deploy-application",
|
||||
"how-to/dashboard/application/get-application-instance",
|
||||
"how-to/dashboard/application/get-application-log",
|
||||
"how-to/dashboard/application/get-application-endpoint",
|
||||
"how-to/dashboard/application/get-application-revision",
|
||||
"how-to/dashboard/application/bind-new-environment",
|
||||
"how-to/dashboard/application/recycle-environment",
|
||||
"how-to/dashboard/application/delete-application",
|
||||
],
|
||||
},
|
||||
{
|
||||
"Manage workflow": ["how-to/dashboard/workflow/overview"],
|
||||
},
|
||||
{
|
||||
"Manage trait": ["how-to/dashboard/trait/overview"],
|
||||
},
|
||||
{
|
||||
"Manage environment": ["how-to/dashboard/environment/overview"],
|
||||
},
|
||||
{
|
||||
"Manage target": ["how-to/dashboard/target/overview"],
|
||||
},
|
||||
{
|
||||
"Manage cluster": [
|
||||
"how-to/dashboard/cluster/overview",
|
||||
"how-to/dashboard/cluster/connect-cluster",
|
||||
"how-to/dashboard/cluster/detach-cluster",
|
||||
"how-to/dashboard/cluster/set-cluster-dashboard",
|
||||
"how-to/dashboard/cluster/edit-cluster",
|
||||
],
|
||||
},
|
||||
{
|
||||
"Manage addon": ["how-to/dashboard/addon/overview"],
|
||||
},
|
||||
],
|
||||
},
|
||||
// TODO:
|
||||
// {
|
||||
// type: "category",
|
||||
// label: "Dashboard",
|
||||
// collapsed: true,
|
||||
// items: [
|
||||
// {
|
||||
// "Manage application": [
|
||||
// "how-to/dashboard/application/overview",
|
||||
// "how-to/dashboard/application/create-application",
|
||||
// "how-to/dashboard/application/deploy-application",
|
||||
// "how-to/dashboard/application/get-application-instance",
|
||||
// "how-to/dashboard/application/get-application-log",
|
||||
// "how-to/dashboard/application/get-application-endpoint",
|
||||
// "how-to/dashboard/application/get-application-revision",
|
||||
// "how-to/dashboard/application/bind-new-environment",
|
||||
// "how-to/dashboard/application/recycle-environment",
|
||||
// "how-to/dashboard/application/delete-application",
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// "Manage workflow": ["how-to/dashboard/workflow/overview"],
|
||||
// },
|
||||
// {
|
||||
// "Manage trait": ["how-to/dashboard/trait/overview"],
|
||||
// },
|
||||
// {
|
||||
// "Manage environment": ["how-to/dashboard/environment/overview"],
|
||||
// },
|
||||
// {
|
||||
// "Manage target": ["how-to/dashboard/target/overview"],
|
||||
// },
|
||||
// {
|
||||
// "Manage cluster": [
|
||||
// "how-to/dashboard/cluster/overview",
|
||||
// "how-to/dashboard/cluster/connect-cluster",
|
||||
// "how-to/dashboard/cluster/detach-cluster",
|
||||
// "how-to/dashboard/cluster/set-cluster-dashboard",
|
||||
// "how-to/dashboard/cluster/edit-cluster",
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// "Manage addon": ["how-to/dashboard/addon/overview"],
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
type: "category",
|
||||
label: "CLI",
|
||||
|
|
|
|||
Loading…
Reference in New Issue