Merge four docs on database provisioning and usage (#722)
* Merge four docs on database provisioning and usage Merged four docs into a landing page to show how to use databases in four ways Signed-off-by: Zheng Xi Zhou <zhengxi.zzx@alibaba-inc.com> * update docs in Chinese Signed-off-by: Zheng Xi Zhou <zhengxi.zzx@alibaba-inc.com> * fix CI Signed-off-by: Zheng Xi Zhou <zhengxi.zzx@alibaba-inc.com> * Fix CI issue Signed-off-by: Zheng Xi Zhou <zhengxi.zzx@alibaba-inc.com> * Update sidebars.js Co-authored-by: Jianbo Sun <wonderflow@icloud.com> * address comments Signed-off-by: Zheng Xi Zhou <zhengxi.zzx@alibaba-inc.com> * locallize `Manage Database` Signed-off-by: Zheng Xi Zhou <zhengxi.zzx@alibaba-inc.com> Co-authored-by: Zheng Xi Zhou <zhengxi.zzx@alibaba-inc.com> Co-authored-by: Jianbo Sun <wonderflow@icloud.com>
This commit is contained in:
parent
dbc8745735
commit
5b1bf4428e
|
|
@ -300,6 +300,9 @@
|
|||
"sidebar.docs.category.Cloud Resources CD": {
|
||||
"message": "云资源交付"
|
||||
},
|
||||
"sidebar.docs.category.Manage Database": {
|
||||
"message": "数据库管理"
|
||||
},
|
||||
"sidebar.docs.category.Kubernetes Manifest CD": {
|
||||
"message": "Kubernetes 资源交付"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -300,6 +300,9 @@
|
|||
"sidebar.docs.category.Cloud Resources CD": {
|
||||
"message": "云资源交付"
|
||||
},
|
||||
"sidebar.docs.category.Manage Database": {
|
||||
"message": "数据库管理"
|
||||
},
|
||||
"sidebar.docs.category.Kubernetes Manifest CD": {
|
||||
"message": "Kubernetes 资源交付"
|
||||
},
|
||||
|
|
|
|||
17
sidebars.js
17
sidebars.js
|
|
@ -41,12 +41,19 @@ module.exports = {
|
|||
items: ['tutorials/helm', 'tutorials/helm-multi-cluster'],
|
||||
},
|
||||
{
|
||||
'Cloud Resources CD': [
|
||||
type: 'category',
|
||||
label: 'Cloud Resources CD',
|
||||
collapsed: true,
|
||||
items: [
|
||||
'tutorials/consume-cloud-services',
|
||||
'end-user/components/cloud-services/provision-and-consume-cloud-services',
|
||||
'end-user/components/cloud-services/provision-and-initiate-database',
|
||||
'end-user/components/cloud-services/secure-your-database-connection',
|
||||
'end-user/components/cloud-services/provision-an-RDS-instance-with-more-than-one-database',
|
||||
{
|
||||
'Manage Database': [
|
||||
'end-user/components/cloud-services/provision-and-consume-cloud-services',
|
||||
'end-user/components/cloud-services/provision-and-initiate-database',
|
||||
'end-user/components/cloud-services/secure-your-database-connection',
|
||||
'end-user/components/cloud-services/provision-an-RDS-instance-with-more-than-one-database'
|
||||
],
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -91,20 +91,27 @@
|
|||
"id": "version-v1.4/tutorials/consume-cloud-services"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-v1.4/end-user/components/cloud-services/provision-and-consume-cloud-services"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-v1.4/end-user/components/cloud-services/provision-and-initiate-database"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-v1.4/end-user/components/cloud-services/secure-your-database-connection"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-v1.4/end-user/components/cloud-services/provision-an-RDS-instance-with-more-than-one-database"
|
||||
"collapsed": true,
|
||||
"type": "category",
|
||||
"label": "Manage Database",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-v1.4/end-user/components/cloud-services/provision-and-consume-cloud-services"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-v1.4/end-user/components/cloud-services/provision-and-initiate-database"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-v1.4/end-user/components/cloud-services/secure-your-database-connection"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-v1.4/end-user/components/cloud-services/provision-an-RDS-instance-with-more-than-one-database"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue