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:
Zheng Xi Zhou 2022-01-24 14:05:21 +08:00 committed by GitHub
parent c6d7e0a094
commit 0b1c81f5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 20 additions and 25 deletions

View File

@ -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),

View File

@ -195,6 +195,10 @@
"message": "内置插件包",
"description": "内置插件包说明"
},
"sidebar.docs.category.Cloud Resources": {
"message": "云资源",
"description": "云资源"
},
"sidebar.docs.category.Supported Cloud Resource": {
"message": "支持的云资源",
"description": "支持的云资源列表"

View File

@ -1,5 +1,5 @@
---
title: Terraform 组件
title: 扩展云资源
---
对云资源的集成需求往往是最频繁出现比如你可能希望数据库、中间件等服务使用阿里云、AWS 等云厂商的,以获得生产级别的可用性并免去运维的麻烦。

View File

@ -203,6 +203,10 @@
"message": "内置插件包",
"description": "内置插件包说明"
},
"sidebar.docs.category.Cloud Resources": {
"message": "云资源",
"description": "云资源"
},
"sidebar.docs.category.Supported Cloud Resource": {
"message": "支持的云资源",
"description": "支持的云资源列表"

View File

@ -1,5 +1,5 @@
---
title: Terraform 组件
title: 扩展云资源
---
对云资源的集成需求往往是最频繁出现比如你可能希望数据库、中间件等服务使用阿里云、AWS 等云厂商的,以获得生产级别的可用性并免去运维的麻烦。

View File

@ -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",

View File

@ -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),

View File

@ -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,