Add "extend cloud resources" to `extension` section (#466)
* Add "extend cloud resources" to `extension` section Added the doc on extending cloud resources to the section of `extension` Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com> * fix doc link issue Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com> * address comments Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
This commit is contained in:
parent
c6d7e0a094
commit
0b1c81f5b3
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Terraform Components
|
||||
title: Extend Cloud Resources
|
||||
---
|
||||
|
||||
To enable end users to [provision and consume cloud resources](../../end-user/components/cloud-services/provider-and-consume-cloud-services),
|
||||
|
|
|
@ -195,6 +195,10 @@
|
|||
"message": "内置插件包",
|
||||
"description": "内置插件包说明"
|
||||
},
|
||||
"sidebar.docs.category.Cloud Resources": {
|
||||
"message": "云资源",
|
||||
"description": "云资源"
|
||||
},
|
||||
"sidebar.docs.category.Supported Cloud Resource": {
|
||||
"message": "支持的云资源",
|
||||
"description": "支持的云资源列表"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Terraform 组件
|
||||
title: 扩展云资源
|
||||
---
|
||||
|
||||
对云资源的集成需求往往是最频繁出现,比如你可能希望数据库、中间件等服务使用阿里云、AWS 等云厂商的,以获得生产级别的可用性并免去运维的麻烦。
|
||||
|
|
|
@ -203,6 +203,10 @@
|
|||
"message": "内置插件包",
|
||||
"description": "内置插件包说明"
|
||||
},
|
||||
"sidebar.docs.category.Cloud Resources": {
|
||||
"message": "云资源",
|
||||
"description": "云资源"
|
||||
},
|
||||
"sidebar.docs.category.Supported Cloud Resource": {
|
||||
"message": "支持的云资源",
|
||||
"description": "支持的云资源列表"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Terraform 组件
|
||||
title: 扩展云资源
|
||||
---
|
||||
|
||||
对云资源的集成需求往往是最频繁出现,比如你可能希望数据库、中间件等服务使用阿里云、AWS 等云厂商的,以获得生产级别的可用性并免去运维的麻烦。
|
||||
|
|
10
sidebars.js
10
sidebars.js
|
@ -127,14 +127,8 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
"platform-engineers/addon/intro",
|
||||
{
|
||||
type: "category",
|
||||
label: "Component System",
|
||||
items: [
|
||||
"platform-engineers/components/custom-component",
|
||||
"platform-engineers/components/component-terraform",
|
||||
],
|
||||
},
|
||||
"platform-engineers/components/custom-component",
|
||||
"platform-engineers/components/component-terraform",
|
||||
{
|
||||
type: "category",
|
||||
label: "Traits System",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Terraform Components
|
||||
title: Extend Cloud Resources
|
||||
---
|
||||
|
||||
To enable end users to [provision and consume cloud resources](../../end-user/components/cloud-services/provider-and-consume-cloud-services),
|
||||
|
|
|
@ -244,19 +244,12 @@
|
|||
"id": "version-v1.2/platform-engineers/addon/intro"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"type": "category",
|
||||
"label": "Component System",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-v1.2/platform-engineers/components/custom-component"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-v1.2/platform-engineers/components/component-terraform"
|
||||
}
|
||||
]
|
||||
"type": "doc",
|
||||
"id":"version-v1.2/platform-engineers/components/custom-component"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id":"version-v1.2/platform-engineers/components/component-terraform"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
|
|
Loading…
Reference in New Issue