Compare commits

..

5 Commits

Author SHA1 Message Date
d96333c8a1 Removed disable import from services
All checks were successful
gl/check check status: success (d96333c8a16fa8f97d47ad270c9cfa7758578ddf)
gl/gate gate status: success (d96333c8a16fa8f97d47ad270c9cfa7758578ddf)
2024-06-24 12:04:04 +00:00
6fc0d4e9b0 Add disable_import: true
All checks were successful
gl/check check status: success (6fc0d4e9b0b32fa8b86a3b8161bb8b257659df58)
2024-06-24 08:38:43 +00:00
c3562f3c34 Add disable_import: true
All checks were successful
gl/check check status: success (c3562f3c34450f7842d88daea4365032880de1af)
2024-06-24 07:12:40 +00:00
ec7e0f0eab Fix pep8
All checks were successful
gl/check check status: success (ec7e0f0eab2d044abf17d589764908f5af7e2e41)
2024-06-21 12:28:20 +00:00
f1505b01f3 Filter for disable_import
Some checks failed
gl/check check status: failure (f1505b01f39adc7a584b84b00b56e46ad3357387)
2024-06-21 12:19:26 +00:00
57 changed files with 174 additions and 262 deletions

View File

@ -0,0 +1,9 @@
---
environment: public
link: /architecture-center/blueprints/
pdf_name: architecture-center-blueprints
rst_location: doc/blueprints/source
service_type: ac
title: Blueprints
type: blueprints
disable_import: true

View File

@ -0,0 +1,9 @@
---
environment: internal
link: /architecture-center/caf/
pdf_name: architecture-center-cloud-adoption-framework
rst_location: doc/caf/source
service_type: ac
title: Cloud Adoption Framework
type: caf
disable_import: true

View File

@ -1,5 +1,5 @@
---
environment: public
environment: internal
hc_location: usermanual/asm
html_location: docs/asm/umn
link: /application-service-mesh/umn/

View File

@ -0,0 +1,11 @@
---
hc_location: bestpractice/blueprints
environment: internal
html_location: docs/blueprints/best-practice
link: /blueprints/best-practice/
pdf_name: blueprints-best-practice
rst_location: doc/best-practice/source
service_type: blueprints
title: Best Practice
type: best-practice
disable_import: true

View File

@ -1,6 +1,6 @@
---
hc_location: api/cci
environment: public
environment: internal
html_location: docs/cci/api-ref
link: /cloud-container-instance/api-ref/
pdf_name: cci-api-ref

View File

@ -1,6 +1,6 @@
---
hc_location: usermanual/cci
environment: public
environment: internal
html_location: docs/cci/umn
link: /cloud-container-instance/umn/
pdf_name: cci-umn

View File

@ -1,9 +0,0 @@
---
hc_location: api/rms
html_location: docs/config/api-ref
link: /config/api-ref/
pdf_name: config-api-ref
rst_location: api-ref/source
service_type: config
title: API Reference
type: api-ref

View File

@ -1,8 +0,0 @@
---
hc_location: usermanual/rms
html_location: docs/config/umn
link: /config/umn/
rst_location: umn/source
service_type: config
title: User Guide
type: umn

View File

@ -1,9 +0,0 @@
---
hc_location: api/dbss
html_location: docs/dbss/api-ref
link: /database-security-service/api-ref/
pdf_name: dbss-api-ref
rst_location: api-ref/source
service_type: dbss
title: API Reference
type: api-ref

View File

@ -1,11 +0,0 @@
---
environment: internal
hc_location: api/em
html_location: docs/eps/api-ref
link: /enterprise-project-service/api-ref/
pdf_name: eps-api-ref
rst_location: api-ref/source
service_type: eps
title: API Reference
type: api-ref

View File

@ -1,11 +0,0 @@
---
environment: internal
hc_location: usermanual/em
html_location: docs/eps/umn
link: /enterprise-project-service/umn/
pdf_name: eps-umn
rst_location: umn/source
service_type: eps
title: User Guide
type: umn

View File

@ -0,0 +1,9 @@
---
hc_location: api/nosql
html_location: docs/gaussdb_nosql/api-ref
link: /gaussdb-nosql/api-ref/
pdf_name: gaussdb_nosql-api-ref
rst_location: api-ref/source
service_type: gaussdb_nosql
title: API Reference
type: api-ref

View File

@ -0,0 +1,9 @@
---
hc_location: usermanual/nosql
html_location: docs/gaussdb_nosql/umn
link: /gaussdb-nosql/umn/
pdf_name: gauss_nosql
rst_location: umn/source
service_type: gaussdb_nosql
title: User Guide
type: umn

View File

@ -1,8 +1,9 @@
---
hc_location: api/nosql
environment: internal
html_location: docs/geminidb/api-ref
link: /geminidb/api-ref/
pdf_enabled: true
pdf_name: geminidb-api-ref
rst_location: api-ref/source
service_type: geminidb
title: API Reference

View File

@ -1,8 +1,9 @@
---
environment: internal
hc_location: usermanual/nosql
html_location: docs/geminidb/umn
link: /geminidb/umn/
pdf_enabled: true
pdf_name: geminidb-umn
rst_location: umn/source
service_type: geminidb
title: User Guide

View File

@ -6,4 +6,3 @@ rst_location: doc/mycredential/source
service_type: iam
title: My Credential
type: mycredential
disable_import: true

View File

@ -1,10 +0,0 @@
---
hc_location: usermanual/mkp
html_location: docs/mkp/umn
link: /marketplace/umn/
pdf_name: mkp-umn
rst_location: umn/source
service_type: mkp
title: User Guide
type: umn
disable_import: true

View File

@ -0,0 +1,9 @@
---
hc_location: api_swift/obs
html_location: docs/obs/api-swift
link: /object-storage-service/swiftapi/
pdf_name: obs-swiftapi
rst_location: doc/swiftapi/source
service_type: obs
title: API Reference (Swift) - Deprecated - Will be removed at 2023 Nov. 10!
type: swiftapi

View File

@ -1,4 +1,5 @@
---
environment: internal
link: /price-calculator/api-ref/
pdf_name: pc-api-ref
rst_location: api-ref/source

View File

@ -1,10 +0,0 @@
---
hc_location: api/aos
environment: internal
html_location: docs/rfs/api-ref
link: /resource-formation-service/api-ref/
pdf_name: rfs-api-ref
rst_location: api-ref/source
service_type: rfs
title: API Reference
type: api-ref

View File

@ -1,10 +0,0 @@
---
hc_location: usermanual/aos
environment: internal
html_location: docs/rfs/umn
link: /resource-formation-service/umn/
pdf_name: rfs-umn
rst_location: umn/source
service_type: rfs
title: User Guide
type: umn

View File

@ -0,0 +1,9 @@
---
hc_location: api/rms
html_location: docs/rms/api-ref
link: /resource-management-service/api-ref/
pdf_name: rms-api-ref
rst_location: api-ref/source
service_type: rms
title: API Reference
type: api-ref

View File

@ -0,0 +1,9 @@
---
hc_location: usermanual/rms
html_location: docs/rms/umn
link: /resource-management-service/umn/
pdf_name: rms-umn
rst_location: umn/source
service_type: rms
title: User Guide
type: umn

View File

@ -6,4 +6,3 @@ rst_location: umn/source
service_type: smg
title: User Guide
type: umn
disable_import: true

View File

@ -0,0 +1,16 @@
---
environment: hidden
repositories:
- environment: internal
repo: docs/architecture-center
type: gitea
- environment: public
repo: opentelekomcloud-docs/architecture-center
type: github
service_category: other
service_title: Architecture Center
service_type: ac
service_uri: architecture-center
teams:
- name: docs-architecture-center-rw
permission: write

View File

@ -8,7 +8,7 @@ repositories:
repo: opentelekomcloud-docs/anti-ddos
type: github
service_category: security-services
service_title: Anti-DDoS
service_title: Anti DDoS
service_type: antiddos
service_uri: anti-ddos
teams:

View File

@ -12,5 +12,5 @@ service_title: Application Operations Management
service_type: aom
service_uri: application-operations-management
teams:
- name: docs-paas-rw
- name: docs-orchestration-rw
permission: write

View File

@ -12,5 +12,5 @@ service_title: Application Operations Management 2.0
service_type: aom2
service_uri: application-operations-management-2
teams:
- name: docs-paas-rw
- name: docs-orchestration-rw
permission: write

View File

@ -12,5 +12,5 @@ service_title: API Gateway (APIG)
service_type: apig
service_uri: api-gateway
teams:
- name: docs-paas-rw
- name: docs-orchestration-rw
permission: write

View File

@ -7,10 +7,10 @@ repositories:
- environment: public
repo: opentelekomcloud-docs/application-performance-management
type: github
service_category: application
service_category: md
service_title: Application Performance Management
service_type: apm
service_uri: application-performance-management
teams:
- name: docs-paas-rw
- name: docs-orchestration-rw
permission: write

View File

@ -1,5 +1,5 @@
---
environment: public
environment: internal
repositories:
- environment: internal
repo: docs/application-service-mesh

View File

@ -0,0 +1,16 @@
---
environment: hidden
repositories:
- environment: internal
repo: docs/blueprints
type: gitea
- environment: public
repo: opentelekomcloud-docs/blueprints
type: github
service_category: other
service_title: Blueprints
service_type: blueprints
service_uri: blueprints
teams:
- name: eco
permission: write

View File

@ -1,5 +1,5 @@
---
environment: public
environment: internal
repositories:
- environment: internal
repo: docs/cloud-container-instance

View File

@ -12,5 +12,5 @@ service_title: Cloud Eye
service_type: ces
service_uri: cloud-eye
teams:
- name: docs-cms-rw
- name: docs-orchestration-rw
permission: write

View File

@ -1,16 +0,0 @@
---
environment: public
repositories:
- environment: internal
repo: docs/config
type: gitea
- environment: public
repo: opentelekomcloud-docs/config
type: github
service_category: md
service_title: Config
service_type: config
service_uri: config
teams:
- name: docs-cms-rw
permission: write

View File

@ -12,5 +12,5 @@ service_title: Cloud Service Engine
service_type: cse
service_uri: cloud-service-engine
teams:
- name: docs-paas-rw
- name: docs-orchestration-rw
permission: write

View File

@ -12,5 +12,5 @@ service_title: Cloud Trace Service
service_type: cts
service_uri: cloud-trace-service
teams:
- name: docs-paas-rw
- name: docs-orchestration-rw
permission: write

View File

@ -12,5 +12,5 @@ service_title: Distributed Cache Service
service_type: dcs
service_uri: distributed-cache-service
teams:
- name: docs-paas-rw
- name: docs-orchestration-rw
permission: write

View File

@ -12,5 +12,5 @@ service_title: Distributed Message Service
service_type: dms
service_uri: distributed-message-service
teams:
- name: docs-paas-rw
- name: docs-orchestration-rw
permission: write

View File

@ -1,6 +1,9 @@
---
environment: public
repositories:
- environment: internal
repo: docs/enterprise-dashboard
type: gitea
- environment: public
repo: opentelekomcloud-docs/enterprise-dashboard
type: github

View File

@ -1,17 +0,0 @@
---
environment: internal
repositories:
- environment: internal
repo: docs/enterprise-project-service
type: gitea
- environment: public
repo: opentelekomcloud-docs/enterprise-project-service
type: github
service_category: security-services
service_title: Enterprise Project Service
service_type: eps
service_uri: enterprise-project-service
teams:
- name: docs-security-services-rw
permission: write

View File

@ -12,5 +12,5 @@ service_title: FunctionGraph
service_type: fg
service_uri: function-graph
teams:
- name: docs-paas-rw
- name: docs-orchestration-rw
permission: write

View File

@ -0,0 +1,16 @@
---
environment: public
repositories:
- environment: internal
repo: docs/gaussdb-nosql
type: gitea
- environment: public
repo: opentelekomcloud-docs/gaussdb-nosql
type: github
service_category: database
service_title: GaussDB NoSQL
service_type: gaussdb_nosql
service_uri: gaussdb-nosql
teams:
- name: docs-database-rw
permission: write

View File

@ -1,5 +1,5 @@
---
environment: public
environment: internal
repositories:
- environment: internal
repo: docs/geminidb

View File

@ -12,5 +12,5 @@ service_title: Log Tank Service
service_type: lts
service_uri: log-tank-service
teams:
- name: docs-paas-rw
- name: docs-orchestration-rw
permission: write

View File

@ -1,16 +0,0 @@
---
environment: public
repositories:
- environment: internal
repo: docs/marketplace
type: gitea
- environment: public
repo: opentelekomcloud-docs/marketplace
type: github
service_category: other
service_title: Marketplace
service_type: mkp
service_uri: marketplace
teams:
- name: docs-3rd-party-integration-rw
permission: write

View File

@ -1,13 +0,0 @@
---
environment: hidden
repositories:
- environment: public
repo: opentelekomcloud-docs/page-not-found
type: github
service_category: other
service_title: Page Not Found
service_type: pagenotfound
service_uri: page-not-found
teams:
- name: docs-eco-rw
permission: write

View File

@ -1,5 +1,5 @@
---
environment: public
environment: hidden
repositories:
- environment: internal
repo: docs/price-calculator

View File

@ -1,16 +0,0 @@
---
environment: internal
repositories:
- environment: internal
repo: docs/resource-formation-service
type: gitea
- environment: public
repo: opentelekomcloud-docs/resource-formation-service
type: github
service_category: application
service_title: Resource Formation Service
service_type: rfs
service_uri: resource-formation-service
teams:
- name: docs-cms-rw
permission: write

View File

@ -0,0 +1,16 @@
---
environment: public
repositories:
- environment: internal
repo: docs/resource-management-service
type: gitea
- environment: public
repo: opentelekomcloud-docs/resource-management-service
type: github
service_category: md
service_title: Resource Management Service
service_type: rms
service_uri: resource-management-service
teams:
- name: docs-orchestration-rw
permission: write

Some files were not shown because too many files have changed in this diff Show More