diff --git a/metadata.yaml b/metadata.yaml index cc3423d82..92df5b62c 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -338,7 +338,7 @@ categories: - name: docs-paas-rw permission: write repository: docs/cloud-service-engine - - service_title: Distributed Message Service + - service_title: Distributed Message Service (for Kafka) service_type: dms service_category: application service_environment: internal @@ -368,6 +368,29 @@ categories: - name: docs-paas-rw permission: write repository: docs/distributed-message-service + - service_title: Distributed Message Service (for RocketMQ) + service_type: dms_rocketmq + service_category: application + service_environment: internal + docs: + - html_location: docs/dms_rocketmq/api-ref + rst_location: api-ref/source + title: API Reference + type: api-ref + link: /distributed-message-service-rocketmq/api-ref/ + hc_location: api/hrm + disable_import: false + - html_location: docs/dms_rocketmq/umn + rst_location: umn/source + title: User Guide + type: umn + link: /distributed-message-service-rocketmq/umn/ + hc_location: usermanual/hrm + disable_import: false + teams: + - name: docs-paas-rw + permission: write + repository: docs/distributed-message-service-rocketmq - service_title: Simple Message Notification service_type: smn service_category: application @@ -691,6 +714,29 @@ categories: - name: docs-container-rw permission: write repository: docs/software-repository-container + - service_title: Ubiquitous Cloud Native Service + service_type: ucs + service_category: container + service_environment: internal + docs: + - html_location: docs/ucs/api-ref + rst_location: api-ref/source + title: API Reference + type: api-ref + link: /ubiquitous-cloud-native-service/api-ref/ + hc_location: api/ucs + disable_import: false + - html_location: docs/ucs/umn + rst_location: umn/source + title: User Guide + type: umn + link: /ubiquitous-cloud-native-service/umn/ + hc_location: usermanual/ucs + disable_import: false + teams: + - name: docs-container-rw + permission: write + repository: docs/ubiquitous-cloud-native-service storage: - service_title: Cloud Backup and Recovery service_type: cbr @@ -824,10 +870,31 @@ categories: service_category: storage service_environment: internal docs: + - html_location: docs/obs_3rd_party/c_sdk + rst_location: doc/c-sdk/source + title: C SDK + type: c-sdk + link: /object-storage-service-3rd-party/c-sdk/ + hc_location: sdk/c-devg-obs + disable_import: false + - html_location: docs/obs_3rd_party/go_sdk + rst_location: doc/go-sdk/source + title: Go SDK + type: go-sdk + link: /object-storage-service-3rd-party/go-sdk/ + hc_location: sdk/go-devg-obs + disable_import: false + - html_location: docs/obs_3rd_party/java_sdk + rst_location: doc/java-sdk/source + title: Java SDK + type: java-sdk + link: /object-storage-service-3rd-party/java-sdk/ + hc_location: sdk/java-devg-obs + disable_import: false - html_location: docs/obs_3rd_party/python_sdk rst_location: doc/python-sdk/source title: Python SDK - type: 3rd_party_sdk + type: python-sdk link: /object-storage-service-3rd-party/python-sdk/ hc_location: sdk/python-devg-obs disable_import: false @@ -1310,6 +1377,20 @@ categories: link: /cloud-search-service/api-ref/ hc_location: api/css disable_import: false + - html_location: docs/css/koosearch-api-ref + rst_location: doc/koosearch-api-ref/source + title: Koosearch API Reference + type: koosearch-api-ref + link: /cloud-search-service/koosearch-api-ref/ + hc_location: koosearch-api/css + disable_import: false + - html_location: docs/css/koosearch-umn + rst_location: doc/koosearch-umn/source + title: Koosearch User Guide + type: koosearch-umn + link: /cloud-search-service/koosearch-umn/ + hc_location: koosearch-usermanual/css + disable_import: false - html_location: docs/css/umn rst_location: umn/source title: User Guide @@ -1344,29 +1425,6 @@ categories: - name: docs-bigdata-ai-rw permission: write repository: docs/data-arts-studio - - service_title: Data Ingestion Service - service_type: dis - service_category: big_data - service_environment: internal - docs: - - html_location: docs/dis/api-ref - rst_location: api-ref/source - title: API Reference - type: api-ref - link: /data-ingestion-service/api-ref/ - hc_location: api/dis - disable_import: false - - html_location: docs/dis/umn - rst_location: umn/source - title: User Guide - type: umn - link: /data-ingestion-service/umn/ - hc_location: usermanual/dis - disable_import: false - teams: - - name: docs-bigdata-ai-rw - permission: write - repository: docs/data-ingestion-service - service_title: Data Lake Insight service_type: dli service_category: big_data diff --git a/zuul.yaml b/zuul.yaml index 1c528d9cf..207bcd2cf 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -29,6 +29,7 @@ - docs/apm - docs/cse - docs/dms + - docs/dms_rocketmq - docs/rfs - docs/smn - roles @@ -47,7 +48,6 @@ files: - docs/css - docs/dataartsstudio - - docs/dis - docs/dli - docs/dws - docs/modelarts @@ -91,6 +91,7 @@ - docs/asm - docs/cci - docs/swr + - docs/ucs - roles - templates - metadata.yaml