From 4cb0d346218c002bc9771190c84a0d2154fa00ca Mon Sep 17 00:00:00 2001 From: lboka Date: Thu, 23 May 2024 08:55:16 +0000 Subject: [PATCH 1/5] Rnaeme service GaussDB noSQL to GeminiDB --- otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml | 9 --------- otc_metadata/data/documents/gaussdb_nosql-umn.yaml | 9 --------- 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(+), 22 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 4706e2e6..00000000 --- a/otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -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 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 3e5a6985..00000000 --- a/otc_metadata/data/documents/gaussdb_nosql-umn.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -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 From 49cec348adaac024ccec31bd42a7394828b91e81 Mon Sep 17 00:00:00 2001 From: lboka Date: Thu, 23 May 2024 12:10:51 +0000 Subject: [PATCH 2/5] bring the old files back --- .../data/documents/gaussdb_nosql-api-ref.yaml | 9 +++++++++ .../data/documents/gaussdb_nosql-umn.yaml | 9 +++++++++ otc_metadata/data/services/gaussdb_nosql.yaml | 16 ++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml create mode 100644 otc_metadata/data/documents/gaussdb_nosql-umn.yaml create mode 100644 otc_metadata/data/services/gaussdb_nosql.yaml diff --git a/otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml b/otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml new file mode 100644 index 00000000..4706e2e6 --- /dev/null +++ b/otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml @@ -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 diff --git a/otc_metadata/data/documents/gaussdb_nosql-umn.yaml b/otc_metadata/data/documents/gaussdb_nosql-umn.yaml new file mode 100644 index 00000000..3e5a6985 --- /dev/null +++ b/otc_metadata/data/documents/gaussdb_nosql-umn.yaml @@ -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 diff --git a/otc_metadata/data/services/gaussdb_nosql.yaml b/otc_metadata/data/services/gaussdb_nosql.yaml new file mode 100644 index 00000000..0e335c4f --- /dev/null +++ b/otc_metadata/data/services/gaussdb_nosql.yaml @@ -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 -- 2.34.1 From 560c69d47ac4979c9b60e9356d181e9b17d45f5d Mon Sep 17 00:00:00 2001 From: lboka Date: Thu, 23 May 2024 12:16:59 +0000 Subject: [PATCH 3/5] fix service title --- otc_metadata/data/services/geminidb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/services/geminidb.yaml b/otc_metadata/data/services/geminidb.yaml index 0d80fe74..8e6dae68 100644 --- a/otc_metadata/data/services/geminidb.yaml +++ b/otc_metadata/data/services/geminidb.yaml @@ -8,7 +8,7 @@ repositories: repo: opentelekomcloud-docs/geminidb type: github service_category: database -service_title: GaussDB NoSQL +service_title: GeminiDB service_type: geminidb service_uri: geminidb teams: -- 2.34.1 From ef46728a10181ef374db4d28cca73daeab118d92 Mon Sep 17 00:00:00 2001 From: lboka Date: Tue, 28 May 2024 11:14:27 +0000 Subject: [PATCH 4/5] fix pdf_name for geminidb-umn --- otc_metadata/data/documents/geminidb-umn.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/documents/geminidb-umn.yaml b/otc_metadata/data/documents/geminidb-umn.yaml index 248e2678..2b925f77 100644 --- a/otc_metadata/data/documents/geminidb-umn.yaml +++ b/otc_metadata/data/documents/geminidb-umn.yaml @@ -3,7 +3,7 @@ environment: internal hc_location: usermanual/nosql html_location: docs/geminidb/umn link: /geminidb/umn/ -pdf_name: geminidb +pdf_name: geminidb-umn rst_location: umn/source service_type: geminidb title: User Guide -- 2.34.1 From 106f4944f9a906709011149ff5dbb283c9662440 Mon Sep 17 00:00:00 2001 From: lboka Date: Tue, 28 May 2024 11:25:59 +0000 Subject: [PATCH 5/5] Fix environment to internal --- otc_metadata/data/services/geminidb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/services/geminidb.yaml b/otc_metadata/data/services/geminidb.yaml index 8e6dae68..868d14b9 100644 --- a/otc_metadata/data/services/geminidb.yaml +++ b/otc_metadata/data/services/geminidb.yaml @@ -1,5 +1,5 @@ --- -environment: public +environment: internal repositories: - environment: internal repo: docs/geminidb -- 2.34.1