From e227e7e71a230ccc76e486a9d6ec728e1d21a6f0 Mon Sep 17 00:00:00 2001 From: tischrei Date: Wed, 3 Jan 2024 09:42:49 +0000 Subject: [PATCH 1/2] rename Telekom Cloud Create to Cloud Create --- otc_metadata/data/services/{tcc.yaml => cc.yaml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename otc_metadata/data/services/{tcc.yaml => cc.yaml} (52%) diff --git a/otc_metadata/data/services/tcc.yaml b/otc_metadata/data/services/cc.yaml similarity index 52% rename from otc_metadata/data/services/tcc.yaml rename to otc_metadata/data/services/cc.yaml index 0afc3ee0..1923164b 100644 --- a/otc_metadata/data/services/tcc.yaml +++ b/otc_metadata/data/services/cc.yaml @@ -2,12 +2,12 @@ environment: hidden repositories: - environment: public - repo: opentelekomcloud-docs/telekom-cloud-create + repo: opentelekomcloud-docs/cloud-create type: github service_category: other -service_title: Telekom Cloud Create -service_type: tcc -service_uri: telekom-cloud-create +service_title: Cloud Create +service_type: cc +service_uri: cloud-create teams: - name: topology-designer-rw permission: write -- 2.34.1 From 8bcdcf3428409176876c0aa33233a7768c394c04 Mon Sep 17 00:00:00 2001 From: tischrei Date: Thu, 4 Jan 2024 12:52:57 +0000 Subject: [PATCH 2/2] change cc documents --- otc_metadata/data/documents/cc-umn.yaml | 8 ++++++++ otc_metadata/data/documents/tcc-umn.yaml | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 otc_metadata/data/documents/cc-umn.yaml delete mode 100644 otc_metadata/data/documents/tcc-umn.yaml diff --git a/otc_metadata/data/documents/cc-umn.yaml b/otc_metadata/data/documents/cc-umn.yaml new file mode 100644 index 00000000..ba9d6533 --- /dev/null +++ b/otc_metadata/data/documents/cc-umn.yaml @@ -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 diff --git a/otc_metadata/data/documents/tcc-umn.yaml b/otc_metadata/data/documents/tcc-umn.yaml deleted file mode 100644 index d68ab542..00000000 --- a/otc_metadata/data/documents/tcc-umn.yaml +++ /dev/null @@ -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 -- 2.34.1