From ee72a1710c512b135038ff23a01d4bbf4bb7ce25 Mon Sep 17 00:00:00 2001 From: lboka Date: Tue, 21 May 2024 11:05:21 +0000 Subject: [PATCH] Renaming service GaussDB noSqL to GeminiDB --- otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml | 10 ---------- otc_metadata/data/documents/gaussdb_nosql-umn.yaml | 10 ---------- otc_metadata/data/documents/geminidb-api-ref.yaml | 10 ++++++++++ otc_metadata/data/documents/geminidb-umn.yaml | 10 ++++++++++ .../services/{gaussdb_nosql.yaml => geminidb.yaml} | 8 ++++---- 5 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml delete mode 100644 otc_metadata/data/documents/gaussdb_nosql-umn.yaml create mode 100644 otc_metadata/data/documents/geminidb-api-ref.yaml create mode 100644 otc_metadata/data/documents/geminidb-umn.yaml rename otc_metadata/data/services/{gaussdb_nosql.yaml => geminidb.yaml} (63%) diff --git a/otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml b/otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml deleted file mode 100644 index 573e25f9..00000000 --- a/otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -hc_location: api/nosql -environment: internal -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 diff --git a/otc_metadata/data/documents/gaussdb_nosql-umn.yaml b/otc_metadata/data/documents/gaussdb_nosql-umn.yaml deleted file mode 100644 index 9c2a7b48..00000000 --- a/otc_metadata/data/documents/gaussdb_nosql-umn.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -environment: internal -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 diff --git a/otc_metadata/data/documents/geminidb-api-ref.yaml b/otc_metadata/data/documents/geminidb-api-ref.yaml new file mode 100644 index 00000000..d5bd6b4d --- /dev/null +++ b/otc_metadata/data/documents/geminidb-api-ref.yaml @@ -0,0 +1,10 @@ +--- +hc_location: api/nosql +environment: internal +html_location: docs/geminidb/api-ref +link: /geminidb/api-ref/ +pdf_name: geminidb-api-ref +rst_location: api-ref/source +service_type: geminidb +title: API Reference +type: api-ref diff --git a/otc_metadata/data/documents/geminidb-umn.yaml b/otc_metadata/data/documents/geminidb-umn.yaml new file mode 100644 index 00000000..248e2678 --- /dev/null +++ b/otc_metadata/data/documents/geminidb-umn.yaml @@ -0,0 +1,10 @@ +--- +environment: internal +hc_location: usermanual/nosql +html_location: docs/geminidb/umn +link: /geminidb/umn/ +pdf_name: geminidb +rst_location: umn/source +service_type: geminidb +title: User Guide +type: umn diff --git a/otc_metadata/data/services/gaussdb_nosql.yaml b/otc_metadata/data/services/geminidb.yaml similarity index 63% rename from otc_metadata/data/services/gaussdb_nosql.yaml rename to otc_metadata/data/services/geminidb.yaml index 0e335c4f..0d80fe74 100644 --- a/otc_metadata/data/services/gaussdb_nosql.yaml +++ b/otc_metadata/data/services/geminidb.yaml @@ -2,15 +2,15 @@ environment: public repositories: - environment: internal - repo: docs/gaussdb-nosql + repo: docs/geminidb type: gitea - environment: public - repo: opentelekomcloud-docs/gaussdb-nosql + repo: opentelekomcloud-docs/geminidb type: github service_category: database service_title: GaussDB NoSQL -service_type: gaussdb_nosql -service_uri: gaussdb-nosql +service_type: geminidb +service_uri: geminidb teams: - name: docs-database-rw permission: write -- 2.34.1