Compare commits
45 Commits
bp_docs
...
enable_css
Author | SHA1 | Date | |
---|---|---|---|
7d614521f4 | |||
5773355abe | |||
6cfd6ae04b | |||
a51b2fcc76 | |||
adc0cb82c3 | |||
cd6241bef5 | |||
cb2e4bd9d4 | |||
5b23c77309 | |||
c1c45ec37d | |||
e0b234d46f | |||
762eac98a6 | |||
f11e3fc8fc | |||
ef7985a733 | |||
28a1c05d34 | |||
1d8f91ff0b | |||
efecf2237d | |||
ba4d942a1e | |||
bda2e6aa21 | |||
b9d235abc0 | |||
f06f533823 | |||
b4290744e3 | |||
293b2c3995 | |||
dd208417ed | |||
66723e88e7 | |||
a1eeaf4582 | |||
350562863a | |||
130ebd1e3c | |||
dcdd3a11fa | |||
a0cbeab804 | |||
1463752b05 | |||
c3da96dfcc | |||
1da04761d3 | |||
430f56bf4b | |||
20badf31c2 | |||
9b0bdba3f4 | |||
998a160512 | |||
7bab061bd2 | |||
e3be33c237 | |||
260131750b | |||
bef7f69c24 | |||
78858af9d0 | |||
064f74aeaf | |||
ebb139332e | |||
9eb502ab77 | |||
c4290b46bb |
3
.gitignore
vendored
3
.gitignore
vendored
@ -59,3 +59,6 @@ ChangeLog
|
|||||||
|
|
||||||
# Files created by releasenotes build
|
# Files created by releasenotes build
|
||||||
releasenotes/build
|
releasenotes/build
|
||||||
|
|
||||||
|
bindep.txt
|
||||||
|
packages.txt
|
8
otc_metadata/data/documents/ac-blueprints.yaml
Normal file
8
otc_metadata/data/documents/ac-blueprints.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
environment: public
|
||||||
|
link: /architecture-center/blueprints/
|
||||||
|
pdf_name: architecture-center-blueprints
|
||||||
|
rst_location: doc/blueprints/source
|
||||||
|
service_type: ac
|
||||||
|
title: Blueprints
|
||||||
|
type: blueprints
|
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
environment: public
|
||||||
|
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
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
hc_location: api/apig
|
hc_location: api/apig
|
||||||
environment: internal
|
|
||||||
html_location: docs/apig/api-ref
|
html_location: docs/apig/api-ref
|
||||||
link: /api-gateway/api-ref/
|
link: /api-gateway/api-ref/
|
||||||
pdf_name: apig-api-ref
|
pdf_name: apig-api-ref
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
hc_location: usermanual/apig
|
hc_location: usermanual/apig
|
||||||
environment: internal
|
|
||||||
html_location: docs/apig/umn
|
html_location: docs/apig/umn
|
||||||
link: /api-gateway/umn/
|
link: /api-gateway/umn/
|
||||||
pdf_name: apig-umn
|
pdf_name: apig-umn
|
||||||
|
10
otc_metadata/data/documents/apiu-guidelines.yaml
Normal file
10
otc_metadata/data/documents/apiu-guidelines.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
environment: internal
|
||||||
|
hc_location: api-usage/guidelines
|
||||||
|
html_location: docs/apiu/guidelines
|
||||||
|
link: /api-usage/guidelines/
|
||||||
|
pdf_name: apiu-guidelines
|
||||||
|
rst_location: doc/guidelines/source
|
||||||
|
service_type: apiu
|
||||||
|
title: API Usage Guidelines
|
||||||
|
type: guidelines
|
6
otc_metadata/data/documents/bd-umn.yaml
Normal file
6
otc_metadata/data/documents/bd-umn.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
link: /business-dashboard/umn/
|
||||||
|
rst_location: umn/source
|
||||||
|
service_type: bd
|
||||||
|
title: User Guide
|
||||||
|
type: umn
|
10
otc_metadata/data/documents/blueprints-best-practice.yaml
Normal file
10
otc_metadata/data/documents/blueprints-best-practice.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
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
|
8
otc_metadata/data/documents/cc-api-ref.yaml
Normal file
8
otc_metadata/data/documents/cc-api-ref.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
html_location: docs/cc/api-ref
|
||||||
|
link: /cloud-create/api-ref/
|
||||||
|
pdf_name: cc-api-ref
|
||||||
|
rst_location: api-ref/source
|
||||||
|
service_type: cc
|
||||||
|
title: API Reference
|
||||||
|
type: api-ref
|
8
otc_metadata/data/documents/cc-umn.yaml
Normal file
8
otc_metadata/data/documents/cc-umn.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
html_location: docs/cc/umn
|
||||||
|
link: /cloud-create/umn/
|
||||||
|
pdf_name: cc-umn
|
||||||
|
rst_location: umn/source
|
||||||
|
service_type: cc
|
||||||
|
title: User Guide
|
||||||
|
type: umn
|
10
otc_metadata/data/documents/cce-best-practice.yaml
Normal file
10
otc_metadata/data/documents/cce-best-practice.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
hc_location: bestpractice/cce
|
||||||
|
environment: internal
|
||||||
|
html_location: docs/cce/best-practice
|
||||||
|
link: /cloud-container-engine/best-practice/
|
||||||
|
pdf_name: cce-best-practice
|
||||||
|
rst_location: doc/best-practice/source
|
||||||
|
service_type: cce
|
||||||
|
title: Best Practice
|
||||||
|
type: best-practice
|
9
otc_metadata/data/documents/css-best-practice.yaml
Normal file
9
otc_metadata/data/documents/css-best-practice.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
hc_location: bestpractice/css
|
||||||
|
html_location: docs/css/best-practice
|
||||||
|
link: /cloud-search-service/best-practice/
|
||||||
|
pdf_name: css-best-practice
|
||||||
|
rst_location: doc/best-practice/source
|
||||||
|
service_type: css
|
||||||
|
title: Best Practice
|
||||||
|
type: best-practice
|
10
otc_metadata/data/documents/dc-best-practice.yaml
Normal file
10
otc_metadata/data/documents/dc-best-practice.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
hc_location: bestpractice/dc
|
||||||
|
environment: internal
|
||||||
|
html_location: docs/dc/best-practice
|
||||||
|
link: /direct-connect/best-practice/
|
||||||
|
pdf_name: dc-best-practice
|
||||||
|
rst_location: doc/best-practice/source
|
||||||
|
service_type: dc
|
||||||
|
title: Best Practice
|
||||||
|
type: best-practice
|
10
otc_metadata/data/documents/dds-best-practice.yaml
Normal file
10
otc_metadata/data/documents/dds-best-practice.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
hc_location: bestpractice/dds
|
||||||
|
environment: internal
|
||||||
|
html_location: docs/dds/best-practice
|
||||||
|
link: /document-database-service/best-practice/
|
||||||
|
pdf_name: dds-best-practice
|
||||||
|
rst_location: doc/best-practice/source
|
||||||
|
service_type: dds
|
||||||
|
title: Best Practice
|
||||||
|
type: best-practice
|
10
otc_metadata/data/documents/dli-dev.yaml
Normal file
10
otc_metadata/data/documents/dli-dev.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
environment: internal
|
||||||
|
hc_location: devg/dli
|
||||||
|
html_location: docs/dli/dev
|
||||||
|
link: /data-lake-insight/dev-guide/
|
||||||
|
pdf_name: dli-dev-guide
|
||||||
|
rst_location: dev_guide/source
|
||||||
|
service_type: dli
|
||||||
|
title: Developer Guide
|
||||||
|
type: dev
|
9
otc_metadata/data/documents/dli-sqlreference.yaml
Normal file
9
otc_metadata/data/documents/dli-sqlreference.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
hc_location: sqlreference/dli
|
||||||
|
html_location: docs/dli/sqlreference
|
||||||
|
link: /data-lake-insight/sqlreference/
|
||||||
|
pdf_name: dli-sqlreference
|
||||||
|
rst_location: doc/sqlreference/source
|
||||||
|
service_type: dli
|
||||||
|
title: Sql Syntax Reference
|
||||||
|
type: sqlreference
|
10
otc_metadata/data/documents/dns-best-practice.yaml
Normal file
10
otc_metadata/data/documents/dns-best-practice.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
hc_location: bestpractice/dns
|
||||||
|
environment: internal
|
||||||
|
html_location: docs/dns/best-practice
|
||||||
|
link: /domain-name-service/best-practice/
|
||||||
|
pdf_name: dns-best-practice
|
||||||
|
rst_location: doc/best-practice/source
|
||||||
|
service_type: dns
|
||||||
|
title: Best Practice
|
||||||
|
type: best-practice
|
10
otc_metadata/data/documents/drs-best-practice.yaml
Normal file
10
otc_metadata/data/documents/drs-best-practice.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
hc_location: bestpractice/drs
|
||||||
|
environment: internal
|
||||||
|
html_location: docs/drs/best-practice
|
||||||
|
link: /data-replication-service/best-practice/
|
||||||
|
pdf_name: drs-best-practice
|
||||||
|
rst_location: doc/best-practice/source
|
||||||
|
service_type: drs
|
||||||
|
title: Best Practice
|
||||||
|
type: best-practice
|
10
otc_metadata/data/documents/elb-best-practice.yaml
Normal file
10
otc_metadata/data/documents/elb-best-practice.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
hc_location: bestpractice/elb
|
||||||
|
environment: internal
|
||||||
|
html_location: docs/elb/best-practice
|
||||||
|
link: /elastic-load-balancing/best-practice/
|
||||||
|
pdf_name: elb-best-practice
|
||||||
|
rst_location: doc/best-practice/source
|
||||||
|
service_type: elb
|
||||||
|
title: Best Practice
|
||||||
|
type: best-practice
|
10
otc_metadata/data/documents/evs-best-practice.yaml
Normal file
10
otc_metadata/data/documents/evs-best-practice.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
hc_location: bestpractice/evs
|
||||||
|
environment: internal
|
||||||
|
html_location: docs/evs/best-practice
|
||||||
|
link: /elastic-volume-service/best-practice/
|
||||||
|
pdf_name: evs-best-practice
|
||||||
|
rst_location: doc/best-practice/source
|
||||||
|
service_type: evs
|
||||||
|
title: Best Practice
|
||||||
|
type: best-practice
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
hc_location: api/nosql
|
hc_location: api/nosql
|
||||||
environment: internal
|
|
||||||
html_location: docs/gaussdb_nosql/api-ref
|
html_location: docs/gaussdb_nosql/api-ref
|
||||||
link: /gaussdb-nosql/api-ref/
|
link: /gaussdb-nosql/api-ref/
|
||||||
pdf_name: gaussdb_nosql-api-ref
|
pdf_name: gaussdb_nosql-api-ref
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
environment: internal
|
|
||||||
hc_location: usermanual/nosql
|
hc_location: usermanual/nosql
|
||||||
html_location: docs/gaussdb_nosql/umn
|
html_location: docs/gaussdb_nosql/umn
|
||||||
link: /gaussdb-nosql/umn/
|
link: /gaussdb-nosql/umn/
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
hc_location: usermanual/hss2.0
|
hc_location: usermanual/hss2.0
|
||||||
environment: internal
|
environment: internal
|
||||||
hc_location: usermanual/nosql
|
|
||||||
html_location: docs/hss/umn
|
html_location: docs/hss/umn
|
||||||
link: /host-security-service/umn/
|
link: /host-security-service/umn/
|
||||||
pdf_name: hss-umn
|
pdf_name: hss-umn
|
||||||
|
10
otc_metadata/data/documents/ims-best-practice.yaml
Normal file
10
otc_metadata/data/documents/ims-best-practice.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
hc_location: bestpractice/ims
|
||||||
|
environment: internal
|
||||||
|
html_location: docs/ims/best-practice
|
||||||
|
link: /image-management-service/best-practice/
|
||||||
|
pdf_name: ims-best-practice
|
||||||
|
rst_location: doc/best-practice/source
|
||||||
|
service_type: ims
|
||||||
|
title: Best Practice
|
||||||
|
type: best-practice
|
10
otc_metadata/data/documents/natgw-best-practice.yaml
Normal file
10
otc_metadata/data/documents/natgw-best-practice.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
hc_location: bestpractice/natgw
|
||||||
|
environment: internal
|
||||||
|
html_location: docs/natgw/best-practice
|
||||||
|
link: /nat-gateway/best-practice/
|
||||||
|
pdf_name: natgw-best-practice
|
||||||
|
rst_location: doc/best-practice/source
|
||||||
|
service_type: natgw
|
||||||
|
title: Best Practice
|
||||||
|
type: best-practice
|
10
otc_metadata/data/documents/ocr-api-ref.yaml
Normal file
10
otc_metadata/data/documents/ocr-api-ref.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
hc_location: api/ocr
|
||||||
|
environment: internal
|
||||||
|
html_location: docs/ocr/api-ref
|
||||||
|
link: /optical-character-recognition/api-ref/
|
||||||
|
pdf_name: ocr-api-ref
|
||||||
|
rst_location: api-ref/source
|
||||||
|
service_type: ocr
|
||||||
|
title: API Reference
|
||||||
|
type: api-ref
|
10
otc_metadata/data/documents/ocr-umn.yaml
Normal file
10
otc_metadata/data/documents/ocr-umn.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
hc_location: usermanual/ocr
|
||||||
|
environment: internal
|
||||||
|
html_location: docs/ocr/umn
|
||||||
|
link: /optical-character-recognition/umn/
|
||||||
|
pdf_name: ocr-umn
|
||||||
|
rst_location: umn/source
|
||||||
|
service_type: ocr
|
||||||
|
title: User Guide
|
||||||
|
type: umn
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
hc_location: api/rts
|
|
||||||
html_location: docs/rts/api-ref
|
|
||||||
link: /resource-template-service/api-ref/
|
|
||||||
pdf_name: rts-api-ref
|
|
||||||
rst_location: api-ref/source
|
|
||||||
service_type: rts
|
|
||||||
title: API Reference
|
|
||||||
type: api-ref
|
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
hc_location: usermanual/rts
|
|
||||||
html_location: docs/rts/umn
|
|
||||||
link: /resource-template-service/umn/
|
|
||||||
pdf_name: rts-umn
|
|
||||||
rst_location: umn/source
|
|
||||||
service_type: rts
|
|
||||||
title: User Guide
|
|
||||||
type: umn
|
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
hc_location: usermanual/sd
|
|
||||||
html_location: docs/sd/umn
|
|
||||||
link: /status-dashboard/umn/
|
|
||||||
pdf_name: sd-umn
|
|
||||||
rst_location: umn/source
|
|
||||||
service_type: sd
|
|
||||||
title: User Guide
|
|
||||||
type: umn
|
|
10
otc_metadata/data/documents/swr-best-practice.yaml
Normal file
10
otc_metadata/data/documents/swr-best-practice.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
hc_location: bestpractice/swr
|
||||||
|
environment: internal
|
||||||
|
html_location: docs/swr/best-practice
|
||||||
|
link: /software-repository-container/best-practice/
|
||||||
|
pdf_name: swr-best-practice
|
||||||
|
rst_location: doc/best-practice/source
|
||||||
|
service_type: swr
|
||||||
|
title: Best Practice
|
||||||
|
type: best-practice
|
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
html_location: docs/tcc/umn
|
|
||||||
link: /telekom-cloud-create/umn/
|
|
||||||
pdf_name: tcc-umn
|
|
||||||
rst_location: umn/source
|
|
||||||
service_type: tcc
|
|
||||||
title: User Guide
|
|
||||||
type: umn
|
|
10
otc_metadata/data/documents/vpc-best-practice.yaml
Normal file
10
otc_metadata/data/documents/vpc-best-practice.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
hc_location: bestpractice/vpc
|
||||||
|
environment: internal
|
||||||
|
html_location: docs/vpc/best-practice
|
||||||
|
link: /virtual-private-cloud/best-practice/
|
||||||
|
pdf_name: vpc-best-practice
|
||||||
|
rst_location: doc/best-practice/source
|
||||||
|
service_type: vpc
|
||||||
|
title: Best Practice
|
||||||
|
type: best-practice
|
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
name: database
|
name: database
|
||||||
title: Database
|
title: Databases
|
||||||
|
16
otc_metadata/data/services/ac.yaml
Normal file
16
otc_metadata/data/services/ac.yaml
Normal 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
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
environment: internal
|
environment: public
|
||||||
repositories:
|
repositories:
|
||||||
- environment: internal
|
- environment: internal
|
||||||
repo: docs/api-gateway
|
repo: docs/api-gateway
|
||||||
@ -7,10 +7,12 @@ repositories:
|
|||||||
- environment: public
|
- environment: public
|
||||||
repo: opentelekomcloud-docs/api-gateway
|
repo: opentelekomcloud-docs/api-gateway
|
||||||
type: github
|
type: github
|
||||||
service_category: big_data
|
service_category: application
|
||||||
service_title: API Gateway (APIG)
|
service_title: API Gateway (APIG)
|
||||||
service_type: apig
|
service_type: apig
|
||||||
service_uri: api-gateway
|
service_uri: api-gateway
|
||||||
teams:
|
teams:
|
||||||
- name: docs-bigdata-ai-rw
|
- name: docs-bigdata-ai-rw
|
||||||
permission: write
|
permission: write
|
||||||
|
- name: docs-orchestration-rw
|
||||||
|
permission: write
|
||||||
|
16
otc_metadata/data/services/apiu.yaml
Normal file
16
otc_metadata/data/services/apiu.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
environment: internal
|
||||||
|
repositories:
|
||||||
|
- environment: internal
|
||||||
|
repo: docs/api-usage
|
||||||
|
type: gitea
|
||||||
|
- environment: public
|
||||||
|
repo: opentelekomcloud-docs/api-usage
|
||||||
|
type: github
|
||||||
|
service_category: other
|
||||||
|
service_title: API Usage
|
||||||
|
service_type: apiu
|
||||||
|
service_uri: api-usage
|
||||||
|
teams:
|
||||||
|
- name: eco
|
||||||
|
permission: write
|
13
otc_metadata/data/services/bd.yaml
Normal file
13
otc_metadata/data/services/bd.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
environment: internal
|
||||||
|
repositories:
|
||||||
|
- environment: internal
|
||||||
|
repo: docs/business-dashboard
|
||||||
|
type: gitea
|
||||||
|
service_category: other
|
||||||
|
service_title: Business Dashboard
|
||||||
|
service_type: bd
|
||||||
|
service_uri: business-dashboard
|
||||||
|
teams:
|
||||||
|
- name: docs-dashboard-rw
|
||||||
|
permission: write
|
16
otc_metadata/data/services/blueprints.yaml
Normal file
16
otc_metadata/data/services/blueprints.yaml
Normal 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
|
13
otc_metadata/data/services/cc.yaml
Normal file
13
otc_metadata/data/services/cc.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
environment: public
|
||||||
|
repositories:
|
||||||
|
- environment: public
|
||||||
|
repo: opentelekomcloud-docs/cloud-create
|
||||||
|
type: github
|
||||||
|
service_category: md
|
||||||
|
service_title: Cloud Create
|
||||||
|
service_type: cc
|
||||||
|
service_uri: cloud-create
|
||||||
|
teams:
|
||||||
|
- name: topology-designer-rw
|
||||||
|
permission: write
|
13
otc_metadata/data/services/dod.yaml
Normal file
13
otc_metadata/data/services/dod.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
environment: hidden
|
||||||
|
repositories:
|
||||||
|
- environment: public
|
||||||
|
repo: opentelekomcloud-docs/docs_on_docs
|
||||||
|
type: github
|
||||||
|
service_category: other
|
||||||
|
service_title: Documentation about documentation
|
||||||
|
service_type: dod
|
||||||
|
service_uri: docs-on-docs
|
||||||
|
teams:
|
||||||
|
- name: docs-eco-rw
|
||||||
|
permission: write
|
16
otc_metadata/data/services/gloss.yaml
Normal file
16
otc_metadata/data/services/gloss.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
environment: hidden
|
||||||
|
repositories:
|
||||||
|
- environment: internal
|
||||||
|
repo: docs/glossary
|
||||||
|
type: gitea
|
||||||
|
- environment: public
|
||||||
|
repo: opentelekomcloud-docs/glossary
|
||||||
|
type: github
|
||||||
|
service_category: other
|
||||||
|
service_title: Glossary
|
||||||
|
service_type: gloss
|
||||||
|
service_uri: glossary
|
||||||
|
teams:
|
||||||
|
- name: docs-eco-rw
|
||||||
|
permission: write
|
13
otc_metadata/data/services/intdocs.yaml
Normal file
13
otc_metadata/data/services/intdocs.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
environment: internal
|
||||||
|
repositories:
|
||||||
|
- environment: internal
|
||||||
|
repo: docs/internal-documentation
|
||||||
|
type: gitea
|
||||||
|
service_category: other
|
||||||
|
service_title: Internal Documentation
|
||||||
|
service_type: intdocs
|
||||||
|
service_uri: internal-documentation
|
||||||
|
teams:
|
||||||
|
- name: docs-eco-rw
|
||||||
|
permission: write
|
16
otc_metadata/data/services/ocr.yaml
Normal file
16
otc_metadata/data/services/ocr.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
environment: internal
|
||||||
|
repositories:
|
||||||
|
- environment: internal
|
||||||
|
repo: docs/optical-character-recognition
|
||||||
|
type: gitea
|
||||||
|
- environment: public
|
||||||
|
repo: opentelekomcloud-docs/optical-character-recognition
|
||||||
|
type: github
|
||||||
|
service_category: big_data
|
||||||
|
service_title: Optical Character Recognition
|
||||||
|
service_type: ocr
|
||||||
|
service_uri: optical-character-recognition
|
||||||
|
teams:
|
||||||
|
- name: docs-bigdata-ai-rw
|
||||||
|
permission: write
|
16
otc_metadata/data/services/rae.yaml
Normal file
16
otc_metadata/data/services/rae.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
environment: hidden
|
||||||
|
repositories:
|
||||||
|
- environment: internal
|
||||||
|
repo: docs/regions-and-endpoints
|
||||||
|
type: gitea
|
||||||
|
- environment: public
|
||||||
|
repo: opentelekomcloud-docs/regions-and-endpoints
|
||||||
|
type: github
|
||||||
|
service_category: other
|
||||||
|
service_title: Regions and Endpoints
|
||||||
|
service_type: rae
|
||||||
|
service_uri: regions-and-endpoints
|
||||||
|
teams:
|
||||||
|
- name: docs-eco-rw
|
||||||
|
permission: write
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
environment: public
|
|
||||||
repositories:
|
|
||||||
- environment: internal
|
|
||||||
repo: docs/resource-template-service
|
|
||||||
type: gitea
|
|
||||||
- environment: public
|
|
||||||
repo: opentelekomcloud-docs/resource-template-service
|
|
||||||
type: github
|
|
||||||
service_category: md
|
|
||||||
service_title: Resource Template Service
|
|
||||||
service_type: rts
|
|
||||||
service_uri: resource-template-service
|
|
||||||
teams:
|
|
||||||
- name: docs-orchestration-rw
|
|
||||||
permission: write
|
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
environment: hidden
|
environment: public
|
||||||
repositories:
|
repositories:
|
||||||
- environment: internal
|
- environment: internal
|
||||||
repo: docs/status-dashboard
|
repo: docs/status-dashboard
|
||||||
@ -10,7 +10,7 @@ repositories:
|
|||||||
service_category: other
|
service_category: other
|
||||||
service_title: Status Dashboard
|
service_title: Status Dashboard
|
||||||
service_type: sd
|
service_type: sd
|
||||||
service_uri: status-dashboard/umn
|
service_uri: status-dashboard
|
||||||
teams:
|
teams:
|
||||||
- name: docs-eco-rw
|
- name: docs-eco-rw
|
||||||
permission: write
|
permission: write
|
||||||
|
16
otc_metadata/data/services/sec.yaml
Normal file
16
otc_metadata/data/services/sec.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
environment: hidden
|
||||||
|
repositories:
|
||||||
|
- environment: internal
|
||||||
|
repo: docs/security
|
||||||
|
type: gitea
|
||||||
|
- environment: public
|
||||||
|
repo: opentelekomcloud-docs/security
|
||||||
|
type: github
|
||||||
|
service_category: other
|
||||||
|
service_title: Security
|
||||||
|
service_type: sec
|
||||||
|
service_uri: security
|
||||||
|
teams:
|
||||||
|
- name: docs-eco-rw
|
||||||
|
permission: write
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
environment: hidden
|
|
||||||
repositories:
|
|
||||||
- environment: public
|
|
||||||
repo: opentelekomcloud-docs/telekom-cloud-create
|
|
||||||
type: github
|
|
||||||
service_category: other
|
|
||||||
service_title: Telekom Cloud Create
|
|
||||||
service_type: tcc
|
|
||||||
service_uri: telekom-cloud-create
|
|
||||||
teams:
|
|
||||||
- name: topology-designer-rw
|
|
||||||
permission: write
|
|
@ -1,7 +1,15 @@
|
|||||||
sphinx>=2.0.0,!=2.1.0 # BSD
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
||||||
|
{% if target_environment == 'public' %}
|
||||||
|
otcdocstheme<2.0.0 # Apache-2.0
|
||||||
|
{% elif target_environment == 'internal' %}
|
||||||
otcdocstheme # Apache-2.0
|
otcdocstheme # Apache-2.0
|
||||||
|
{% else %}
|
||||||
|
otcdocstheme # Apache-2.0
|
||||||
|
{% endif %}
|
||||||
# releasenotes
|
# releasenotes
|
||||||
reno>=3.1.0 # Apache-2.0
|
reno>=3.1.0 # Apache-2.0
|
||||||
|
|
||||||
otc-sphinx-directives>=0.1.0
|
otc-sphinx-directives>=0.1.0
|
||||||
git+https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata.git#egg=otc_metadata
|
sphinx-minify>=0.0.1 # Apache-2.0
|
||||||
|
git+https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata.git#egg=otc_metadata
|
||||||
|
setuptools
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user