From 7ec077260212e7724201cad00dafd77e7a9d10b9 Mon Sep 17 00:00:00 2001 From: "Gode, Sebastian" Date: Fri, 6 Sep 2024 07:35:42 +0000 Subject: [PATCH 01/57] Added Commit Hash and Time to confpy Reviewed-by: tischrei Co-authored-by: Gode, Sebastian Co-committed-by: Gode, Sebastian --- otc_metadata/templates/conf.py.j2 | 7 +++++++ otc_metadata/templates/doc_requirements.txt.j2 | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/otc_metadata/templates/conf.py.j2 b/otc_metadata/templates/conf.py.j2 index 7db2f711..df824e60 100644 --- a/otc_metadata/templates/conf.py.j2 +++ b/otc_metadata/templates/conf.py.j2 @@ -16,6 +16,8 @@ import os import sys +from git import Repo +from datetime import datetime extensions = [ 'otcdocstheme', @@ -131,3 +133,8 @@ latex_documents = [ {% endif -%} ] +# Get the Git commit values +repo = Repo(search_parent_directories=True) +commit = repo.head.commit +current_commit_hash = commit.hexsha[:7] +current_commit_time = commit.committed_datetime.strftime('%Y-%m-%d %H:%M') diff --git a/otc_metadata/templates/doc_requirements.txt.j2 b/otc_metadata/templates/doc_requirements.txt.j2 index 3f070fc4..61cdd1bf 100644 --- a/otc_metadata/templates/doc_requirements.txt.j2 +++ b/otc_metadata/templates/doc_requirements.txt.j2 @@ -12,4 +12,5 @@ reno>=3.1.0 # Apache-2.0 otc-sphinx-directives>=0.1.0 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 \ No newline at end of file +setuptools +gitpython From e153f7d112ddfd6033244d2caa8eeac140e97a23 Mon Sep 17 00:00:00 2001 From: "Gode, Sebastian" Date: Fri, 6 Sep 2024 08:04:20 +0000 Subject: [PATCH 02/57] longer commit string Reviewed-by: tischrei Co-authored-by: Gode, Sebastian Co-committed-by: Gode, Sebastian --- otc_metadata/templates/conf.py.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otc_metadata/templates/conf.py.j2 b/otc_metadata/templates/conf.py.j2 index df824e60..aea8e3be 100644 --- a/otc_metadata/templates/conf.py.j2 +++ b/otc_metadata/templates/conf.py.j2 @@ -133,8 +133,8 @@ latex_documents = [ {% endif -%} ] -# Get the Git commit values +# Get the Git commit values for last updated timestamp on each page repo = Repo(search_parent_directories=True) commit = repo.head.commit -current_commit_hash = commit.hexsha[:7] +current_commit_hash = commit.hexsha current_commit_time = commit.committed_datetime.strftime('%Y-%m-%d %H:%M') From edaf38baf6e5fa8aae2c38a90093ca5c3d973106 Mon Sep 17 00:00:00 2001 From: "Gladkov, Maksim" Date: Tue, 17 Sep 2024 13:27:32 +0000 Subject: [PATCH 03/57] Create EPS api/umn documentation Reviewed-by: Hasko, Vladimir Reviewed-by: tischrei Co-authored-by: Gladkov, Maksim Co-committed-by: Gladkov, Maksim --- otc_metadata/data/documents/eps-api-ref.yaml | 11 +++++++++++ otc_metadata/data/documents/eps-umn.yaml | 11 +++++++++++ otc_metadata/data/services/eps.yaml | 17 +++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 otc_metadata/data/documents/eps-api-ref.yaml create mode 100644 otc_metadata/data/documents/eps-umn.yaml create mode 100644 otc_metadata/data/services/eps.yaml diff --git a/otc_metadata/data/documents/eps-api-ref.yaml b/otc_metadata/data/documents/eps-api-ref.yaml new file mode 100644 index 00000000..8fac99e4 --- /dev/null +++ b/otc_metadata/data/documents/eps-api-ref.yaml @@ -0,0 +1,11 @@ +--- +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 + diff --git a/otc_metadata/data/documents/eps-umn.yaml b/otc_metadata/data/documents/eps-umn.yaml new file mode 100644 index 00000000..5f7a4fed --- /dev/null +++ b/otc_metadata/data/documents/eps-umn.yaml @@ -0,0 +1,11 @@ +--- +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 + diff --git a/otc_metadata/data/services/eps.yaml b/otc_metadata/data/services/eps.yaml new file mode 100644 index 00000000..ac630b1a --- /dev/null +++ b/otc_metadata/data/services/eps.yaml @@ -0,0 +1,17 @@ +--- +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 + From 6884d80c3368ec5375eb3a346824b91e82e861f1 Mon Sep 17 00:00:00 2001 From: "Sabelnikov, Dmitriy" Date: Thu, 19 Sep 2024 08:02:22 +0000 Subject: [PATCH 04/57] remove-obsswiftapi-yaml Reviewed-by: tischrei Co-authored-by: Sabelnikov, Dmitriy Co-committed-by: Sabelnikov, Dmitriy --- otc_metadata/data/documents/obs-swiftapi.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 otc_metadata/data/documents/obs-swiftapi.yaml diff --git a/otc_metadata/data/documents/obs-swiftapi.yaml b/otc_metadata/data/documents/obs-swiftapi.yaml deleted file mode 100644 index 138dd093..00000000 --- a/otc_metadata/data/documents/obs-swiftapi.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -environment: internal -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 From 0ede9b724d879c32ea88c14706b4ac376064de95 Mon Sep 17 00:00:00 2001 From: "Hasko, Vladimir" Date: Thu, 19 Sep 2024 11:05:16 +0000 Subject: [PATCH 05/57] fixing wrong reference to original doc location Reviewed-by: vladimirvshivkov Co-authored-by: Hasko, Vladimir Co-committed-by: Hasko, Vladimir --- otc_metadata/data/documents/rfs-api-ref.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/documents/rfs-api-ref.yaml b/otc_metadata/data/documents/rfs-api-ref.yaml index 373d6c5c..83b4b643 100644 --- a/otc_metadata/data/documents/rfs-api-ref.yaml +++ b/otc_metadata/data/documents/rfs-api-ref.yaml @@ -1,5 +1,5 @@ --- -hc_location: api/rfs +hc_location: api/aos environment: internal html_location: docs/rfs/api-ref link: /resource-formation-service/api-ref/ From 0681226873527aff37854d632d47adab92a0c243 Mon Sep 17 00:00:00 2001 From: "Bobkova, Natalia" Date: Thu, 19 Sep 2024 14:05:51 +0000 Subject: [PATCH 06/57] removed extra tags Reviewed-by: Hasko, Vladimir Co-authored-by: Bobkova, Natalia Co-committed-by: Bobkova, Natalia --- otc_metadata/data/documents/config-api-ref.yaml | 1 - otc_metadata/data/documents/config-umn.yaml | 1 - otc_metadata/data/services/config.yaml | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/otc_metadata/data/documents/config-api-ref.yaml b/otc_metadata/data/documents/config-api-ref.yaml index 0c3511a0..f8f9f28b 100644 --- a/otc_metadata/data/documents/config-api-ref.yaml +++ b/otc_metadata/data/documents/config-api-ref.yaml @@ -1,5 +1,4 @@ --- -environment: internal hc_location: api/rms html_location: docs/config/api-ref link: /config/api-ref/ diff --git a/otc_metadata/data/documents/config-umn.yaml b/otc_metadata/data/documents/config-umn.yaml index afa92127..a808a438 100644 --- a/otc_metadata/data/documents/config-umn.yaml +++ b/otc_metadata/data/documents/config-umn.yaml @@ -1,5 +1,4 @@ --- -environment: internal hc_location: usermanual/rms html_location: docs/config/umn link: /config/umn/ diff --git a/otc_metadata/data/services/config.yaml b/otc_metadata/data/services/config.yaml index 38ce85bf..5b8c9a0c 100644 --- a/otc_metadata/data/services/config.yaml +++ b/otc_metadata/data/services/config.yaml @@ -1,5 +1,5 @@ --- -environment: internal +environment: public repositories: - environment: internal repo: docs/config From 7222eb787b8a2eeb6064f4c46bf59896712f5f14 Mon Sep 17 00:00:00 2001 From: tischrei Date: Wed, 25 Sep 2024 14:08:13 +0000 Subject: [PATCH 07/57] enable asm for upcoming release on prod Reviewed-by: Nils Magnus Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/data/documents/asm-umn.yaml | 2 +- otc_metadata/data/services/asm.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/otc_metadata/data/documents/asm-umn.yaml b/otc_metadata/data/documents/asm-umn.yaml index d96dc07e..b4520795 100644 --- a/otc_metadata/data/documents/asm-umn.yaml +++ b/otc_metadata/data/documents/asm-umn.yaml @@ -1,5 +1,5 @@ --- -environment: internal +environment: public hc_location: usermanual/asm html_location: docs/asm/umn link: /application-service-mesh/umn/ diff --git a/otc_metadata/data/services/asm.yaml b/otc_metadata/data/services/asm.yaml index 4ee49e9e..58829105 100644 --- a/otc_metadata/data/services/asm.yaml +++ b/otc_metadata/data/services/asm.yaml @@ -1,5 +1,5 @@ --- -environment: internal +environment: public repositories: - environment: internal repo: docs/application-service-mesh From 406210771dc2769b830ee61d9eb91ed22de6d8d2 Mon Sep 17 00:00:00 2001 From: tischrei Date: Thu, 26 Sep 2024 07:54:46 +0000 Subject: [PATCH 08/57] enable cci for upcoming release on prod Reviewed-by: Hasko, Vladimir Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/data/documents/cci-umn.yaml | 2 +- otc_metadata/data/services/cci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/otc_metadata/data/documents/cci-umn.yaml b/otc_metadata/data/documents/cci-umn.yaml index 60e86ec7..0733d1e5 100644 --- a/otc_metadata/data/documents/cci-umn.yaml +++ b/otc_metadata/data/documents/cci-umn.yaml @@ -1,6 +1,6 @@ --- hc_location: usermanual/cci -environment: internal +environment: public html_location: docs/cci/umn link: /cloud-container-instance/umn/ pdf_name: cci-umn diff --git a/otc_metadata/data/services/cci.yaml b/otc_metadata/data/services/cci.yaml index 65c36dc8..82fa2ee4 100644 --- a/otc_metadata/data/services/cci.yaml +++ b/otc_metadata/data/services/cci.yaml @@ -1,5 +1,5 @@ --- -environment: internal +environment: public repositories: - environment: internal repo: docs/cloud-container-instance From ca9013bb3eefd0b2cd96563216dc5b003a3d45e5 Mon Sep 17 00:00:00 2001 From: "Boka, Ladislav" Date: Fri, 27 Sep 2024 13:01:13 +0000 Subject: [PATCH 09/57] GaussDB NoSQL disable from landing page Reviewed-by: Hasko, Vladimir Co-authored-by: Boka, Ladislav Co-committed-by: Boka, Ladislav --- otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml | 1 + otc_metadata/data/documents/gaussdb_nosql-umn.yaml | 1 + otc_metadata/data/services/gaussdb_nosql.yaml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml b/otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml index 4706e2e6..fe97c0fa 100644 --- a/otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml +++ b/otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml @@ -1,4 +1,5 @@ --- +environment: internal hc_location: api/nosql html_location: docs/gaussdb_nosql/api-ref link: /gaussdb-nosql/api-ref/ diff --git a/otc_metadata/data/documents/gaussdb_nosql-umn.yaml b/otc_metadata/data/documents/gaussdb_nosql-umn.yaml index 3e5a6985..9c2a7b48 100644 --- a/otc_metadata/data/documents/gaussdb_nosql-umn.yaml +++ b/otc_metadata/data/documents/gaussdb_nosql-umn.yaml @@ -1,4 +1,5 @@ --- +environment: internal hc_location: usermanual/nosql html_location: docs/gaussdb_nosql/umn link: /gaussdb-nosql/umn/ diff --git a/otc_metadata/data/services/gaussdb_nosql.yaml b/otc_metadata/data/services/gaussdb_nosql.yaml index 0e335c4f..be4326da 100644 --- a/otc_metadata/data/services/gaussdb_nosql.yaml +++ b/otc_metadata/data/services/gaussdb_nosql.yaml @@ -1,5 +1,5 @@ --- -environment: public +environment: internal repositories: - environment: internal repo: docs/gaussdb-nosql From 80bb18fb4092f23e4930597a7f55e06145abdf9a Mon Sep 17 00:00:00 2001 From: tischrei Date: Tue, 15 Oct 2024 07:45:49 +0000 Subject: [PATCH 10/57] Update 'otc_metadata/data/documents/cci-api-ref.yaml' Reviewed-by: Hasko, Vladimir Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/data/documents/cci-api-ref.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/documents/cci-api-ref.yaml b/otc_metadata/data/documents/cci-api-ref.yaml index eb0afe55..7f350ebb 100644 --- a/otc_metadata/data/documents/cci-api-ref.yaml +++ b/otc_metadata/data/documents/cci-api-ref.yaml @@ -1,6 +1,6 @@ --- hc_location: api/cci -environment: internal +environment: public html_location: docs/cci/api-ref link: /cloud-container-instance/api-ref/ pdf_name: cci-api-ref From 3b8fde889468ac2c277e0189323396ab2a6c3539 Mon Sep 17 00:00:00 2001 From: "Gode, Sebastian" Date: Tue, 15 Oct 2024 08:29:27 +0000 Subject: [PATCH 11/57] Preparations for PDF rollout Reviewed-by: tischrei Co-authored-by: Gode, Sebastian Co-committed-by: Gode, Sebastian --- otc_metadata/templates/conf.py.j2 | 9 +++++++++ otc_metadata/templates/tox.ini.j2 | 6 +++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/otc_metadata/templates/conf.py.j2 b/otc_metadata/templates/conf.py.j2 index aea8e3be..757643f9 100644 --- a/otc_metadata/templates/conf.py.j2 +++ b/otc_metadata/templates/conf.py.j2 @@ -119,6 +119,7 @@ html_title = "{{ title }}" # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +templates_path = ['_templates'] # Do not include sources into the rendered results html_copy_source = False @@ -138,3 +139,11 @@ repo = Repo(search_parent_directories=True) commit = repo.head.commit current_commit_hash = commit.hexsha current_commit_time = commit.committed_datetime.strftime('%Y-%m-%d %H:%M') + +latex_elements = { + 'papersize': 'a4paper', + 'pointsize': '12pt', + 'figure_align': 'H', + 'preamble': r'\newcommand{\githash}{' + current_commit_hash + '}', + 'sphinxsetup': 'hmargin={15mm,15mm}, vmargin={20mm,30mm}, marginpar=10mm' +} diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index 8be94f0e..7cabef17 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -28,7 +28,6 @@ commands = {posargs} [testenv:docs] deps = -r{toxinidir}/doc/requirements.txt - -c https://raw.githubusercontent.com/opentelekomcloud-docs/docs-constraints/main/constraints.txt allowlist_externals = mkdir cp @@ -58,6 +57,10 @@ allowlist_externals = commands = mkdir -p doc/build/pdf {[testenv:bindeps]commands} + mkdir -p {toxinidir}/_templates + wget -O {toxinidir}/_templates/longtable.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/longtable.tex.jinja + wget -O {toxinidir}/_templates/tabular.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/tabular.tex.jinja + wget -O {toxinidir}/_templates/tabulary.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/tabulary.tex.jinja {%- for doc in docs %} {%- if doc.pdf_name %} {[testenv:{{ doc.type }}-pdf-docs]commands} @@ -115,6 +118,7 @@ allowlist_externals = cp commands = rm -rf {{ loc }}/build/pdf + cp -r {toxinidir}/_templates {{ loc }}/source/_templates/ sphinx-build -W --keep-going -b latex {{ loc }}/source {{ loc }}/build/pdf/ bash -c "for f in {{ loc }}/build/pdf/*.gif; do convert $f $\{f/%gif/png\}; done || true" bash -c "for f in {{ loc }}/build/pdf/*.tex; do sed -iorig 's/\.gif//g' $f; done" From d93f442e7b5899e38e014564ace0bd2fff8ef790 Mon Sep 17 00:00:00 2001 From: tischrei Date: Tue, 15 Oct 2024 09:18:41 +0000 Subject: [PATCH 12/57] Update 'otc_metadata/templates/tox.ini.j2' Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/templates/tox.ini.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index 7cabef17..1e2e21a0 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -28,6 +28,7 @@ commands = {posargs} [testenv:docs] deps = -r{toxinidir}/doc/requirements.txt + -c https://raw.githubusercontent.com/opentelekomcloud-docs/docs-constraints/main/constraints.txt allowlist_externals = mkdir cp From 8a781ee62a532ff153654907cab2e6981b162a38 Mon Sep 17 00:00:00 2001 From: tischrei Date: Tue, 15 Oct 2024 09:50:00 +0000 Subject: [PATCH 13/57] remove Architecture Center from metadata Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/data/documents/ac-blueprints.yaml | 9 --------- .../documents/ac-cloud-adoption-framework.yaml | 9 --------- otc_metadata/data/services/ac.yaml | 16 ---------------- 3 files changed, 34 deletions(-) delete mode 100644 otc_metadata/data/documents/ac-blueprints.yaml delete mode 100644 otc_metadata/data/documents/ac-cloud-adoption-framework.yaml delete mode 100644 otc_metadata/data/services/ac.yaml diff --git a/otc_metadata/data/documents/ac-blueprints.yaml b/otc_metadata/data/documents/ac-blueprints.yaml deleted file mode 100644 index 0c0f6fb4..00000000 --- a/otc_metadata/data/documents/ac-blueprints.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -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 diff --git a/otc_metadata/data/documents/ac-cloud-adoption-framework.yaml b/otc_metadata/data/documents/ac-cloud-adoption-framework.yaml deleted file mode 100644 index b01d6be3..00000000 --- a/otc_metadata/data/documents/ac-cloud-adoption-framework.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -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 diff --git a/otc_metadata/data/services/ac.yaml b/otc_metadata/data/services/ac.yaml deleted file mode 100644 index 6cd16624..00000000 --- a/otc_metadata/data/services/ac.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -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 From 18866234301122b7e4cd71b58a70bff49c79169b Mon Sep 17 00:00:00 2001 From: tischrei Date: Tue, 15 Oct 2024 11:24:22 +0000 Subject: [PATCH 14/57] remove gaussdb nosql Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- .../data/documents/gaussdb_nosql-api-ref.yaml | 10 ---------- .../data/documents/gaussdb_nosql-umn.yaml | 10 ---------- otc_metadata/data/services/gaussdb_nosql.yaml | 16 ---------------- 3 files changed, 36 deletions(-) delete mode 100644 otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml delete mode 100644 otc_metadata/data/documents/gaussdb_nosql-umn.yaml delete 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 deleted file mode 100644 index fe97c0fa..00000000 --- a/otc_metadata/data/documents/gaussdb_nosql-api-ref.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -environment: internal -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 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/services/gaussdb_nosql.yaml b/otc_metadata/data/services/gaussdb_nosql.yaml deleted file mode 100644 index be4326da..00000000 --- a/otc_metadata/data/services/gaussdb_nosql.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -environment: internal -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 From 50ed3a66118229a281c63045ae2a3f73d28237be Mon Sep 17 00:00:00 2001 From: tischrei Date: Tue, 15 Oct 2024 11:59:48 +0000 Subject: [PATCH 15/57] remove blueprints Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- .../data/documents/blueprints-best-practice.yaml | 11 ----------- otc_metadata/data/services/blueprints.yaml | 16 ---------------- 2 files changed, 27 deletions(-) delete mode 100644 otc_metadata/data/documents/blueprints-best-practice.yaml delete mode 100644 otc_metadata/data/services/blueprints.yaml diff --git a/otc_metadata/data/documents/blueprints-best-practice.yaml b/otc_metadata/data/documents/blueprints-best-practice.yaml deleted file mode 100644 index 0439a8f0..00000000 --- a/otc_metadata/data/documents/blueprints-best-practice.yaml +++ /dev/null @@ -1,11 +0,0 @@ ---- -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 diff --git a/otc_metadata/data/services/blueprints.yaml b/otc_metadata/data/services/blueprints.yaml deleted file mode 100644 index 50c57585..00000000 --- a/otc_metadata/data/services/blueprints.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -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 From f9ca3d02a7ea8bcf1253cec9b4be0e65b4d21a58 Mon Sep 17 00:00:00 2001 From: "Gode, Sebastian" Date: Wed, 30 Oct 2024 10:55:12 +0000 Subject: [PATCH 16/57] Fix error handling on confpy script Reviewed-by: tischrei Co-authored-by: Gode, Sebastian Co-committed-by: Gode, Sebastian --- tools/generate_doc_confpy.py | 55 ++++++++++++++++++++++++++++++++---- 1 file changed, 50 insertions(+), 5 deletions(-) diff --git a/tools/generate_doc_confpy.py b/tools/generate_doc_confpy.py index ea4562e6..bada749d 100644 --- a/tools/generate_doc_confpy.py +++ b/tools/generate_doc_confpy.py @@ -44,6 +44,7 @@ def process_repositories(args, service): url_to = None target_repo = None git_fqdn = None + error_list = [] env = Environment( loader=PackageLoader("otc_metadata"), autoescape=select_autoescape() @@ -75,7 +76,11 @@ def process_repositories(args, service): repo_url = f"git@github.com:/{repo['repo']}" else: logging.error(f"Repository type {repo['type']} is not supported") - exit(1) + error_list.append({ + "error": f"Repository type {repo['type']} is not supported", + "repo": repo['repo'] + }) + continue if repo_dir.exists(): logging.debug(f"Repository {repo} already checked out") @@ -87,13 +92,22 @@ def process_repositories(args, service): except exc.InvalidGitRepositoryError: logging.error("Existing repository checkout is bad") repo_dir.rmdir() + except Exception as e: + error_list.append({ + "error": e, + "repo": repo['repo'] + }) if not repo_dir.exists(): try: git_repo = Repo.clone_from(repo_url, repo_dir, branch="main") except Exception: logging.error(f"Error cloning repository {repo_url}") - return + error_list.append({ + "error": f"Error cloning repository {repo_url}", + "repo": repo['repo'] + }) + continue if repo["environment"] == args.target_environment: url_to = repo_url @@ -116,11 +130,19 @@ def process_repositories(args, service): repo_to.delete_head(f"refs/heads/{args.branch_name}", force=True) except exc.GitCommandError as e: print(e) + error_list.append({ + "error": e, + "repo": target_repo['repo'] + }) pass try: new_branch = repo_to.create_head(branch_name, "main") except Exception as e: logging.warning(f"Skipping service {service} due to {e}") + error_list.append({ + "error": e, + "repo": target_repo['repo'] + }) return new_branch.checkout() @@ -145,7 +167,14 @@ def process_repositories(args, service): context["git_fqdn"] = git_fqdn if target_repo.get("type") != "github": context["git_type"] = target_repo["type"] - if args.target_environment == "internal": + if (args.target_environment == "internal" + and target_repo["repo"].split("/")[0] == "docs-swiss"): + context["html_options"] = dict( + disable_search=True, + site_name="Internal Documentation Portal", + logo_url="https://docs-swiss-int.otc-service.com", + ) + elif args.target_environment == "internal": context["html_options"] = dict( disable_search=True, site_name="Internal Documentation Portal", @@ -195,7 +224,14 @@ def process_repositories(args, service): context["git_fqdn"] = git_fqdn if target_repo.get("type") != "github": context["git_type"] = target_repo["type"] - if args.target_environment == "internal": + if (args.target_environment == "internal" + and target_repo["repo"].split("/")[0] == "docs-swiss"): + context["html_options"] = dict( + disable_search=True, + site_name="Internal Documentation Portal", + logo_url="https://docs-swiss-int.otc-service.com", + ) + elif args.target_environment == "internal": context["html_options"] = dict( disable_search=True, site_name="Internal Documentation Portal", @@ -283,7 +319,13 @@ def process_repositories(args, service): push_args = ["--set-upstream", "origin", branch_name] if args.force_push: push_args.append("--force") - repo_to.git.push(*push_args) + try: + repo_to.git.push(*push_args) + except Exception as e: + error_list.append({ + "error": e, + "repo": repo['repo'] + }) if "github" in url_to: subprocess.run( args=["gh", "pr", "create", "-f"], cwd=copy_to, check=False @@ -297,6 +339,9 @@ def process_repositories(args, service): head=branch_name, ), ) + if len(error_list) != 0: + logging.error("The following errors have happened:") + logging.error(error_list) def open_pr(args, repository, pr_data): From 94752c28a04b2fc97a1569d69db5dd42281c7b09 Mon Sep 17 00:00:00 2001 From: "Hasko, Vladimir" Date: Wed, 6 Nov 2024 12:08:21 +0000 Subject: [PATCH 17/57] splitting orchestration to paas and cms Reviewed-by: vladimirvshivkov Co-authored-by: Hasko, Vladimir Co-committed-by: Hasko, Vladimir --- otc_metadata/data/services/aom.yaml | 2 +- otc_metadata/data/services/aom2.yaml | 2 +- otc_metadata/data/services/apig.yaml | 2 +- otc_metadata/data/services/apm.yaml | 2 +- otc_metadata/data/services/ces.yaml | 2 +- otc_metadata/data/services/config.yaml | 2 +- otc_metadata/data/services/cse.yaml | 2 +- otc_metadata/data/services/cts.yaml | 2 +- otc_metadata/data/services/dcs.yaml | 2 +- otc_metadata/data/services/dms.yaml | 2 +- otc_metadata/data/services/fg.yaml | 2 +- otc_metadata/data/services/lts.yaml | 2 +- otc_metadata/data/services/rfs.yaml | 2 +- otc_metadata/data/services/smn.yaml | 2 +- otc_metadata/data/services/tms.yaml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/otc_metadata/data/services/aom.yaml b/otc_metadata/data/services/aom.yaml index 5a8569f3..0f3036e9 100644 --- a/otc_metadata/data/services/aom.yaml +++ b/otc_metadata/data/services/aom.yaml @@ -12,5 +12,5 @@ service_title: Application Operations Management service_type: aom service_uri: application-operations-management teams: -- name: docs-orchestration-rw +- name: docs-paas-rw permission: write diff --git a/otc_metadata/data/services/aom2.yaml b/otc_metadata/data/services/aom2.yaml index 41fd15ed..bc5ae992 100644 --- a/otc_metadata/data/services/aom2.yaml +++ b/otc_metadata/data/services/aom2.yaml @@ -12,5 +12,5 @@ service_title: Application Operations Management 2.0 service_type: aom2 service_uri: application-operations-management-2 teams: -- name: docs-orchestration-rw +- name: docs-paas-rw permission: write diff --git a/otc_metadata/data/services/apig.yaml b/otc_metadata/data/services/apig.yaml index 3faf70c0..aaf82d77 100644 --- a/otc_metadata/data/services/apig.yaml +++ b/otc_metadata/data/services/apig.yaml @@ -12,5 +12,5 @@ service_title: API Gateway (APIG) service_type: apig service_uri: api-gateway teams: -- name: docs-orchestration-rw +- name: docs-paas-rw permission: write diff --git a/otc_metadata/data/services/apm.yaml b/otc_metadata/data/services/apm.yaml index 7cac58dc..00b8d5b8 100644 --- a/otc_metadata/data/services/apm.yaml +++ b/otc_metadata/data/services/apm.yaml @@ -12,5 +12,5 @@ service_title: Application Performance Management service_type: apm service_uri: application-performance-management teams: -- name: docs-orchestration-rw +- name: docs-paas-rw permission: write diff --git a/otc_metadata/data/services/ces.yaml b/otc_metadata/data/services/ces.yaml index 9bddea02..320b0f95 100644 --- a/otc_metadata/data/services/ces.yaml +++ b/otc_metadata/data/services/ces.yaml @@ -12,5 +12,5 @@ service_title: Cloud Eye service_type: ces service_uri: cloud-eye teams: -- name: docs-orchestration-rw +- name: docs-cms-rw permission: write diff --git a/otc_metadata/data/services/config.yaml b/otc_metadata/data/services/config.yaml index 5b8c9a0c..699a9567 100644 --- a/otc_metadata/data/services/config.yaml +++ b/otc_metadata/data/services/config.yaml @@ -12,5 +12,5 @@ service_title: Config service_type: config service_uri: config teams: -- name: docs-orchestration-rw +- name: docs-cms-rw permission: write diff --git a/otc_metadata/data/services/cse.yaml b/otc_metadata/data/services/cse.yaml index dbe0016c..9d11c2ca 100644 --- a/otc_metadata/data/services/cse.yaml +++ b/otc_metadata/data/services/cse.yaml @@ -12,5 +12,5 @@ service_title: Cloud Service Engine service_type: cse service_uri: cloud-service-engine teams: -- name: docs-orchestration-rw +- name: docs-paas-rw permission: write diff --git a/otc_metadata/data/services/cts.yaml b/otc_metadata/data/services/cts.yaml index 3d3e9f6b..41343248 100644 --- a/otc_metadata/data/services/cts.yaml +++ b/otc_metadata/data/services/cts.yaml @@ -12,5 +12,5 @@ service_title: Cloud Trace Service service_type: cts service_uri: cloud-trace-service teams: -- name: docs-orchestration-rw +- name: docs-paas-rw permission: write diff --git a/otc_metadata/data/services/dcs.yaml b/otc_metadata/data/services/dcs.yaml index 52da2696..b353e855 100644 --- a/otc_metadata/data/services/dcs.yaml +++ b/otc_metadata/data/services/dcs.yaml @@ -12,5 +12,5 @@ service_title: Distributed Cache Service service_type: dcs service_uri: distributed-cache-service teams: -- name: docs-orchestration-rw +- name: docs-paas-rw permission: write diff --git a/otc_metadata/data/services/dms.yaml b/otc_metadata/data/services/dms.yaml index a6cbd244..70a7c378 100644 --- a/otc_metadata/data/services/dms.yaml +++ b/otc_metadata/data/services/dms.yaml @@ -12,5 +12,5 @@ service_title: Distributed Message Service service_type: dms service_uri: distributed-message-service teams: -- name: docs-orchestration-rw +- name: docs-paas-rw permission: write diff --git a/otc_metadata/data/services/fg.yaml b/otc_metadata/data/services/fg.yaml index 14af8aeb..a744a8f9 100644 --- a/otc_metadata/data/services/fg.yaml +++ b/otc_metadata/data/services/fg.yaml @@ -12,5 +12,5 @@ service_title: FunctionGraph service_type: fg service_uri: function-graph teams: -- name: docs-orchestration-rw +- name: docs-paas-rw permission: write diff --git a/otc_metadata/data/services/lts.yaml b/otc_metadata/data/services/lts.yaml index 34d13e41..57a2d466 100644 --- a/otc_metadata/data/services/lts.yaml +++ b/otc_metadata/data/services/lts.yaml @@ -12,5 +12,5 @@ service_title: Log Tank Service service_type: lts service_uri: log-tank-service teams: -- name: docs-orchestration-rw +- name: docs-paas-rw permission: write diff --git a/otc_metadata/data/services/rfs.yaml b/otc_metadata/data/services/rfs.yaml index aa51d494..d061df96 100644 --- a/otc_metadata/data/services/rfs.yaml +++ b/otc_metadata/data/services/rfs.yaml @@ -12,5 +12,5 @@ service_title: Resource Formation Service service_type: rfs service_uri: resource-formation-service teams: -- name: docs-orchestration-rw +- name: docs-cms-rw permission: write diff --git a/otc_metadata/data/services/smn.yaml b/otc_metadata/data/services/smn.yaml index b661a61a..7fb036f6 100644 --- a/otc_metadata/data/services/smn.yaml +++ b/otc_metadata/data/services/smn.yaml @@ -12,5 +12,5 @@ service_title: Simple Message Notification service_type: smn service_uri: simple-message-notification teams: -- name: docs-orchestration-rw +- name: docs-cms-rw permission: write diff --git a/otc_metadata/data/services/tms.yaml b/otc_metadata/data/services/tms.yaml index b0c7195b..84bda50e 100644 --- a/otc_metadata/data/services/tms.yaml +++ b/otc_metadata/data/services/tms.yaml @@ -12,5 +12,5 @@ service_title: Tag Management Service service_type: tms service_uri: tag-management-service teams: -- name: docs-orchestration-rw +- name: docs-cms-rw permission: write From d82b382a7b526e0fa023d1b65042a1e7d9a62a73 Mon Sep 17 00:00:00 2001 From: tischrei Date: Tue, 12 Nov 2024 13:01:30 +0000 Subject: [PATCH 18/57] Move APM to Application services Reviewed-by: Hasko, Vladimir Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/data/services/apm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/services/apm.yaml b/otc_metadata/data/services/apm.yaml index 00b8d5b8..bfbffce6 100644 --- a/otc_metadata/data/services/apm.yaml +++ b/otc_metadata/data/services/apm.yaml @@ -7,7 +7,7 @@ repositories: - environment: public repo: opentelekomcloud-docs/application-performance-management type: github -service_category: md +service_category: application service_title: Application Performance Management service_type: apm service_uri: application-performance-management From c2ef8fab6288d338b63c934fe5986972fbfbf96f Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Wed, 13 Nov 2024 10:30:47 +0000 Subject: [PATCH 19/57] Update PDF startpage confpy variables Reviewed-by: tischrei Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/templates/conf.py.j2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/otc_metadata/templates/conf.py.j2 b/otc_metadata/templates/conf.py.j2 index 757643f9..13412b2c 100644 --- a/otc_metadata/templates/conf.py.j2 +++ b/otc_metadata/templates/conf.py.j2 @@ -144,6 +144,11 @@ latex_elements = { 'papersize': 'a4paper', 'pointsize': '12pt', 'figure_align': 'H', - 'preamble': r'\newcommand{\githash}{' + current_commit_hash + '}', + 'preamble': rf''' + \newcommand{{\githash}}{{{current_commit_hash}}} + \newcommand{{\gitcommittime}}{{{current_commit_time}}} + \newcommand{{\doctitle}}{{{otcdocs_doc_title}}} + \newcommand{{\servicetitle}}{{{otcdocs_service_title}}} + ''', 'sphinxsetup': 'hmargin={15mm,15mm}, vmargin={20mm,30mm}, marginpar=10mm' } From a5f4e1a836a78b70cd1c11618797359cac232ac5 Mon Sep 17 00:00:00 2001 From: tischrei Date: Wed, 13 Nov 2024 13:53:09 +0000 Subject: [PATCH 20/57] fix issue in conf.py template Reviewed-by: Hasko, Vladimir Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/templates/conf.py.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otc_metadata/templates/conf.py.j2 b/otc_metadata/templates/conf.py.j2 index 13412b2c..a033a8b2 100644 --- a/otc_metadata/templates/conf.py.j2 +++ b/otc_metadata/templates/conf.py.j2 @@ -144,11 +144,11 @@ latex_elements = { 'papersize': 'a4paper', 'pointsize': '12pt', 'figure_align': 'H', - 'preamble': rf''' + 'preamble': rf'''{% raw %} \newcommand{{\githash}}{{{current_commit_hash}}} \newcommand{{\gitcommittime}}{{{current_commit_time}}} \newcommand{{\doctitle}}{{{otcdocs_doc_title}}} - \newcommand{{\servicetitle}}{{{otcdocs_service_title}}} + \newcommand{{\servicetitle}}{{{otcdocs_service_title}}}{% endraw %} ''', 'sphinxsetup': 'hmargin={15mm,15mm}, vmargin={20mm,30mm}, marginpar=10mm' } From 2884d277b5dd2f662d4968565142581a94bf05bc Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Thu, 14 Nov 2024 13:44:53 +0000 Subject: [PATCH 21/57] Archive ED Gitea Repo Reviewed-by: tischrei Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/data/services/ed.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/otc_metadata/data/services/ed.yaml b/otc_metadata/data/services/ed.yaml index 068fd9dd..f9c2275a 100644 --- a/otc_metadata/data/services/ed.yaml +++ b/otc_metadata/data/services/ed.yaml @@ -1,9 +1,6 @@ --- environment: public repositories: -- environment: internal - repo: docs/enterprise-dashboard - type: gitea - environment: public repo: opentelekomcloud-docs/enterprise-dashboard type: github From e3ce9a281fad4c44719379a1b5d113c6d4b9597b Mon Sep 17 00:00:00 2001 From: tischrei Date: Thu, 21 Nov 2024 12:14:19 +0000 Subject: [PATCH 22/57] add api-ref for dbss Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/data/documents/dbss-api-ref.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 otc_metadata/data/documents/dbss-api-ref.yaml diff --git a/otc_metadata/data/documents/dbss-api-ref.yaml b/otc_metadata/data/documents/dbss-api-ref.yaml new file mode 100644 index 00000000..8e5039f0 --- /dev/null +++ b/otc_metadata/data/documents/dbss-api-ref.yaml @@ -0,0 +1,9 @@ +--- +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 From f9076808e2e8b724f3b74750d0d57466990b9ba2 Mon Sep 17 00:00:00 2001 From: "Hasko, Vladimir" Date: Mon, 25 Nov 2024 19:32:19 +0000 Subject: [PATCH 23/57] removing RMS service from OTC Reviewed-by: tischrei Co-authored-by: Hasko, Vladimir Co-committed-by: Hasko, Vladimir --- otc_metadata/data/documents/rms-api-ref.yaml | 9 --------- otc_metadata/data/documents/rms-umn.yaml | 9 --------- otc_metadata/data/services/rms.yaml | 16 ---------------- 3 files changed, 34 deletions(-) delete mode 100644 otc_metadata/data/documents/rms-api-ref.yaml delete mode 100644 otc_metadata/data/documents/rms-umn.yaml delete mode 100644 otc_metadata/data/services/rms.yaml diff --git a/otc_metadata/data/documents/rms-api-ref.yaml b/otc_metadata/data/documents/rms-api-ref.yaml deleted file mode 100644 index d6832938..00000000 --- a/otc_metadata/data/documents/rms-api-ref.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -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 diff --git a/otc_metadata/data/documents/rms-umn.yaml b/otc_metadata/data/documents/rms-umn.yaml deleted file mode 100644 index 90624cfa..00000000 --- a/otc_metadata/data/documents/rms-umn.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -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 diff --git a/otc_metadata/data/services/rms.yaml b/otc_metadata/data/services/rms.yaml deleted file mode 100644 index 818806a2..00000000 --- a/otc_metadata/data/services/rms.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -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 From c0a83341f4f8fa7b3c04072a5f5c4e1771b95d8f Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Fri, 29 Nov 2024 16:45:58 +0000 Subject: [PATCH 24/57] Switch Price Calculator to Public Reviewed-by: tischrei Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/data/documents/pc-api-ref.yaml | 1 - otc_metadata/data/services/pc.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/otc_metadata/data/documents/pc-api-ref.yaml b/otc_metadata/data/documents/pc-api-ref.yaml index bcb46483..669f7e30 100644 --- a/otc_metadata/data/documents/pc-api-ref.yaml +++ b/otc_metadata/data/documents/pc-api-ref.yaml @@ -1,5 +1,4 @@ --- -environment: internal link: /price-calculator/api-ref/ pdf_name: pc-api-ref rst_location: api-ref/source diff --git a/otc_metadata/data/services/pc.yaml b/otc_metadata/data/services/pc.yaml index b2d3df0c..9bf37c05 100644 --- a/otc_metadata/data/services/pc.yaml +++ b/otc_metadata/data/services/pc.yaml @@ -1,5 +1,5 @@ --- -environment: hidden +environment: public repositories: - environment: internal repo: docs/price-calculator From a7ee45b3d881099fc98013e8c0e335a9fa377f64 Mon Sep 17 00:00:00 2001 From: tischrei Date: Mon, 9 Dec 2024 10:13:35 +0000 Subject: [PATCH 25/57] enable pdf for gemini db documents Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/data/documents/geminidb-api-ref.yaml | 2 +- otc_metadata/data/documents/geminidb-umn.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/otc_metadata/data/documents/geminidb-api-ref.yaml b/otc_metadata/data/documents/geminidb-api-ref.yaml index cbeb4256..9b1b9795 100644 --- a/otc_metadata/data/documents/geminidb-api-ref.yaml +++ b/otc_metadata/data/documents/geminidb-api-ref.yaml @@ -2,7 +2,7 @@ hc_location: api/nosql html_location: docs/geminidb/api-ref link: /geminidb/api-ref/ -pdf_name: geminidb-api-ref +pdf_enabled: true rst_location: api-ref/source service_type: geminidb title: API Reference diff --git a/otc_metadata/data/documents/geminidb-umn.yaml b/otc_metadata/data/documents/geminidb-umn.yaml index 718f0f2c..0d87de2d 100644 --- a/otc_metadata/data/documents/geminidb-umn.yaml +++ b/otc_metadata/data/documents/geminidb-umn.yaml @@ -2,7 +2,7 @@ hc_location: usermanual/nosql html_location: docs/geminidb/umn link: /geminidb/umn/ -pdf_name: geminidb-umn +pdf_enabled: true rst_location: umn/source service_type: geminidb title: User Guide From 016b67221c97e996f14a716506bdad48de6a4aaa Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Mon, 9 Dec 2024 10:51:06 +0000 Subject: [PATCH 26/57] Zuul changes for PDF Reviewed-by: tischrei Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/templates/tox.ini.j2 | 2 +- otc_metadata/templates/zuul.yaml.j2 | 7 +++++++ tools/generate_doc_confpy.py | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index 1e2e21a0..b31a1bbf 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -44,7 +44,7 @@ commands = {[testenv:json-{{ doc.type }}]commands} {%- endfor %} -[testenv:docs-pdf] +[testenv:pdf-docs] deps = {[testenv:docs]deps} {[testenv:bindeps]deps} diff --git a/otc_metadata/templates/zuul.yaml.j2 b/otc_metadata/templates/zuul.yaml.j2 index 107ef29c..f0f61120 100644 --- a/otc_metadata/templates/zuul.yaml.j2 +++ b/otc_metadata/templates/zuul.yaml.j2 @@ -4,6 +4,13 @@ default-branch: main templates: - helpcenter-base-jobs + vars: + sphinx_pdf_files: + {%- for doc in docs %} + {%- if doc.pdf_enabled %} + - {{ service_type }}-{{ doc.type }}.pdf + {%- endif %} + {%- endfor %} check: jobs: - noop diff --git a/tools/generate_doc_confpy.py b/tools/generate_doc_confpy.py index bada749d..a6e5cec4 100644 --- a/tools/generate_doc_confpy.py +++ b/tools/generate_doc_confpy.py @@ -299,6 +299,12 @@ def process_repositories(args, service): if args.update_zuul: """Update zuul.yaml""" + context = dict(docs=[]) + for doc in service_docs: + if doc["type"] == "dev": + doc["type"] = "dev-guide" + context["docs"].append(doc) + context["service_type"] = service['service_type'] zuul_yaml_content = zuul_yaml_template.render(**context) zuul_yaml_path = pathlib.Path(copy_to, "zuul.yaml") From 919d54f8d3d48a687380176da9e7e79388eef1e6 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Mon, 9 Dec 2024 13:01:31 +0000 Subject: [PATCH 27/57] Fix issue with latex_documents Reviewed-by: tischrei Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/templates/conf.py.j2 | 4 ++-- otc_metadata/templates/tox.ini.j2 | 6 +++--- tools/generate_doc_confpy.py | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/otc_metadata/templates/conf.py.j2 b/otc_metadata/templates/conf.py.j2 index a033a8b2..d527b655 100644 --- a/otc_metadata/templates/conf.py.j2 +++ b/otc_metadata/templates/conf.py.j2 @@ -126,9 +126,9 @@ html_copy_source = False # -- Options for PDF output -------------------------------------------------- latex_documents = [ -{%- if pdf_name is defined %} +{%- if doc_type %} ('index', - '{{ pdf_name }}.tex', + '{{ service_type }}-{{ doc_type }}.tex', u'{{ title }}', u'OpenTelekomCloud', 'manual'), {% endif -%} diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index b31a1bbf..b3437e58 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -63,7 +63,7 @@ commands = wget -O {toxinidir}/_templates/tabular.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/tabular.tex.jinja wget -O {toxinidir}/_templates/tabulary.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/tabulary.tex.jinja {%- for doc in docs %} -{%- if doc.pdf_name %} +{%- if doc.pdf_enabled %} {[testenv:{{ doc.type }}-pdf-docs]commands} {%- endif %} {%- endfor %} @@ -107,7 +107,7 @@ commands = cp -av doc/build/json/{{ doc.type }} {{ doc.type }}/build/json {%- endif %} -{% if doc.pdf_name -%} +{% if doc.pdf_enabled -%} # PDF version [testenv:{{ doc.type }}-pdf-docs] deps = {[testenv:docs]deps} @@ -125,7 +125,7 @@ commands = bash -c "for f in {{ loc }}/build/pdf/*.tex; do sed -iorig 's/\.gif//g' $f; done" make -C {{ loc }}/build/pdf mkdir -p doc/build/pdf - cp {{ loc }}/build/pdf/{{ doc.pdf_name }}.pdf doc/build/pdf/ + cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/pdf/ {% endif %} {% endfor %} diff --git a/tools/generate_doc_confpy.py b/tools/generate_doc_confpy.py index a6e5cec4..385a3c1f 100644 --- a/tools/generate_doc_confpy.py +++ b/tools/generate_doc_confpy.py @@ -276,6 +276,7 @@ def process_repositories(args, service): context["docs"].append(doc) context["target_environment"] = args.target_environment + context["service_type"] = service['service_type'] tox_ini_content = tox_ini_template.render(**context) tox_ini_path = pathlib.Path(copy_to, "tox.ini") From 979d35ae1ed6bc3be5d5e2546566d1ef9d3acfc7 Mon Sep 17 00:00:00 2001 From: tischrei Date: Tue, 10 Dec 2024 08:10:52 +0000 Subject: [PATCH 28/57] enable pdf until CC Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/data/documents/antiddos-api-ref.yaml | 2 +- otc_metadata/data/documents/antiddos-umn.yaml | 2 +- otc_metadata/data/documents/aom-api-ref.yaml | 2 +- otc_metadata/data/documents/aom-umn.yaml | 2 +- otc_metadata/data/documents/aom2-api-ref.yaml | 2 +- otc_metadata/data/documents/aom2-umn.yaml | 2 +- otc_metadata/data/documents/apig-api-ref.yaml | 2 +- otc_metadata/data/documents/apig-dev.yaml | 2 +- otc_metadata/data/documents/apig-umn.yaml | 2 +- otc_metadata/data/documents/apiu-guidelines.yaml | 2 +- otc_metadata/data/documents/apm-api-ref.yaml | 2 +- otc_metadata/data/documents/apm-umn.yaml | 2 +- otc_metadata/data/documents/as-api-ref.yaml | 2 +- otc_metadata/data/documents/as-dev.yaml | 2 +- otc_metadata/data/documents/as-umn.yaml | 2 +- otc_metadata/data/documents/asm-api-ref.yaml | 2 +- otc_metadata/data/documents/asm-best-practice.yaml | 2 +- otc_metadata/data/documents/asm-umn.yaml | 2 +- otc_metadata/data/documents/bd-umn.yaml | 1 + otc_metadata/data/documents/bms-api-ref.yaml | 2 +- otc_metadata/data/documents/bms-dev.yaml | 2 +- otc_metadata/data/documents/bms-image-creation-guide.yaml | 2 +- otc_metadata/data/documents/bms-umn.yaml | 2 +- otc_metadata/data/documents/cbr-api-ref.yaml | 2 +- otc_metadata/data/documents/cbr-best-practice.yaml | 2 +- otc_metadata/data/documents/cbr-umn.yaml | 2 +- otc_metadata/data/documents/cc-api-ref.yaml | 2 +- otc_metadata/data/documents/cc-umn.yaml | 2 +- 28 files changed, 28 insertions(+), 27 deletions(-) diff --git a/otc_metadata/data/documents/antiddos-api-ref.yaml b/otc_metadata/data/documents/antiddos-api-ref.yaml index 0dcc2ccd..4648a1de 100644 --- a/otc_metadata/data/documents/antiddos-api-ref.yaml +++ b/otc_metadata/data/documents/antiddos-api-ref.yaml @@ -2,7 +2,7 @@ hc_location: api/antiddos html_location: docs/antiddos/api-ref link: /anti-ddos/api-ref/ -pdf_name: antiddos-api-ref +pdf_enabled: true rst_location: api-ref/source service_type: antiddos title: API Reference diff --git a/otc_metadata/data/documents/antiddos-umn.yaml b/otc_metadata/data/documents/antiddos-umn.yaml index 6e837c66..2f25350b 100644 --- a/otc_metadata/data/documents/antiddos-umn.yaml +++ b/otc_metadata/data/documents/antiddos-umn.yaml @@ -2,7 +2,7 @@ hc_location: usermanual/antiddos html_location: docs/antiddos/umn link: /anti-ddos/umn/ -pdf_name: antiddos-umn +pdf_enabled: true rst_location: umn/source service_type: antiddos title: User Guide diff --git a/otc_metadata/data/documents/aom-api-ref.yaml b/otc_metadata/data/documents/aom-api-ref.yaml index 37f3d122..ac2f3476 100644 --- a/otc_metadata/data/documents/aom-api-ref.yaml +++ b/otc_metadata/data/documents/aom-api-ref.yaml @@ -2,7 +2,7 @@ hc_location: api/aom html_location: docs/aom/api-ref link: /application-operations-management/api-ref/ -pdf_name: aom-api-ref +pdf_enabled: true rst_location: api-ref/source service_type: aom title: API Reference diff --git a/otc_metadata/data/documents/aom-umn.yaml b/otc_metadata/data/documents/aom-umn.yaml index 6553aba4..99736eb1 100644 --- a/otc_metadata/data/documents/aom-umn.yaml +++ b/otc_metadata/data/documents/aom-umn.yaml @@ -2,7 +2,7 @@ hc_location: usermanual/aom html_location: docs/aom/umn link: /application-operations-management/umn/ -pdf_name: aom-umn +pdf_enabled: true rst_location: umn/source service_type: aom title: User Guide diff --git a/otc_metadata/data/documents/aom2-api-ref.yaml b/otc_metadata/data/documents/aom2-api-ref.yaml index 3de28708..1fc6bbea 100644 --- a/otc_metadata/data/documents/aom2-api-ref.yaml +++ b/otc_metadata/data/documents/aom2-api-ref.yaml @@ -3,7 +3,7 @@ environment: internal hc_location: api/aom2 html_location: docs/aom2/api-ref link: /application-operations-management-2/api-ref/ -pdf_name: aom2-api-ref +pdf_enabled: true rst_location: api-ref/source service_type: aom2 title: API Reference diff --git a/otc_metadata/data/documents/aom2-umn.yaml b/otc_metadata/data/documents/aom2-umn.yaml index 6d33384a..3d718836 100644 --- a/otc_metadata/data/documents/aom2-umn.yaml +++ b/otc_metadata/data/documents/aom2-umn.yaml @@ -3,7 +3,7 @@ environment: internal hc_location: usermanual/aom2 html_location: docs/aom2/umn link: /application-operations-management-2/umn/ -pdf_name: aom2-umn +pdf_enabled: true rst_location: umn/source service_type: aom2 title: User Guide diff --git a/otc_metadata/data/documents/apig-api-ref.yaml b/otc_metadata/data/documents/apig-api-ref.yaml index 77dbff26..ea8cc6e8 100644 --- a/otc_metadata/data/documents/apig-api-ref.yaml +++ b/otc_metadata/data/documents/apig-api-ref.yaml @@ -2,7 +2,7 @@ hc_location: api/apig html_location: docs/apig/api-ref link: /api-gateway/api-ref/ -pdf_name: apig-api-ref +pdf_enabled: true rst_location: api-ref/source service_type: apig title: API Reference diff --git a/otc_metadata/data/documents/apig-dev.yaml b/otc_metadata/data/documents/apig-dev.yaml index 2166b214..caca860d 100644 --- a/otc_metadata/data/documents/apig-dev.yaml +++ b/otc_metadata/data/documents/apig-dev.yaml @@ -3,7 +3,7 @@ environment: hidden hc_location: devg/apig html_location: docs/apig/dev link: /api-gateway/dev-guide/ -pdf_name: apig-dev-guide +pdf_enabled: true rst_location: dev_guide/source service_type: apig title: Developer Guide diff --git a/otc_metadata/data/documents/apig-umn.yaml b/otc_metadata/data/documents/apig-umn.yaml index eba1868b..da4efd2e 100644 --- a/otc_metadata/data/documents/apig-umn.yaml +++ b/otc_metadata/data/documents/apig-umn.yaml @@ -2,7 +2,7 @@ hc_location: usermanual/apig html_location: docs/apig/umn link: /api-gateway/umn/ -pdf_name: apig-umn +pdf_enabled: true rst_location: umn/source service_type: apig title: User Guide diff --git a/otc_metadata/data/documents/apiu-guidelines.yaml b/otc_metadata/data/documents/apiu-guidelines.yaml index 8bf7a57f..8aa349a6 100644 --- a/otc_metadata/data/documents/apiu-guidelines.yaml +++ b/otc_metadata/data/documents/apiu-guidelines.yaml @@ -3,7 +3,7 @@ environment: internal hc_location: api-usage/guidelines html_location: docs/apiu/guidelines link: /api-usage/guidelines/ -pdf_name: apiu-guidelines +pdf_enabled: true rst_location: doc/guidelines/source service_type: apiu title: API Usage Guidelines diff --git a/otc_metadata/data/documents/apm-api-ref.yaml b/otc_metadata/data/documents/apm-api-ref.yaml index 601fc0b1..3a557f76 100644 --- a/otc_metadata/data/documents/apm-api-ref.yaml +++ b/otc_metadata/data/documents/apm-api-ref.yaml @@ -3,7 +3,7 @@ environment: internal hc_location: api/apm html_location: docs/apm/api-ref link: /application-performance-management/api-ref/ -pdf_name: apm-api-ref +pdf_enabled: true rst_location: api-ref/source service_type: apm title: API Reference diff --git a/otc_metadata/data/documents/apm-umn.yaml b/otc_metadata/data/documents/apm-umn.yaml index 785ed7b7..8057f75e 100644 --- a/otc_metadata/data/documents/apm-umn.yaml +++ b/otc_metadata/data/documents/apm-umn.yaml @@ -3,7 +3,7 @@ environment: public hc_location: usermanual/apm html_location: docs/apm/umn link: /application-performance-management/umn/ -pdf_name: apm-umn +pdf_enabled: true rst_location: umn/source service_type: apm title: User Guide diff --git a/otc_metadata/data/documents/as-api-ref.yaml b/otc_metadata/data/documents/as-api-ref.yaml index 2fb205bc..4628fffa 100644 --- a/otc_metadata/data/documents/as-api-ref.yaml +++ b/otc_metadata/data/documents/as-api-ref.yaml @@ -2,7 +2,7 @@ hc_location: api/as html_location: docs/as/api-ref link: /auto-scaling/api-ref/ -pdf_name: as-api-ref +pdf_enabled: true rst_location: api-ref/source service_type: as title: API Reference diff --git a/otc_metadata/data/documents/as-dev.yaml b/otc_metadata/data/documents/as-dev.yaml index 2ceb12cf..1d9cd580 100644 --- a/otc_metadata/data/documents/as-dev.yaml +++ b/otc_metadata/data/documents/as-dev.yaml @@ -2,7 +2,7 @@ hc_location: devg/as html_location: docs/as/dev link: /auto-scaling/dev-guide/ -pdf_name: as-dev-guide +pdf_enabled: true rst_location: dev_guide/source service_type: as title: Developer Guide diff --git a/otc_metadata/data/documents/as-umn.yaml b/otc_metadata/data/documents/as-umn.yaml index 38a8a0da..4ab85d53 100644 --- a/otc_metadata/data/documents/as-umn.yaml +++ b/otc_metadata/data/documents/as-umn.yaml @@ -2,7 +2,7 @@ hc_location: usermanual/as html_location: docs/as/umn link: /auto-scaling/umn/ -pdf_name: as-umn +pdf_enabled: true rst_location: umn/source service_type: as title: User Guide diff --git a/otc_metadata/data/documents/asm-api-ref.yaml b/otc_metadata/data/documents/asm-api-ref.yaml index 01fd6c5d..c2fb5680 100644 --- a/otc_metadata/data/documents/asm-api-ref.yaml +++ b/otc_metadata/data/documents/asm-api-ref.yaml @@ -3,7 +3,7 @@ environment: internal hc_location: api/asm html_location: docs/asm/api-ref link: /application-service-mesh/api-ref/ -pdf_name: asm-api-ref +pdf_enabled: true rst_location: api-ref/source service_type: asm title: API Reference diff --git a/otc_metadata/data/documents/asm-best-practice.yaml b/otc_metadata/data/documents/asm-best-practice.yaml index 6e00dc11..e8fea57e 100644 --- a/otc_metadata/data/documents/asm-best-practice.yaml +++ b/otc_metadata/data/documents/asm-best-practice.yaml @@ -3,7 +3,7 @@ hc_location: bestpractice/asm environment: internal html_location: docs/asm/best-practice link: /application-service-mesh/best-practice/ -pdf_name: asm-best-practice +pdf_enabled: true rst_location: doc/best-practice/source service_type: asm title: Best Practice diff --git a/otc_metadata/data/documents/asm-umn.yaml b/otc_metadata/data/documents/asm-umn.yaml index b4520795..201e9349 100644 --- a/otc_metadata/data/documents/asm-umn.yaml +++ b/otc_metadata/data/documents/asm-umn.yaml @@ -3,7 +3,7 @@ environment: public hc_location: usermanual/asm html_location: docs/asm/umn link: /application-service-mesh/umn/ -pdf_name: asm-umn +pdf_enabled: true rst_location: umn/source service_type: asm title: User Guide diff --git a/otc_metadata/data/documents/bd-umn.yaml b/otc_metadata/data/documents/bd-umn.yaml index ecfb9ddf..a537edc1 100644 --- a/otc_metadata/data/documents/bd-umn.yaml +++ b/otc_metadata/data/documents/bd-umn.yaml @@ -1,6 +1,7 @@ --- link: /business-dashboard/umn/ rst_location: umn/source +pdf_enabled: false service_type: bd title: User Guide type: umn diff --git a/otc_metadata/data/documents/bms-api-ref.yaml b/otc_metadata/data/documents/bms-api-ref.yaml index ec1c7846..cb996676 100644 --- a/otc_metadata/data/documents/bms-api-ref.yaml +++ b/otc_metadata/data/documents/bms-api-ref.yaml @@ -2,7 +2,7 @@ hc_location: api/bms html_location: docs/bms/api-ref link: /bare-metal-server/api-ref/ -pdf_name: bms-api-ref +pdf_enabled: true rst_location: api-ref/source service_type: bms title: API Reference diff --git a/otc_metadata/data/documents/bms-dev.yaml b/otc_metadata/data/documents/bms-dev.yaml index 234963f8..26a54f97 100644 --- a/otc_metadata/data/documents/bms-dev.yaml +++ b/otc_metadata/data/documents/bms-dev.yaml @@ -2,7 +2,7 @@ hc_location: devg/bms html_location: docs/bms/dev link: /bare-metal-server/dev-guide/ -pdf_name: bms-dev-guide +pdf_enabled: true rst_location: dev_guide/source service_type: bms title: Developer Guide diff --git a/otc_metadata/data/documents/bms-image-creation-guide.yaml b/otc_metadata/data/documents/bms-image-creation-guide.yaml index db391e74..c9faf1b4 100644 --- a/otc_metadata/data/documents/bms-image-creation-guide.yaml +++ b/otc_metadata/data/documents/bms-image-creation-guide.yaml @@ -2,7 +2,7 @@ hc_location: bpicg/bms html_location: docs/bms/image-creation-guide link: /bare-metal-server/image-creation-guide/ -pdf_name: bms-image-creation-guide +pdf_enabled: true rst_location: doc/image-creation-guide/source service_type: bms title: Private Image Creation Guide diff --git a/otc_metadata/data/documents/bms-umn.yaml b/otc_metadata/data/documents/bms-umn.yaml index c9807162..459c02d6 100644 --- a/otc_metadata/data/documents/bms-umn.yaml +++ b/otc_metadata/data/documents/bms-umn.yaml @@ -2,7 +2,7 @@ hc_location: usermanual/bms html_location: docs/bms/umn link: /bare-metal-server/umn/ -pdf_name: bms-umn +pdf_enabled: true rst_location: umn/source service_type: bms title: User Guide diff --git a/otc_metadata/data/documents/cbr-api-ref.yaml b/otc_metadata/data/documents/cbr-api-ref.yaml index e7cfc1af..00ebeaf0 100644 --- a/otc_metadata/data/documents/cbr-api-ref.yaml +++ b/otc_metadata/data/documents/cbr-api-ref.yaml @@ -2,7 +2,7 @@ hc_location: api/cbr html_location: docs/cbr/api-ref link: /cloud-backup-recovery/api-ref/ -pdf_name: cbr-api-ref +pdf_enabled: true rst_location: api-ref/source service_type: cbr title: API Reference diff --git a/otc_metadata/data/documents/cbr-best-practice.yaml b/otc_metadata/data/documents/cbr-best-practice.yaml index e487dd27..35943d0d 100644 --- a/otc_metadata/data/documents/cbr-best-practice.yaml +++ b/otc_metadata/data/documents/cbr-best-practice.yaml @@ -3,7 +3,7 @@ hc_location: bestpractice/cbr environment: internal html_location: docs/cbr/best-practice link: /cloud-backup-recovery/best-practice/ -pdf_name: cbr-best-practice +pdf_enabled: true rst_location: doc/best-practice/source service_type: cbr title: Best Practice diff --git a/otc_metadata/data/documents/cbr-umn.yaml b/otc_metadata/data/documents/cbr-umn.yaml index 960049bd..880fdfe7 100644 --- a/otc_metadata/data/documents/cbr-umn.yaml +++ b/otc_metadata/data/documents/cbr-umn.yaml @@ -2,7 +2,7 @@ hc_location: usermanual/cbr html_location: docs/cbr/umn link: /cloud-backup-recovery/umn/ -pdf_name: cbr-umn +pdf_enabled: true rst_location: umn/source service_type: cbr title: User Guide diff --git a/otc_metadata/data/documents/cc-api-ref.yaml b/otc_metadata/data/documents/cc-api-ref.yaml index bfb19529..40af8db4 100644 --- a/otc_metadata/data/documents/cc-api-ref.yaml +++ b/otc_metadata/data/documents/cc-api-ref.yaml @@ -1,6 +1,6 @@ --- link: /cloud-create/api-ref/ -pdf_name: cc-api-ref +pdf_enabled: true rst_location: api-ref/source service_type: cc title: API Reference diff --git a/otc_metadata/data/documents/cc-umn.yaml b/otc_metadata/data/documents/cc-umn.yaml index ba9d6533..639f5c89 100644 --- a/otc_metadata/data/documents/cc-umn.yaml +++ b/otc_metadata/data/documents/cc-umn.yaml @@ -1,7 +1,7 @@ --- html_location: docs/cc/umn link: /cloud-create/umn/ -pdf_name: cc-umn +pdf_enabled: true rst_location: umn/source service_type: cc title: User Guide From d2d976c5d648440e2a277544b1017dad85197557 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Tue, 10 Dec 2024 10:15:12 +0000 Subject: [PATCH 29/57] Fix dev-guide in confpy Reviewed-by: tischrei Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/templates/conf.py.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/otc_metadata/templates/conf.py.j2 b/otc_metadata/templates/conf.py.j2 index d527b655..e98e7cd1 100644 --- a/otc_metadata/templates/conf.py.j2 +++ b/otc_metadata/templates/conf.py.j2 @@ -128,7 +128,11 @@ html_copy_source = False latex_documents = [ {%- if doc_type %} ('index', + {%- if doc_type == 'dev' %} + '{{ service_type }}-dev-guide.tex', + {%- else %} '{{ service_type }}-{{ doc_type }}.tex', + {% endif -%} u'{{ title }}', u'OpenTelekomCloud', 'manual'), {% endif -%} From ef298eb9a3a48899f3a28f6ac3c8fe979fa6dd3d Mon Sep 17 00:00:00 2001 From: tischrei Date: Tue, 10 Dec 2024 11:19:04 +0000 Subject: [PATCH 30/57] enable_pdf_1 Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/data/documents/antiddos-api-ref.yaml | 1 + otc_metadata/data/documents/antiddos-umn.yaml | 1 + otc_metadata/data/documents/aom-api-ref.yaml | 1 + otc_metadata/data/documents/aom-umn.yaml | 1 + otc_metadata/data/documents/aom2-api-ref.yaml | 1 + otc_metadata/data/documents/aom2-umn.yaml | 1 + otc_metadata/data/documents/apig-api-ref.yaml | 1 + otc_metadata/data/documents/apig-dev.yaml | 1 + otc_metadata/data/documents/apig-umn.yaml | 1 + otc_metadata/data/documents/apiu-guidelines.yaml | 1 + otc_metadata/data/documents/apm-api-ref.yaml | 1 + otc_metadata/data/documents/apm-umn.yaml | 1 + otc_metadata/data/documents/as-api-ref.yaml | 1 + otc_metadata/data/documents/as-dev.yaml | 1 + otc_metadata/data/documents/as-umn.yaml | 1 + otc_metadata/data/documents/asm-api-ref.yaml | 1 + otc_metadata/data/documents/asm-best-practice.yaml | 1 + otc_metadata/data/documents/asm-umn.yaml | 1 + otc_metadata/data/documents/bd-umn.yaml | 1 + otc_metadata/data/documents/bms-api-ref.yaml | 1 + otc_metadata/data/documents/bms-dev.yaml | 1 + otc_metadata/data/documents/bms-image-creation-guide.yaml | 1 + otc_metadata/data/documents/bms-umn.yaml | 1 + otc_metadata/data/documents/cbr-api-ref.yaml | 1 + otc_metadata/data/documents/cbr-best-practice.yaml | 1 + otc_metadata/data/documents/cbr-umn.yaml | 1 + otc_metadata/data/documents/cc-api-ref.yaml | 1 + otc_metadata/data/documents/cc-umn.yaml | 1 + 28 files changed, 28 insertions(+) diff --git a/otc_metadata/data/documents/antiddos-api-ref.yaml b/otc_metadata/data/documents/antiddos-api-ref.yaml index 4648a1de..1f0465a1 100644 --- a/otc_metadata/data/documents/antiddos-api-ref.yaml +++ b/otc_metadata/data/documents/antiddos-api-ref.yaml @@ -3,6 +3,7 @@ hc_location: api/antiddos html_location: docs/antiddos/api-ref link: /anti-ddos/api-ref/ pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: antiddos title: API Reference diff --git a/otc_metadata/data/documents/antiddos-umn.yaml b/otc_metadata/data/documents/antiddos-umn.yaml index 2f25350b..ef180e7a 100644 --- a/otc_metadata/data/documents/antiddos-umn.yaml +++ b/otc_metadata/data/documents/antiddos-umn.yaml @@ -3,6 +3,7 @@ hc_location: usermanual/antiddos html_location: docs/antiddos/umn link: /anti-ddos/umn/ pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: antiddos title: User Guide diff --git a/otc_metadata/data/documents/aom-api-ref.yaml b/otc_metadata/data/documents/aom-api-ref.yaml index ac2f3476..2948b1db 100644 --- a/otc_metadata/data/documents/aom-api-ref.yaml +++ b/otc_metadata/data/documents/aom-api-ref.yaml @@ -3,6 +3,7 @@ hc_location: api/aom html_location: docs/aom/api-ref link: /application-operations-management/api-ref/ pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: aom title: API Reference diff --git a/otc_metadata/data/documents/aom-umn.yaml b/otc_metadata/data/documents/aom-umn.yaml index 99736eb1..2a74f015 100644 --- a/otc_metadata/data/documents/aom-umn.yaml +++ b/otc_metadata/data/documents/aom-umn.yaml @@ -3,6 +3,7 @@ hc_location: usermanual/aom html_location: docs/aom/umn link: /application-operations-management/umn/ pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: aom title: User Guide diff --git a/otc_metadata/data/documents/aom2-api-ref.yaml b/otc_metadata/data/documents/aom2-api-ref.yaml index 1fc6bbea..fa1f6395 100644 --- a/otc_metadata/data/documents/aom2-api-ref.yaml +++ b/otc_metadata/data/documents/aom2-api-ref.yaml @@ -4,6 +4,7 @@ hc_location: api/aom2 html_location: docs/aom2/api-ref link: /application-operations-management-2/api-ref/ pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: aom2 title: API Reference diff --git a/otc_metadata/data/documents/aom2-umn.yaml b/otc_metadata/data/documents/aom2-umn.yaml index 3d718836..e1536d33 100644 --- a/otc_metadata/data/documents/aom2-umn.yaml +++ b/otc_metadata/data/documents/aom2-umn.yaml @@ -4,6 +4,7 @@ hc_location: usermanual/aom2 html_location: docs/aom2/umn link: /application-operations-management-2/umn/ pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: aom2 title: User Guide diff --git a/otc_metadata/data/documents/apig-api-ref.yaml b/otc_metadata/data/documents/apig-api-ref.yaml index ea8cc6e8..fbe8ca3b 100644 --- a/otc_metadata/data/documents/apig-api-ref.yaml +++ b/otc_metadata/data/documents/apig-api-ref.yaml @@ -3,6 +3,7 @@ hc_location: api/apig html_location: docs/apig/api-ref link: /api-gateway/api-ref/ pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: apig title: API Reference diff --git a/otc_metadata/data/documents/apig-dev.yaml b/otc_metadata/data/documents/apig-dev.yaml index caca860d..979ebb8e 100644 --- a/otc_metadata/data/documents/apig-dev.yaml +++ b/otc_metadata/data/documents/apig-dev.yaml @@ -4,6 +4,7 @@ hc_location: devg/apig html_location: docs/apig/dev link: /api-gateway/dev-guide/ pdf_enabled: true +pdf_environment: internal rst_location: dev_guide/source service_type: apig title: Developer Guide diff --git a/otc_metadata/data/documents/apig-umn.yaml b/otc_metadata/data/documents/apig-umn.yaml index da4efd2e..999a3fb6 100644 --- a/otc_metadata/data/documents/apig-umn.yaml +++ b/otc_metadata/data/documents/apig-umn.yaml @@ -3,6 +3,7 @@ hc_location: usermanual/apig html_location: docs/apig/umn link: /api-gateway/umn/ pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: apig title: User Guide diff --git a/otc_metadata/data/documents/apiu-guidelines.yaml b/otc_metadata/data/documents/apiu-guidelines.yaml index 8aa349a6..e229b7e7 100644 --- a/otc_metadata/data/documents/apiu-guidelines.yaml +++ b/otc_metadata/data/documents/apiu-guidelines.yaml @@ -4,6 +4,7 @@ hc_location: api-usage/guidelines html_location: docs/apiu/guidelines link: /api-usage/guidelines/ pdf_enabled: true +pdf_environment: internal rst_location: doc/guidelines/source service_type: apiu title: API Usage Guidelines diff --git a/otc_metadata/data/documents/apm-api-ref.yaml b/otc_metadata/data/documents/apm-api-ref.yaml index 3a557f76..25023785 100644 --- a/otc_metadata/data/documents/apm-api-ref.yaml +++ b/otc_metadata/data/documents/apm-api-ref.yaml @@ -4,6 +4,7 @@ hc_location: api/apm html_location: docs/apm/api-ref link: /application-performance-management/api-ref/ pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: apm title: API Reference diff --git a/otc_metadata/data/documents/apm-umn.yaml b/otc_metadata/data/documents/apm-umn.yaml index 8057f75e..400c5e38 100644 --- a/otc_metadata/data/documents/apm-umn.yaml +++ b/otc_metadata/data/documents/apm-umn.yaml @@ -4,6 +4,7 @@ hc_location: usermanual/apm html_location: docs/apm/umn link: /application-performance-management/umn/ pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: apm title: User Guide diff --git a/otc_metadata/data/documents/as-api-ref.yaml b/otc_metadata/data/documents/as-api-ref.yaml index 4628fffa..e92294a2 100644 --- a/otc_metadata/data/documents/as-api-ref.yaml +++ b/otc_metadata/data/documents/as-api-ref.yaml @@ -3,6 +3,7 @@ hc_location: api/as html_location: docs/as/api-ref link: /auto-scaling/api-ref/ pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: as title: API Reference diff --git a/otc_metadata/data/documents/as-dev.yaml b/otc_metadata/data/documents/as-dev.yaml index 1d9cd580..48f29e6a 100644 --- a/otc_metadata/data/documents/as-dev.yaml +++ b/otc_metadata/data/documents/as-dev.yaml @@ -3,6 +3,7 @@ hc_location: devg/as html_location: docs/as/dev link: /auto-scaling/dev-guide/ pdf_enabled: true +pdf_environment: internal rst_location: dev_guide/source service_type: as title: Developer Guide diff --git a/otc_metadata/data/documents/as-umn.yaml b/otc_metadata/data/documents/as-umn.yaml index 4ab85d53..b3fdec35 100644 --- a/otc_metadata/data/documents/as-umn.yaml +++ b/otc_metadata/data/documents/as-umn.yaml @@ -3,6 +3,7 @@ hc_location: usermanual/as html_location: docs/as/umn link: /auto-scaling/umn/ pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: as title: User Guide diff --git a/otc_metadata/data/documents/asm-api-ref.yaml b/otc_metadata/data/documents/asm-api-ref.yaml index c2fb5680..abf582cd 100644 --- a/otc_metadata/data/documents/asm-api-ref.yaml +++ b/otc_metadata/data/documents/asm-api-ref.yaml @@ -4,6 +4,7 @@ hc_location: api/asm html_location: docs/asm/api-ref link: /application-service-mesh/api-ref/ pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: asm title: API Reference diff --git a/otc_metadata/data/documents/asm-best-practice.yaml b/otc_metadata/data/documents/asm-best-practice.yaml index e8fea57e..373c05dd 100644 --- a/otc_metadata/data/documents/asm-best-practice.yaml +++ b/otc_metadata/data/documents/asm-best-practice.yaml @@ -4,6 +4,7 @@ environment: internal html_location: docs/asm/best-practice link: /application-service-mesh/best-practice/ pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: asm title: Best Practice diff --git a/otc_metadata/data/documents/asm-umn.yaml b/otc_metadata/data/documents/asm-umn.yaml index 201e9349..4be18ee4 100644 --- a/otc_metadata/data/documents/asm-umn.yaml +++ b/otc_metadata/data/documents/asm-umn.yaml @@ -4,6 +4,7 @@ hc_location: usermanual/asm html_location: docs/asm/umn link: /application-service-mesh/umn/ pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: asm title: User Guide diff --git a/otc_metadata/data/documents/bd-umn.yaml b/otc_metadata/data/documents/bd-umn.yaml index a537edc1..f0421f51 100644 --- a/otc_metadata/data/documents/bd-umn.yaml +++ b/otc_metadata/data/documents/bd-umn.yaml @@ -2,6 +2,7 @@ link: /business-dashboard/umn/ rst_location: umn/source pdf_enabled: false +pdf_environment: hidden service_type: bd title: User Guide type: umn diff --git a/otc_metadata/data/documents/bms-api-ref.yaml b/otc_metadata/data/documents/bms-api-ref.yaml index cb996676..ff6cd94a 100644 --- a/otc_metadata/data/documents/bms-api-ref.yaml +++ b/otc_metadata/data/documents/bms-api-ref.yaml @@ -3,6 +3,7 @@ hc_location: api/bms html_location: docs/bms/api-ref link: /bare-metal-server/api-ref/ pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: bms title: API Reference diff --git a/otc_metadata/data/documents/bms-dev.yaml b/otc_metadata/data/documents/bms-dev.yaml index 26a54f97..52d3047d 100644 --- a/otc_metadata/data/documents/bms-dev.yaml +++ b/otc_metadata/data/documents/bms-dev.yaml @@ -3,6 +3,7 @@ hc_location: devg/bms html_location: docs/bms/dev link: /bare-metal-server/dev-guide/ pdf_enabled: true +pdf_environment: internal rst_location: dev_guide/source service_type: bms title: Developer Guide diff --git a/otc_metadata/data/documents/bms-image-creation-guide.yaml b/otc_metadata/data/documents/bms-image-creation-guide.yaml index c9faf1b4..cb12d207 100644 --- a/otc_metadata/data/documents/bms-image-creation-guide.yaml +++ b/otc_metadata/data/documents/bms-image-creation-guide.yaml @@ -3,6 +3,7 @@ hc_location: bpicg/bms html_location: docs/bms/image-creation-guide link: /bare-metal-server/image-creation-guide/ pdf_enabled: true +pdf_environment: internal rst_location: doc/image-creation-guide/source service_type: bms title: Private Image Creation Guide diff --git a/otc_metadata/data/documents/bms-umn.yaml b/otc_metadata/data/documents/bms-umn.yaml index 459c02d6..2d8e5a2d 100644 --- a/otc_metadata/data/documents/bms-umn.yaml +++ b/otc_metadata/data/documents/bms-umn.yaml @@ -3,6 +3,7 @@ hc_location: usermanual/bms html_location: docs/bms/umn link: /bare-metal-server/umn/ pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: bms title: User Guide diff --git a/otc_metadata/data/documents/cbr-api-ref.yaml b/otc_metadata/data/documents/cbr-api-ref.yaml index 00ebeaf0..148dee6e 100644 --- a/otc_metadata/data/documents/cbr-api-ref.yaml +++ b/otc_metadata/data/documents/cbr-api-ref.yaml @@ -3,6 +3,7 @@ hc_location: api/cbr html_location: docs/cbr/api-ref link: /cloud-backup-recovery/api-ref/ pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: cbr title: API Reference diff --git a/otc_metadata/data/documents/cbr-best-practice.yaml b/otc_metadata/data/documents/cbr-best-practice.yaml index 35943d0d..839086d8 100644 --- a/otc_metadata/data/documents/cbr-best-practice.yaml +++ b/otc_metadata/data/documents/cbr-best-practice.yaml @@ -4,6 +4,7 @@ environment: internal html_location: docs/cbr/best-practice link: /cloud-backup-recovery/best-practice/ pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: cbr title: Best Practice diff --git a/otc_metadata/data/documents/cbr-umn.yaml b/otc_metadata/data/documents/cbr-umn.yaml index 880fdfe7..8acfb3ed 100644 --- a/otc_metadata/data/documents/cbr-umn.yaml +++ b/otc_metadata/data/documents/cbr-umn.yaml @@ -3,6 +3,7 @@ hc_location: usermanual/cbr html_location: docs/cbr/umn link: /cloud-backup-recovery/umn/ pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: cbr title: User Guide diff --git a/otc_metadata/data/documents/cc-api-ref.yaml b/otc_metadata/data/documents/cc-api-ref.yaml index 40af8db4..78889599 100644 --- a/otc_metadata/data/documents/cc-api-ref.yaml +++ b/otc_metadata/data/documents/cc-api-ref.yaml @@ -1,6 +1,7 @@ --- link: /cloud-create/api-ref/ pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: cc title: API Reference diff --git a/otc_metadata/data/documents/cc-umn.yaml b/otc_metadata/data/documents/cc-umn.yaml index 639f5c89..1de53a7c 100644 --- a/otc_metadata/data/documents/cc-umn.yaml +++ b/otc_metadata/data/documents/cc-umn.yaml @@ -2,6 +2,7 @@ html_location: docs/cc/umn link: /cloud-create/umn/ pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: cc title: User Guide From cd0363de2ef38f6478c0f50844af948123b0d7d1 Mon Sep 17 00:00:00 2001 From: tischrei Date: Tue, 10 Dec 2024 14:56:14 +0000 Subject: [PATCH 31/57] Add pdf environment switch Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/data/documents/cce-api-ref.yaml | 3 ++- otc_metadata/data/documents/cce-best-practice.yaml | 3 ++- otc_metadata/data/documents/cce-umn.yaml | 2 ++ otc_metadata/data/documents/cci-api-ref.yaml | 3 ++- otc_metadata/data/documents/cci-umn.yaml | 3 ++- otc_metadata/data/documents/ces-api-ref.yaml | 3 ++- otc_metadata/data/documents/ces-umn.yaml | 3 ++- otc_metadata/data/documents/cfw-api-ref.yaml | 3 ++- otc_metadata/data/documents/cfw-umn.yaml | 3 ++- otc_metadata/data/documents/config-api-ref.yaml | 3 ++- otc_metadata/data/documents/config-umn.yaml | 2 ++ otc_metadata/data/documents/csbs-api-ref.yaml | 3 ++- otc_metadata/data/documents/csbs-umn.yaml | 3 ++- otc_metadata/data/documents/cse-api-ref.yaml | 3 ++- otc_metadata/data/documents/cse-umn.yaml | 3 ++- otc_metadata/data/documents/css-api-ref.yaml | 3 ++- otc_metadata/data/documents/css-best-practice.yaml | 3 ++- otc_metadata/data/documents/css-umn.yaml | 3 ++- otc_metadata/data/documents/cts-api-ref.yaml | 3 ++- otc_metadata/data/documents/cts-umn.yaml | 3 ++- otc_metadata/data/documents/dataarts_studio-api-ref.yaml | 3 ++- otc_metadata/data/documents/dataarts_studio-umn.yaml | 3 ++- otc_metadata/data/documents/dbss-api-ref.yaml | 3 ++- otc_metadata/data/documents/dbss-umn.yaml | 3 ++- otc_metadata/data/documents/dc-api-ref.yaml | 3 ++- otc_metadata/data/documents/dc-best-practice.yaml | 3 ++- otc_metadata/data/documents/dc-umn.yaml | 3 ++- otc_metadata/data/documents/dcs-api-ref.yaml | 3 ++- otc_metadata/data/documents/dcs-best-practice.yaml | 3 ++- otc_metadata/data/documents/dcs-umn.yaml | 3 ++- otc_metadata/data/documents/ddm-api-ref.yaml | 3 ++- otc_metadata/data/documents/ddm-umn.yaml | 3 ++- otc_metadata/data/documents/dds-api-ref.yaml | 2 ++ otc_metadata/data/documents/dds-best-practice.yaml | 3 ++- otc_metadata/data/documents/dds-umn.yaml | 3 ++- otc_metadata/data/documents/deh-api-ref.yaml | 3 ++- otc_metadata/data/documents/deh-umn.yaml | 3 ++- otc_metadata/data/documents/dis-api-ref.yaml | 3 ++- otc_metadata/data/documents/dis-umn.yaml | 3 ++- otc_metadata/data/documents/dli-api-ref.yaml | 3 ++- otc_metadata/data/documents/dli-dev.yaml | 3 ++- otc_metadata/data/documents/dli-sqlreference.yaml | 3 ++- otc_metadata/data/documents/dli-umn.yaml | 3 ++- otc_metadata/data/documents/dms-api-ref.yaml | 3 ++- otc_metadata/data/documents/dms-best-practice.yaml | 3 ++- otc_metadata/data/documents/dms-dev.yaml | 3 ++- otc_metadata/data/documents/dms-umn.yaml | 3 ++- otc_metadata/data/documents/dns-api-ref.yaml | 3 ++- otc_metadata/data/documents/dns-best-practice.yaml | 3 ++- otc_metadata/data/documents/dns-umn.yaml | 3 ++- otc_metadata/data/documents/drs-api-ref.yaml | 3 ++- otc_metadata/data/documents/drs-best-practice.yaml | 3 ++- otc_metadata/data/documents/drs-umn.yaml | 3 ++- otc_metadata/data/documents/dws-api-ref.yaml | 3 ++- otc_metadata/data/documents/dws-dev.yaml | 3 ++- otc_metadata/data/documents/dws-tool-guide.yaml | 3 ++- otc_metadata/data/documents/dws-umn.yaml | 2 ++ otc_metadata/data/documents/ecs-api-ref.yaml | 3 ++- otc_metadata/data/documents/ecs-best-practice.yaml | 3 ++- otc_metadata/data/documents/ecs-dev.yaml | 3 ++- otc_metadata/data/documents/ecs-umn.yaml | 3 ++- otc_metadata/data/documents/ed-api-ref.yaml | 2 ++ otc_metadata/data/documents/ed-umn.yaml | 2 ++ otc_metadata/data/documents/eip-api-ref.yaml | 3 ++- otc_metadata/data/documents/eip-umn.yaml | 3 ++- otc_metadata/data/documents/elb-api-ref.yaml | 3 ++- otc_metadata/data/documents/elb-best-practice.yaml | 3 ++- otc_metadata/data/documents/elb-umn.yaml | 3 ++- otc_metadata/data/documents/eps-api-ref.yaml | 3 ++- otc_metadata/data/documents/eps-umn.yaml | 3 ++- otc_metadata/data/documents/er-api-ref.yaml | 3 ++- otc_metadata/data/documents/er-umn.yaml | 3 ++- otc_metadata/data/documents/evs-api-ref.yaml | 3 ++- otc_metadata/data/documents/evs-best-practice.yaml | 3 ++- otc_metadata/data/documents/evs-dev.yaml | 3 ++- otc_metadata/data/documents/evs-umn.yaml | 3 ++- otc_metadata/data/documents/fg-api-ref.yaml | 3 ++- otc_metadata/data/documents/fg-best-practice.yaml | 3 ++- otc_metadata/data/documents/fg-dev.yaml | 3 ++- otc_metadata/data/documents/fg-umn.yaml | 3 ++- otc_metadata/data/documents/gaussdb_mysql-api-ref.yaml | 3 ++- otc_metadata/data/documents/gaussdb_mysql-umn.yaml | 3 ++- otc_metadata/data/documents/geminidb-api-ref.yaml | 1 + otc_metadata/data/documents/geminidb-umn.yaml | 1 + otc_metadata/data/documents/hss-api-ref.yaml | 3 ++- otc_metadata/data/documents/hss-umn.yaml | 3 ++- otc_metadata/data/documents/iam-api-ref.yaml | 3 ++- otc_metadata/data/documents/iam-best-practice.yaml | 3 ++- otc_metadata/data/documents/iam-mycredential.yaml | 3 ++- otc_metadata/data/documents/iam-permissions.yaml | 3 ++- otc_metadata/data/documents/iam-umn.yaml | 3 ++- otc_metadata/data/documents/ims-api-ref.yaml | 3 ++- otc_metadata/data/documents/ims-best-practice.yaml | 3 ++- otc_metadata/data/documents/ims-dev.yaml | 3 ++- otc_metadata/data/documents/ims-public-images.yaml | 3 ++- otc_metadata/data/documents/ims-umn.yaml | 3 ++- otc_metadata/data/documents/kms-api-ref.yaml | 3 ++- otc_metadata/data/documents/kms-umn.yaml | 3 ++- otc_metadata/data/documents/lts-api-ref.yaml | 3 ++- otc_metadata/data/documents/lts-umn.yaml | 3 ++- otc_metadata/data/documents/ma-api-ref.yaml | 3 ++- otc_metadata/data/documents/ma-sdk-ref.yaml | 3 ++- otc_metadata/data/documents/ma-umn.yaml | 3 ++- otc_metadata/data/documents/mkp-umn.yaml | 3 ++- otc_metadata/data/documents/mrs-api-ref.yaml | 3 ++- otc_metadata/data/documents/mrs-best-practice.yaml | 3 ++- otc_metadata/data/documents/mrs-operation-guide-lts.yaml | 3 ++- otc_metadata/data/documents/mrs-operation-guide.yaml | 3 ++- otc_metadata/data/documents/mrs-umn.yaml | 3 ++- otc_metadata/data/documents/natgw-api-ref.yaml | 3 ++- otc_metadata/data/documents/natgw-best-practice.yaml | 3 ++- otc_metadata/data/documents/natgw-umn.yaml | 3 ++- otc_metadata/data/documents/obs-api-ref.yaml | 3 ++- otc_metadata/data/documents/obs-best-practice.yaml | 3 ++- otc_metadata/data/documents/obs-parallel-file-system.yaml | 3 ++- .../data/documents/obs-permissions-configuration-guide.yaml | 3 ++- otc_metadata/data/documents/obs-s3api.yaml | 3 ++- otc_metadata/data/documents/obs-tool-guide.yaml | 3 ++- otc_metadata/data/documents/obs-umn.yaml | 3 ++- otc_metadata/data/documents/ocr-api-ref.yaml | 3 ++- otc_metadata/data/documents/ocr-umn.yaml | 3 ++- otc_metadata/data/documents/opengauss-api-ref.yaml | 3 ++- otc_metadata/data/documents/opengauss-umn.yaml | 3 ++- otc_metadata/data/documents/pc-api-ref.yaml | 3 ++- otc_metadata/data/documents/plas-api-ref.yaml | 3 ++- otc_metadata/data/documents/plas-umn.yaml | 3 ++- otc_metadata/data/documents/rds-api-ref.yaml | 3 ++- otc_metadata/data/documents/rds-umn.yaml | 3 ++- otc_metadata/data/documents/rfs-api-ref.yaml | 3 ++- otc_metadata/data/documents/rfs-umn.yaml | 3 ++- otc_metadata/data/documents/sdrs-api-ref.yaml | 3 ++- otc_metadata/data/documents/sdrs-umn.yaml | 3 ++- otc_metadata/data/documents/sfs-api-ref.yaml | 3 ++- otc_metadata/data/documents/sfs-best-practice.yaml | 3 ++- otc_metadata/data/documents/sfs-umn.yaml | 3 ++- otc_metadata/data/documents/smg-umn.yaml | 3 ++- otc_metadata/data/documents/smn-api-ref.yaml | 3 ++- otc_metadata/data/documents/smn-umn.yaml | 3 ++- otc_metadata/data/documents/swr-api-ref.yaml | 3 ++- otc_metadata/data/documents/swr-best-practice.yaml | 3 ++- otc_metadata/data/documents/swr-umn.yaml | 3 ++- otc_metadata/data/documents/tms-api-ref.yaml | 3 ++- otc_metadata/data/documents/tms-best-practice.yaml | 3 ++- otc_metadata/data/documents/tms-umn.yaml | 3 ++- otc_metadata/data/documents/vbs-api-ref.yaml | 3 ++- otc_metadata/data/documents/vbs-umn.yaml | 3 ++- otc_metadata/data/documents/vpc-api-ref.yaml | 3 ++- otc_metadata/data/documents/vpc-best-practice.yaml | 3 ++- otc_metadata/data/documents/vpc-umn.yaml | 3 ++- otc_metadata/data/documents/vpcep-api-ref.yaml | 3 ++- otc_metadata/data/documents/vpcep-umn.yaml | 3 ++- otc_metadata/data/documents/vpn-api-ref.yaml | 3 ++- otc_metadata/data/documents/vpn-umn.yaml | 3 ++- otc_metadata/data/documents/waf-api-ref.yaml | 3 ++- otc_metadata/data/documents/waf-umn.yaml | 3 ++- otc_metadata/data/documents/wafd-api-ref.yaml | 3 ++- otc_metadata/data/documents/wafd-best-practice.yaml | 3 ++- otc_metadata/data/documents/wafd-umn.yaml | 3 ++- 158 files changed, 314 insertions(+), 150 deletions(-) diff --git a/otc_metadata/data/documents/cce-api-ref.yaml b/otc_metadata/data/documents/cce-api-ref.yaml index b8a95c69..b7496f74 100644 --- a/otc_metadata/data/documents/cce-api-ref.yaml +++ b/otc_metadata/data/documents/cce-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api2/cce html_location: docs/cce/api-ref link: /cloud-container-engine/api-ref/ -pdf_name: cce-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: cce title: API Reference diff --git a/otc_metadata/data/documents/cce-best-practice.yaml b/otc_metadata/data/documents/cce-best-practice.yaml index 6d4f7c00..675e8025 100644 --- a/otc_metadata/data/documents/cce-best-practice.yaml +++ b/otc_metadata/data/documents/cce-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/cce environment: internal html_location: docs/cce/best-practice link: /cloud-container-engine/best-practice/ -pdf_name: cce-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: cce title: Best Practice diff --git a/otc_metadata/data/documents/cce-umn.yaml b/otc_metadata/data/documents/cce-umn.yaml index 10601cd2..9f624bcd 100644 --- a/otc_metadata/data/documents/cce-umn.yaml +++ b/otc_metadata/data/documents/cce-umn.yaml @@ -2,6 +2,8 @@ hc_location: usermanual2/cce html_location: docs/cce/umn link: /cloud-container-engine/umn/ +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: cce title: User Guide diff --git a/otc_metadata/data/documents/cci-api-ref.yaml b/otc_metadata/data/documents/cci-api-ref.yaml index 7f350ebb..ef3cb449 100644 --- a/otc_metadata/data/documents/cci-api-ref.yaml +++ b/otc_metadata/data/documents/cci-api-ref.yaml @@ -3,7 +3,8 @@ hc_location: api/cci environment: public html_location: docs/cci/api-ref link: /cloud-container-instance/api-ref/ -pdf_name: cci-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: cci title: API Reference diff --git a/otc_metadata/data/documents/cci-umn.yaml b/otc_metadata/data/documents/cci-umn.yaml index 0733d1e5..f24048be 100644 --- a/otc_metadata/data/documents/cci-umn.yaml +++ b/otc_metadata/data/documents/cci-umn.yaml @@ -3,7 +3,8 @@ hc_location: usermanual/cci environment: public html_location: docs/cci/umn link: /cloud-container-instance/umn/ -pdf_name: cci-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: cci title: User Guide diff --git a/otc_metadata/data/documents/ces-api-ref.yaml b/otc_metadata/data/documents/ces-api-ref.yaml index 59745a25..3ade2a56 100644 --- a/otc_metadata/data/documents/ces-api-ref.yaml +++ b/otc_metadata/data/documents/ces-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/ces html_location: docs/ces/api-ref link: /cloud-eye/api-ref/ -pdf_name: ces-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: ces title: API Reference diff --git a/otc_metadata/data/documents/ces-umn.yaml b/otc_metadata/data/documents/ces-umn.yaml index 2201ac73..be0d57cf 100644 --- a/otc_metadata/data/documents/ces-umn.yaml +++ b/otc_metadata/data/documents/ces-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/ces html_location: docs/ces/umn link: /cloud-eye/umn/ -pdf_name: ces-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: ces title: User Guide diff --git a/otc_metadata/data/documents/cfw-api-ref.yaml b/otc_metadata/data/documents/cfw-api-ref.yaml index 330f95be..fcdcbf3d 100644 --- a/otc_metadata/data/documents/cfw-api-ref.yaml +++ b/otc_metadata/data/documents/cfw-api-ref.yaml @@ -3,7 +3,8 @@ environment: internal hc_location: api/cfw html_location: docs/cfw/api-ref link: /cloud-firewall/api-ref/ -pdf_name: cfw-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: cfw title: API Reference diff --git a/otc_metadata/data/documents/cfw-umn.yaml b/otc_metadata/data/documents/cfw-umn.yaml index 3a7e24af..d6a26542 100644 --- a/otc_metadata/data/documents/cfw-umn.yaml +++ b/otc_metadata/data/documents/cfw-umn.yaml @@ -3,7 +3,8 @@ environment: internal hc_location: usermanual/cfw html_location: docs/cfw/umn link: /cloud-firewall/umn/ -pdf_name: cfw-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: cfw title: User Guide diff --git a/otc_metadata/data/documents/config-api-ref.yaml b/otc_metadata/data/documents/config-api-ref.yaml index f8f9f28b..bd25892f 100644 --- a/otc_metadata/data/documents/config-api-ref.yaml +++ b/otc_metadata/data/documents/config-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/rms html_location: docs/config/api-ref link: /config/api-ref/ -pdf_name: config-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: config title: API Reference diff --git a/otc_metadata/data/documents/config-umn.yaml b/otc_metadata/data/documents/config-umn.yaml index a808a438..91a09dcb 100644 --- a/otc_metadata/data/documents/config-umn.yaml +++ b/otc_metadata/data/documents/config-umn.yaml @@ -2,6 +2,8 @@ hc_location: usermanual/rms html_location: docs/config/umn link: /config/umn/ +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: config title: User Guide diff --git a/otc_metadata/data/documents/csbs-api-ref.yaml b/otc_metadata/data/documents/csbs-api-ref.yaml index f024a46f..6c83f56e 100644 --- a/otc_metadata/data/documents/csbs-api-ref.yaml +++ b/otc_metadata/data/documents/csbs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/csbs html_location: docs/csbs/api-ref link: /cloud-server-backup-service/api-ref/ -pdf_name: csbs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: csbs title: API Reference diff --git a/otc_metadata/data/documents/csbs-umn.yaml b/otc_metadata/data/documents/csbs-umn.yaml index d1a8e1d8..fc188ac5 100644 --- a/otc_metadata/data/documents/csbs-umn.yaml +++ b/otc_metadata/data/documents/csbs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/csbs html_location: docs/csbs/umn link: /cloud-server-backup-service/umn/ -pdf_name: csbs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: csbs title: User Guide diff --git a/otc_metadata/data/documents/cse-api-ref.yaml b/otc_metadata/data/documents/cse-api-ref.yaml index 7242c428..f18ef314 100644 --- a/otc_metadata/data/documents/cse-api-ref.yaml +++ b/otc_metadata/data/documents/cse-api-ref.yaml @@ -3,7 +3,8 @@ hc_location: api/cse environment: internal html_location: docs/cse/api-ref link: /cloud-service-engine/api-ref/ -pdf_name: cse-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: cse title: API Reference diff --git a/otc_metadata/data/documents/cse-umn.yaml b/otc_metadata/data/documents/cse-umn.yaml index cade2142..540d5a2f 100644 --- a/otc_metadata/data/documents/cse-umn.yaml +++ b/otc_metadata/data/documents/cse-umn.yaml @@ -3,7 +3,8 @@ hc_location: usermanual/cse environment: internal html_location: docs/cse/umn link: /cloud-service-engine/umn/ -pdf_name: cse-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: cse title: User Guide diff --git a/otc_metadata/data/documents/css-api-ref.yaml b/otc_metadata/data/documents/css-api-ref.yaml index c1d88aa5..d9ab632d 100644 --- a/otc_metadata/data/documents/css-api-ref.yaml +++ b/otc_metadata/data/documents/css-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/css html_location: docs/css/api-ref link: /cloud-search-service/api-ref/ -pdf_name: css-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: css title: API Reference diff --git a/otc_metadata/data/documents/css-best-practice.yaml b/otc_metadata/data/documents/css-best-practice.yaml index 66c71aca..d9e4bd1e 100644 --- a/otc_metadata/data/documents/css-best-practice.yaml +++ b/otc_metadata/data/documents/css-best-practice.yaml @@ -2,7 +2,8 @@ hc_location: bestpractice/css html_location: docs/css/best-practice link: /cloud-search-service/best-practice/ -pdf_name: css-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: css title: Best Practice diff --git a/otc_metadata/data/documents/css-umn.yaml b/otc_metadata/data/documents/css-umn.yaml index 6d9edf30..b36f3c7a 100644 --- a/otc_metadata/data/documents/css-umn.yaml +++ b/otc_metadata/data/documents/css-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/css html_location: docs/css/umn link: /cloud-search-service/umn/ -pdf_name: css-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: css title: User Guide diff --git a/otc_metadata/data/documents/cts-api-ref.yaml b/otc_metadata/data/documents/cts-api-ref.yaml index 593b8667..536ab0b2 100644 --- a/otc_metadata/data/documents/cts-api-ref.yaml +++ b/otc_metadata/data/documents/cts-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/cts html_location: docs/cts/api-ref link: /cloud-trace-service/api-ref/ -pdf_name: cts-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: cts title: API Reference diff --git a/otc_metadata/data/documents/cts-umn.yaml b/otc_metadata/data/documents/cts-umn.yaml index c3ee0220..d92fca14 100644 --- a/otc_metadata/data/documents/cts-umn.yaml +++ b/otc_metadata/data/documents/cts-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/cts html_location: docs/cts/umn link: /cloud-trace-service/umn/ -pdf_name: cts-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: cts title: User Guide diff --git a/otc_metadata/data/documents/dataarts_studio-api-ref.yaml b/otc_metadata/data/documents/dataarts_studio-api-ref.yaml index 223a46e5..925ea008 100644 --- a/otc_metadata/data/documents/dataarts_studio-api-ref.yaml +++ b/otc_metadata/data/documents/dataarts_studio-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/dataartsstudio html_location: docs/dataartsstudio/api-ref link: /data-arts-studio/api-ref/ -pdf_name: dataarts_studio-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: dataarts_studio title: API Reference diff --git a/otc_metadata/data/documents/dataarts_studio-umn.yaml b/otc_metadata/data/documents/dataarts_studio-umn.yaml index a6a78d1c..07d3512a 100644 --- a/otc_metadata/data/documents/dataarts_studio-umn.yaml +++ b/otc_metadata/data/documents/dataarts_studio-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/dataartsstudio html_location: docs/dataartsstudio/umn link: /data-arts-studio/umn/ -pdf_name: dataarts_studio-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: dataarts_studio title: User Guide diff --git a/otc_metadata/data/documents/dbss-api-ref.yaml b/otc_metadata/data/documents/dbss-api-ref.yaml index 8e5039f0..824bb3b0 100644 --- a/otc_metadata/data/documents/dbss-api-ref.yaml +++ b/otc_metadata/data/documents/dbss-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/dbss html_location: docs/dbss/api-ref link: /database-security-service/api-ref/ -pdf_name: dbss-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: dbss title: API Reference diff --git a/otc_metadata/data/documents/dbss-umn.yaml b/otc_metadata/data/documents/dbss-umn.yaml index b98daeb0..47631f1c 100644 --- a/otc_metadata/data/documents/dbss-umn.yaml +++ b/otc_metadata/data/documents/dbss-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/dbss html_location: docs/dbss/umn link: /database-security-service/umn/ -pdf_name: dbss-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: dbss title: User Guide diff --git a/otc_metadata/data/documents/dc-api-ref.yaml b/otc_metadata/data/documents/dc-api-ref.yaml index cba03410..20a714d4 100644 --- a/otc_metadata/data/documents/dc-api-ref.yaml +++ b/otc_metadata/data/documents/dc-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/dc html_location: docs/dc/api-ref link: /direct-connect/api-ref/ -pdf_name: dc-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: dc title: API Reference diff --git a/otc_metadata/data/documents/dc-best-practice.yaml b/otc_metadata/data/documents/dc-best-practice.yaml index f5ecfe6b..0c70673c 100644 --- a/otc_metadata/data/documents/dc-best-practice.yaml +++ b/otc_metadata/data/documents/dc-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/dc environment: internal html_location: docs/dc/best-practice link: /direct-connect/best-practice/ -pdf_name: dc-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: dc title: Best Practice diff --git a/otc_metadata/data/documents/dc-umn.yaml b/otc_metadata/data/documents/dc-umn.yaml index f32871ae..c1d2e525 100644 --- a/otc_metadata/data/documents/dc-umn.yaml +++ b/otc_metadata/data/documents/dc-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/dc html_location: docs/dc/umn link: /direct-connect/umn/ -pdf_name: dc-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: dc title: User Guide diff --git a/otc_metadata/data/documents/dcs-api-ref.yaml b/otc_metadata/data/documents/dcs-api-ref.yaml index c5ab575c..ee7a911a 100644 --- a/otc_metadata/data/documents/dcs-api-ref.yaml +++ b/otc_metadata/data/documents/dcs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/dcs html_location: docs/dcs/api-ref link: /distributed-cache-service/api-ref/ -pdf_name: dcs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: dcs title: API Reference diff --git a/otc_metadata/data/documents/dcs-best-practice.yaml b/otc_metadata/data/documents/dcs-best-practice.yaml index 36a04252..78e885de 100644 --- a/otc_metadata/data/documents/dcs-best-practice.yaml +++ b/otc_metadata/data/documents/dcs-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/dcs environment: internal html_location: docs/dcs/best-practice link: /distributed-cache-service/best-practice/ -pdf_name: dcs-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: dcs title: Best Practice diff --git a/otc_metadata/data/documents/dcs-umn.yaml b/otc_metadata/data/documents/dcs-umn.yaml index 472465f9..22e57db7 100644 --- a/otc_metadata/data/documents/dcs-umn.yaml +++ b/otc_metadata/data/documents/dcs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/dcs html_location: docs/dcs/umn link: /distributed-cache-service/umn/ -pdf_name: dcs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: dcs title: User Guide diff --git a/otc_metadata/data/documents/ddm-api-ref.yaml b/otc_metadata/data/documents/ddm-api-ref.yaml index 9c082475..27aa0545 100644 --- a/otc_metadata/data/documents/ddm-api-ref.yaml +++ b/otc_metadata/data/documents/ddm-api-ref.yaml @@ -3,7 +3,8 @@ hc_location: api/ddm environment: public html_location: docs/ddm/api-ref link: /distributed-database-middleware/api-ref/ -pdf_name: ddm-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: ddm title: API Reference diff --git a/otc_metadata/data/documents/ddm-umn.yaml b/otc_metadata/data/documents/ddm-umn.yaml index 4e7c3f13..81195f7a 100644 --- a/otc_metadata/data/documents/ddm-umn.yaml +++ b/otc_metadata/data/documents/ddm-umn.yaml @@ -3,7 +3,8 @@ hc_location: usermanual/ddm environment: public html_location: docs/ddm/umn link: /distributed-database-middleware/umn/ -pdf_name: ddm-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: ddm title: User Guide diff --git a/otc_metadata/data/documents/dds-api-ref.yaml b/otc_metadata/data/documents/dds-api-ref.yaml index 46165e33..e76aa639 100644 --- a/otc_metadata/data/documents/dds-api-ref.yaml +++ b/otc_metadata/data/documents/dds-api-ref.yaml @@ -2,6 +2,8 @@ hc_location: api/dds html_location: docs/dds/api-ref link: /document-database-service/api-ref/ +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: dds title: API Reference diff --git a/otc_metadata/data/documents/dds-best-practice.yaml b/otc_metadata/data/documents/dds-best-practice.yaml index 2eb38ba3..a2a512e5 100644 --- a/otc_metadata/data/documents/dds-best-practice.yaml +++ b/otc_metadata/data/documents/dds-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/dds environment: internal html_location: docs/dds/best-practice link: /document-database-service/best-practice/ -pdf_name: dds-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: dds title: Best Practice diff --git a/otc_metadata/data/documents/dds-umn.yaml b/otc_metadata/data/documents/dds-umn.yaml index 3255042e..bf773b7b 100644 --- a/otc_metadata/data/documents/dds-umn.yaml +++ b/otc_metadata/data/documents/dds-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/dds html_location: docs/dds/umn link: /document-database-service/umn/ -pdf_name: dds-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: dds title: User Guide diff --git a/otc_metadata/data/documents/deh-api-ref.yaml b/otc_metadata/data/documents/deh-api-ref.yaml index f3e08ade..1915bc04 100644 --- a/otc_metadata/data/documents/deh-api-ref.yaml +++ b/otc_metadata/data/documents/deh-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/deh html_location: docs/deh/api-ref link: /dedicated-host/api-ref/ -pdf_name: deh-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: deh title: API Reference diff --git a/otc_metadata/data/documents/deh-umn.yaml b/otc_metadata/data/documents/deh-umn.yaml index aff87fdc..3af1f14f 100644 --- a/otc_metadata/data/documents/deh-umn.yaml +++ b/otc_metadata/data/documents/deh-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/deh html_location: docs/deh/umn link: /dedicated-host/umn/ -pdf_name: deh-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: deh title: User Guide diff --git a/otc_metadata/data/documents/dis-api-ref.yaml b/otc_metadata/data/documents/dis-api-ref.yaml index 3d8d92cd..4a757e40 100644 --- a/otc_metadata/data/documents/dis-api-ref.yaml +++ b/otc_metadata/data/documents/dis-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/dis html_location: docs/dis/api-ref link: /data-ingestion-service/api-ref/ -pdf_name: dis-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: dis title: API Reference diff --git a/otc_metadata/data/documents/dis-umn.yaml b/otc_metadata/data/documents/dis-umn.yaml index ccaabe45..a4c79aad 100644 --- a/otc_metadata/data/documents/dis-umn.yaml +++ b/otc_metadata/data/documents/dis-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/dis html_location: docs/dis/umn link: /data-ingestion-service/umn/ -pdf_name: dis-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: dis title: User Guide diff --git a/otc_metadata/data/documents/dli-api-ref.yaml b/otc_metadata/data/documents/dli-api-ref.yaml index f427ff71..7a2b2860 100644 --- a/otc_metadata/data/documents/dli-api-ref.yaml +++ b/otc_metadata/data/documents/dli-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/dli html_location: docs/dli/api-ref link: /data-lake-insight/api-ref/ -pdf_name: dli-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: dli title: API Reference diff --git a/otc_metadata/data/documents/dli-dev.yaml b/otc_metadata/data/documents/dli-dev.yaml index c635dc1d..7d1b069c 100644 --- a/otc_metadata/data/documents/dli-dev.yaml +++ b/otc_metadata/data/documents/dli-dev.yaml @@ -2,7 +2,8 @@ hc_location: devg/dli html_location: docs/dli/dev link: /data-lake-insight/dev-guide/ -pdf_name: dli-dev-guide +pdf_enabled: true +pdf_environment: internal rst_location: dev_guide/source service_type: dli title: Developer Guide diff --git a/otc_metadata/data/documents/dli-sqlreference.yaml b/otc_metadata/data/documents/dli-sqlreference.yaml index de1ffab2..55afa890 100644 --- a/otc_metadata/data/documents/dli-sqlreference.yaml +++ b/otc_metadata/data/documents/dli-sqlreference.yaml @@ -2,7 +2,8 @@ hc_location: sqlreference/dli html_location: docs/dli/sqlreference link: /data-lake-insight/sqlreference/ -pdf_name: dli-sqlreference +pdf_enabled: true +pdf_environment: internal rst_location: doc/sqlreference/source service_type: dli title: Sql Syntax Reference diff --git a/otc_metadata/data/documents/dli-umn.yaml b/otc_metadata/data/documents/dli-umn.yaml index 8ae00cb8..6814719d 100644 --- a/otc_metadata/data/documents/dli-umn.yaml +++ b/otc_metadata/data/documents/dli-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/dli html_location: docs/dli/umn link: /data-lake-insight/umn/ -pdf_name: dli-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: dli title: User Guide diff --git a/otc_metadata/data/documents/dms-api-ref.yaml b/otc_metadata/data/documents/dms-api-ref.yaml index c3ec1006..54852c65 100644 --- a/otc_metadata/data/documents/dms-api-ref.yaml +++ b/otc_metadata/data/documents/dms-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/dms html_location: docs/dms/api-ref link: /distributed-message-service/api-ref/ -pdf_name: dms-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: dms title: API Reference diff --git a/otc_metadata/data/documents/dms-best-practice.yaml b/otc_metadata/data/documents/dms-best-practice.yaml index 484892e9..87efaf41 100644 --- a/otc_metadata/data/documents/dms-best-practice.yaml +++ b/otc_metadata/data/documents/dms-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/dms environment: internal html_location: docs/dms/best-practice link: /distributed-message-service/best-practice/ -pdf_name: dms-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: dms title: Best Practice diff --git a/otc_metadata/data/documents/dms-dev.yaml b/otc_metadata/data/documents/dms-dev.yaml index 6b2390b3..0257975a 100644 --- a/otc_metadata/data/documents/dms-dev.yaml +++ b/otc_metadata/data/documents/dms-dev.yaml @@ -2,7 +2,8 @@ hc_location: devg/dms html_location: docs/dms/dev link: /distributed-message-service/dev-guide/ -pdf_name: dms-dev-guide +pdf_enabled: true +pdf_environment: internal rst_location: dev_guide/source service_type: dms title: Developer Guide diff --git a/otc_metadata/data/documents/dms-umn.yaml b/otc_metadata/data/documents/dms-umn.yaml index ce709abb..4869bf7e 100644 --- a/otc_metadata/data/documents/dms-umn.yaml +++ b/otc_metadata/data/documents/dms-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/dms html_location: docs/dms/umn link: /distributed-message-service/umn/ -pdf_name: dms-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: dms title: User Guide diff --git a/otc_metadata/data/documents/dns-api-ref.yaml b/otc_metadata/data/documents/dns-api-ref.yaml index ce29abd3..ac03cbe4 100644 --- a/otc_metadata/data/documents/dns-api-ref.yaml +++ b/otc_metadata/data/documents/dns-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/dns html_location: docs/dns/api-ref link: /domain-name-service/api-ref/ -pdf_name: dns-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: dns title: API Reference diff --git a/otc_metadata/data/documents/dns-best-practice.yaml b/otc_metadata/data/documents/dns-best-practice.yaml index e7371805..abccbde6 100644 --- a/otc_metadata/data/documents/dns-best-practice.yaml +++ b/otc_metadata/data/documents/dns-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/dns environment: internal html_location: docs/dns/best-practice link: /domain-name-service/best-practice/ -pdf_name: dns-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: dns title: Best Practice diff --git a/otc_metadata/data/documents/dns-umn.yaml b/otc_metadata/data/documents/dns-umn.yaml index f00ffd11..eb111efa 100644 --- a/otc_metadata/data/documents/dns-umn.yaml +++ b/otc_metadata/data/documents/dns-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/dns html_location: docs/dns/umn link: /domain-name-service/umn/ -pdf_name: dns-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: dns title: User Guide diff --git a/otc_metadata/data/documents/drs-api-ref.yaml b/otc_metadata/data/documents/drs-api-ref.yaml index 29e1f99a..0de24123 100644 --- a/otc_metadata/data/documents/drs-api-ref.yaml +++ b/otc_metadata/data/documents/drs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/drs html_location: docs/drs/api-ref link: /data-replication-service/api-ref/ -pdf_name: drs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: drs title: API Reference diff --git a/otc_metadata/data/documents/drs-best-practice.yaml b/otc_metadata/data/documents/drs-best-practice.yaml index 9181a850..03f9fad1 100644 --- a/otc_metadata/data/documents/drs-best-practice.yaml +++ b/otc_metadata/data/documents/drs-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/drs environment: internal html_location: docs/drs/best-practice link: /data-replication-service/best-practice/ -pdf_name: drs-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: drs title: Best Practice diff --git a/otc_metadata/data/documents/drs-umn.yaml b/otc_metadata/data/documents/drs-umn.yaml index 710aa172..54c811de 100644 --- a/otc_metadata/data/documents/drs-umn.yaml +++ b/otc_metadata/data/documents/drs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/drs html_location: docs/drs/umn link: /data-replication-service/umn/ -pdf_name: drs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: drs title: User Guide diff --git a/otc_metadata/data/documents/dws-api-ref.yaml b/otc_metadata/data/documents/dws-api-ref.yaml index 48d7a1ff..4f7bbc4e 100644 --- a/otc_metadata/data/documents/dws-api-ref.yaml +++ b/otc_metadata/data/documents/dws-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/dws html_location: docs/dws/api-ref link: /data-warehouse-service/api-ref/ -pdf_name: dws-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: dws title: API Reference diff --git a/otc_metadata/data/documents/dws-dev.yaml b/otc_metadata/data/documents/dws-dev.yaml index fb38e91b..913ab15c 100644 --- a/otc_metadata/data/documents/dws-dev.yaml +++ b/otc_metadata/data/documents/dws-dev.yaml @@ -2,7 +2,8 @@ hc_location: devg/dws html_location: docs/dws/dev link: /data-warehouse-service/dev-guide/ -pdf_name: dws-dev-guide +pdf_enabled: true +pdf_environment: internal rst_location: dev_guide/source service_type: dws title: Developer Guide diff --git a/otc_metadata/data/documents/dws-tool-guide.yaml b/otc_metadata/data/documents/dws-tool-guide.yaml index 67576f0d..6279b4f7 100644 --- a/otc_metadata/data/documents/dws-tool-guide.yaml +++ b/otc_metadata/data/documents/dws-tool-guide.yaml @@ -2,7 +2,8 @@ hc_location: tg/dws html_location: docs/dws/tool link: /data-warehouse-service/tool-guide/ -pdf_name: dws-tool-guide +pdf_enabled: true +pdf_environment: internal rst_location: doc/tool/source service_type: dws title: Tool Guide diff --git a/otc_metadata/data/documents/dws-umn.yaml b/otc_metadata/data/documents/dws-umn.yaml index 45b14b26..69d00d8e 100644 --- a/otc_metadata/data/documents/dws-umn.yaml +++ b/otc_metadata/data/documents/dws-umn.yaml @@ -2,6 +2,8 @@ hc_location: usermanual/dws html_location: docs/dws/umn link: /data-warehouse-service/umn/ +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: dws title: User Guide diff --git a/otc_metadata/data/documents/ecs-api-ref.yaml b/otc_metadata/data/documents/ecs-api-ref.yaml index e1aab606..69d65019 100644 --- a/otc_metadata/data/documents/ecs-api-ref.yaml +++ b/otc_metadata/data/documents/ecs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/ecs html_location: docs/ecs/api-ref link: /elastic-cloud-server/api-ref/ -pdf_name: ecs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: ecs title: API Reference diff --git a/otc_metadata/data/documents/ecs-best-practice.yaml b/otc_metadata/data/documents/ecs-best-practice.yaml index 9943d728..7d30ab31 100644 --- a/otc_metadata/data/documents/ecs-best-practice.yaml +++ b/otc_metadata/data/documents/ecs-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/ecs environment: internal html_location: docs/ecs/best-practice link: /elastic-cloud-server/best-practice/ -pdf_name: ecs-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: ecs title: Best Practice diff --git a/otc_metadata/data/documents/ecs-dev.yaml b/otc_metadata/data/documents/ecs-dev.yaml index 9c3bf01b..516b2eba 100644 --- a/otc_metadata/data/documents/ecs-dev.yaml +++ b/otc_metadata/data/documents/ecs-dev.yaml @@ -2,7 +2,8 @@ hc_location: devg/ecs html_location: docs/ecs/dev link: /elastic-cloud-server/dev-guide/ -pdf_name: ecs-dev-guide +pdf_enabled: true +pdf_environment: internal rst_location: dev_guide/source service_type: ecs title: Developer Guide diff --git a/otc_metadata/data/documents/ecs-umn.yaml b/otc_metadata/data/documents/ecs-umn.yaml index 698496f3..6e512f88 100644 --- a/otc_metadata/data/documents/ecs-umn.yaml +++ b/otc_metadata/data/documents/ecs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/ecs html_location: docs/ecs/umn link: /elastic-cloud-server/umn/ -pdf_name: ecs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: ecs title: User Guide diff --git a/otc_metadata/data/documents/ed-api-ref.yaml b/otc_metadata/data/documents/ed-api-ref.yaml index e56c6e94..e5f24a5a 100644 --- a/otc_metadata/data/documents/ed-api-ref.yaml +++ b/otc_metadata/data/documents/ed-api-ref.yaml @@ -1,6 +1,8 @@ --- link: /enterprise-dashboard/api-ref/ rst_location: api-ref/source +pdf_enabled: false +pdf_environment: hidden service_type: ed title: API Reference type: api-ref diff --git a/otc_metadata/data/documents/ed-umn.yaml b/otc_metadata/data/documents/ed-umn.yaml index 2cc66f77..9242a2d7 100644 --- a/otc_metadata/data/documents/ed-umn.yaml +++ b/otc_metadata/data/documents/ed-umn.yaml @@ -1,6 +1,8 @@ --- link: /enterprise-dashboard/umn/ rst_location: umn/source +pdf_enabled: false +pdf_environment: hidden service_type: ed title: User Guide type: umn diff --git a/otc_metadata/data/documents/eip-api-ref.yaml b/otc_metadata/data/documents/eip-api-ref.yaml index 6732ef07..2ef68858 100644 --- a/otc_metadata/data/documents/eip-api-ref.yaml +++ b/otc_metadata/data/documents/eip-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/eip html_location: docs/eip/api-ref link: /elastic-ip/api-ref/ -pdf_name: eip-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: eip title: API Reference diff --git a/otc_metadata/data/documents/eip-umn.yaml b/otc_metadata/data/documents/eip-umn.yaml index 92178d74..8d2c0f80 100644 --- a/otc_metadata/data/documents/eip-umn.yaml +++ b/otc_metadata/data/documents/eip-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/eip html_location: docs/eip/umn link: /elastic-ip/umn/ -pdf_name: eip-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: eip title: User Guide diff --git a/otc_metadata/data/documents/elb-api-ref.yaml b/otc_metadata/data/documents/elb-api-ref.yaml index a58f5f67..a42ea34d 100644 --- a/otc_metadata/data/documents/elb-api-ref.yaml +++ b/otc_metadata/data/documents/elb-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/elb html_location: docs/elb/api-ref link: /elastic-load-balancing/api-ref/ -pdf_name: elb-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: elb title: API Reference diff --git a/otc_metadata/data/documents/elb-best-practice.yaml b/otc_metadata/data/documents/elb-best-practice.yaml index 13814b58..abd05885 100644 --- a/otc_metadata/data/documents/elb-best-practice.yaml +++ b/otc_metadata/data/documents/elb-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/elb environment: internal html_location: docs/elb/best-practice link: /elastic-load-balancing/best-practice/ -pdf_name: elb-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: elb title: Best Practice diff --git a/otc_metadata/data/documents/elb-umn.yaml b/otc_metadata/data/documents/elb-umn.yaml index 6a0b762c..a8a447f3 100644 --- a/otc_metadata/data/documents/elb-umn.yaml +++ b/otc_metadata/data/documents/elb-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/elb html_location: docs/elb/umn link: /elastic-load-balancing/umn/ -pdf_name: elb-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: elb title: User Guide diff --git a/otc_metadata/data/documents/eps-api-ref.yaml b/otc_metadata/data/documents/eps-api-ref.yaml index 8fac99e4..e62a91aa 100644 --- a/otc_metadata/data/documents/eps-api-ref.yaml +++ b/otc_metadata/data/documents/eps-api-ref.yaml @@ -3,7 +3,8 @@ environment: internal hc_location: api/em html_location: docs/eps/api-ref link: /enterprise-project-service/api-ref/ -pdf_name: eps-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: eps title: API Reference diff --git a/otc_metadata/data/documents/eps-umn.yaml b/otc_metadata/data/documents/eps-umn.yaml index 5f7a4fed..1de45f74 100644 --- a/otc_metadata/data/documents/eps-umn.yaml +++ b/otc_metadata/data/documents/eps-umn.yaml @@ -3,7 +3,8 @@ environment: internal hc_location: usermanual/em html_location: docs/eps/umn link: /enterprise-project-service/umn/ -pdf_name: eps-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: eps title: User Guide diff --git a/otc_metadata/data/documents/er-api-ref.yaml b/otc_metadata/data/documents/er-api-ref.yaml index 5408aeda..8c17c35e 100644 --- a/otc_metadata/data/documents/er-api-ref.yaml +++ b/otc_metadata/data/documents/er-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/er html_location: docs/er/api-ref link: /enterprise-router/api-ref/ -pdf_name: er-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: er title: API Reference diff --git a/otc_metadata/data/documents/er-umn.yaml b/otc_metadata/data/documents/er-umn.yaml index b71ffb7a..1ed72fa5 100644 --- a/otc_metadata/data/documents/er-umn.yaml +++ b/otc_metadata/data/documents/er-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/er html_location: docs/er/umn link: /enterprise-router/umn/ -pdf_name: er-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: er title: User Guide diff --git a/otc_metadata/data/documents/evs-api-ref.yaml b/otc_metadata/data/documents/evs-api-ref.yaml index 13f69866..966f02d5 100644 --- a/otc_metadata/data/documents/evs-api-ref.yaml +++ b/otc_metadata/data/documents/evs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/evs html_location: docs/evs/api-ref link: /elastic-volume-service/api-ref/ -pdf_name: evs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: evs title: API Reference diff --git a/otc_metadata/data/documents/evs-best-practice.yaml b/otc_metadata/data/documents/evs-best-practice.yaml index b0fbdee6..961a8f0f 100644 --- a/otc_metadata/data/documents/evs-best-practice.yaml +++ b/otc_metadata/data/documents/evs-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/evs environment: internal html_location: docs/evs/best-practice link: /elastic-volume-service/best-practice/ -pdf_name: evs-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: evs title: Best Practice diff --git a/otc_metadata/data/documents/evs-dev.yaml b/otc_metadata/data/documents/evs-dev.yaml index 4e6b7b15..59208b85 100644 --- a/otc_metadata/data/documents/evs-dev.yaml +++ b/otc_metadata/data/documents/evs-dev.yaml @@ -2,7 +2,8 @@ hc_location: devg/evs html_location: docs/evs/dev link: /elastic-volume-service/dev-guide/ -pdf_name: evs-dev-guide +pdf_enabled: true +pdf_environment: internal rst_location: dev_guide/source service_type: evs title: Developer Guide diff --git a/otc_metadata/data/documents/evs-umn.yaml b/otc_metadata/data/documents/evs-umn.yaml index 79f95f66..a6aef60e 100644 --- a/otc_metadata/data/documents/evs-umn.yaml +++ b/otc_metadata/data/documents/evs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/evs html_location: docs/evs/umn link: /elastic-volume-service/umn/ -pdf_name: evs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: evs title: User Guide diff --git a/otc_metadata/data/documents/fg-api-ref.yaml b/otc_metadata/data/documents/fg-api-ref.yaml index 99f7c3be..0c6248b4 100644 --- a/otc_metadata/data/documents/fg-api-ref.yaml +++ b/otc_metadata/data/documents/fg-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/functiongraph html_location: docs/fg/api-ref link: /function-graph/api-ref/ -pdf_name: fg-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: fg title: API Reference diff --git a/otc_metadata/data/documents/fg-best-practice.yaml b/otc_metadata/data/documents/fg-best-practice.yaml index 416f94b9..d3d01d25 100644 --- a/otc_metadata/data/documents/fg-best-practice.yaml +++ b/otc_metadata/data/documents/fg-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/functiongraph environment: internal html_location: docs/fg/best-practice link: /function-graph/best-practice/ -pdf_name: fg-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: fg title: Best Practice diff --git a/otc_metadata/data/documents/fg-dev.yaml b/otc_metadata/data/documents/fg-dev.yaml index 8a7b568b..9cd2b020 100644 --- a/otc_metadata/data/documents/fg-dev.yaml +++ b/otc_metadata/data/documents/fg-dev.yaml @@ -3,7 +3,8 @@ hc_location: devg/functiongraph environment: internal html_location: docs/fg/dev link: /function-graph/dev-guide/ -pdf_name: fg-dev-guide +pdf_enabled: true +pdf_environment: internal rst_location: dev_guide/source service_type: fg title: Developer Guide diff --git a/otc_metadata/data/documents/fg-umn.yaml b/otc_metadata/data/documents/fg-umn.yaml index 6ffafb2e..0100822c 100644 --- a/otc_metadata/data/documents/fg-umn.yaml +++ b/otc_metadata/data/documents/fg-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/functiongraph html_location: docs/fg/umn link: /function-graph/umn/ -pdf_name: fg-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: fg title: User Guide diff --git a/otc_metadata/data/documents/gaussdb_mysql-api-ref.yaml b/otc_metadata/data/documents/gaussdb_mysql-api-ref.yaml index 05d4f569..1e89da56 100644 --- a/otc_metadata/data/documents/gaussdb_mysql-api-ref.yaml +++ b/otc_metadata/data/documents/gaussdb_mysql-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/gaussdb html_location: docs/gaussdb_mysql/api-ref link: /gaussdb-mysql/api-ref/ -pdf_name: gaussdb_mysql-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: gaussdb_mysql title: API Reference diff --git a/otc_metadata/data/documents/gaussdb_mysql-umn.yaml b/otc_metadata/data/documents/gaussdb_mysql-umn.yaml index 80fef845..e043b206 100644 --- a/otc_metadata/data/documents/gaussdb_mysql-umn.yaml +++ b/otc_metadata/data/documents/gaussdb_mysql-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/gaussdb html_location: docs/gaussdb_mysql/umn link: /gaussdb-mysql/umn/ -pdf_name: gaussdb_mysql-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: gaussdb_mysql title: User Guide diff --git a/otc_metadata/data/documents/geminidb-api-ref.yaml b/otc_metadata/data/documents/geminidb-api-ref.yaml index 9b1b9795..775d9411 100644 --- a/otc_metadata/data/documents/geminidb-api-ref.yaml +++ b/otc_metadata/data/documents/geminidb-api-ref.yaml @@ -3,6 +3,7 @@ hc_location: api/nosql html_location: docs/geminidb/api-ref link: /geminidb/api-ref/ pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: geminidb title: API Reference diff --git a/otc_metadata/data/documents/geminidb-umn.yaml b/otc_metadata/data/documents/geminidb-umn.yaml index 0d87de2d..ce772874 100644 --- a/otc_metadata/data/documents/geminidb-umn.yaml +++ b/otc_metadata/data/documents/geminidb-umn.yaml @@ -3,6 +3,7 @@ hc_location: usermanual/nosql html_location: docs/geminidb/umn link: /geminidb/umn/ pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: geminidb title: User Guide diff --git a/otc_metadata/data/documents/hss-api-ref.yaml b/otc_metadata/data/documents/hss-api-ref.yaml index fc3f2df6..0eb2f7e2 100644 --- a/otc_metadata/data/documents/hss-api-ref.yaml +++ b/otc_metadata/data/documents/hss-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/hss2.0 html_location: docs/hss/api-ref link: /host-security-service/api-ref/ -pdf_name: hss-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: hss title: API Reference diff --git a/otc_metadata/data/documents/hss-umn.yaml b/otc_metadata/data/documents/hss-umn.yaml index fc40b742..9dc49204 100644 --- a/otc_metadata/data/documents/hss-umn.yaml +++ b/otc_metadata/data/documents/hss-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/hss2.0 html_location: docs/hss/umn link: /host-security-service/umn/ -pdf_name: hss-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: hss title: User Guide diff --git a/otc_metadata/data/documents/iam-api-ref.yaml b/otc_metadata/data/documents/iam-api-ref.yaml index 4b0cf652..65b43406 100644 --- a/otc_metadata/data/documents/iam-api-ref.yaml +++ b/otc_metadata/data/documents/iam-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/iam html_location: docs/iam/api-ref link: /identity-access-management/api-ref/ -pdf_name: iam-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: iam title: API Reference diff --git a/otc_metadata/data/documents/iam-best-practice.yaml b/otc_metadata/data/documents/iam-best-practice.yaml index 35b37f7e..b3c726ec 100644 --- a/otc_metadata/data/documents/iam-best-practice.yaml +++ b/otc_metadata/data/documents/iam-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/iam environment: internal html_location: docs/iam/best-practice link: /identity-access-management/best-practice/ -pdf_name: iam-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: iam title: Best Practice diff --git a/otc_metadata/data/documents/iam-mycredential.yaml b/otc_metadata/data/documents/iam-mycredential.yaml index 5e72d32c..60984b40 100644 --- a/otc_metadata/data/documents/iam-mycredential.yaml +++ b/otc_metadata/data/documents/iam-mycredential.yaml @@ -1,7 +1,8 @@ --- hc_location: usermanual/ac link: /identity-access-management/mycredential/ -pdf_name: iam-mycredential-guide +pdf_enabled: true +pdf_environment: internal rst_location: doc/mycredential/source service_type: iam title: My Credential diff --git a/otc_metadata/data/documents/iam-permissions.yaml b/otc_metadata/data/documents/iam-permissions.yaml index 7de39355..9a50df5f 100644 --- a/otc_metadata/data/documents/iam-permissions.yaml +++ b/otc_metadata/data/documents/iam-permissions.yaml @@ -3,7 +3,8 @@ hc_location: permissions environment: internal html_location: docs/iam/permissions link: /identity-access-management/permissions/ -pdf_name: iam-permissions +pdf_enabled: true +pdf_environment: internal rst_location: doc/permissions/source service_type: iam title: Permissions diff --git a/otc_metadata/data/documents/iam-umn.yaml b/otc_metadata/data/documents/iam-umn.yaml index b6bd99ca..895ab0cd 100644 --- a/otc_metadata/data/documents/iam-umn.yaml +++ b/otc_metadata/data/documents/iam-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/iam html_location: docs/iam/umn link: /identity-access-management/umn/ -pdf_name: iam-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: iam title: User Guide diff --git a/otc_metadata/data/documents/ims-api-ref.yaml b/otc_metadata/data/documents/ims-api-ref.yaml index e45f8e94..5c334684 100644 --- a/otc_metadata/data/documents/ims-api-ref.yaml +++ b/otc_metadata/data/documents/ims-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/ims html_location: docs/ims/api-ref link: /image-management-service/api-ref/ -pdf_name: ims-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: ims title: API Reference diff --git a/otc_metadata/data/documents/ims-best-practice.yaml b/otc_metadata/data/documents/ims-best-practice.yaml index d54c90aa..82b89e1c 100644 --- a/otc_metadata/data/documents/ims-best-practice.yaml +++ b/otc_metadata/data/documents/ims-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/ims environment: internal html_location: docs/ims/best-practice link: /image-management-service/best-practice/ -pdf_name: ims-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: ims title: Best Practice diff --git a/otc_metadata/data/documents/ims-dev.yaml b/otc_metadata/data/documents/ims-dev.yaml index 5bf2269e..63cf37d3 100644 --- a/otc_metadata/data/documents/ims-dev.yaml +++ b/otc_metadata/data/documents/ims-dev.yaml @@ -2,7 +2,8 @@ hc_location: devg/ims html_location: docs/ims/dev link: /image-management-service/dev-guide/ -pdf_name: ims-dev-guide +pdf_enabled: true +pdf_environment: internal rst_location: dev_guide/source service_type: ims title: Developer Guide diff --git a/otc_metadata/data/documents/ims-public-images.yaml b/otc_metadata/data/documents/ims-public-images.yaml index b6074334..0bbb9bd5 100644 --- a/otc_metadata/data/documents/ims-public-images.yaml +++ b/otc_metadata/data/documents/ims-public-images.yaml @@ -1,7 +1,8 @@ --- environment: public link: /image-management-service/public-images/ -pdf_name: ims-public-images +pdf_enabled: true +pdf_environment: internal rst_location: doc/public-images/source service_type: ims title: Public Image Introduction diff --git a/otc_metadata/data/documents/ims-umn.yaml b/otc_metadata/data/documents/ims-umn.yaml index cb863938..cff9a84a 100644 --- a/otc_metadata/data/documents/ims-umn.yaml +++ b/otc_metadata/data/documents/ims-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/ims html_location: docs/ims/umn link: /image-management-service/umn/ -pdf_name: ims-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: ims title: User Guide diff --git a/otc_metadata/data/documents/kms-api-ref.yaml b/otc_metadata/data/documents/kms-api-ref.yaml index a00e7509..54fb6789 100644 --- a/otc_metadata/data/documents/kms-api-ref.yaml +++ b/otc_metadata/data/documents/kms-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/kms html_location: docs/kms/api-ref link: /key-management-service/api-ref/ -pdf_name: kms-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: kms title: API Reference diff --git a/otc_metadata/data/documents/kms-umn.yaml b/otc_metadata/data/documents/kms-umn.yaml index fe7bf1e2..2d704c84 100644 --- a/otc_metadata/data/documents/kms-umn.yaml +++ b/otc_metadata/data/documents/kms-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/kms html_location: docs/kms/umn link: /key-management-service/umn/ -pdf_name: kms-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: kms title: User Guide diff --git a/otc_metadata/data/documents/lts-api-ref.yaml b/otc_metadata/data/documents/lts-api-ref.yaml index 7ae04a0d..3a1fef9d 100644 --- a/otc_metadata/data/documents/lts-api-ref.yaml +++ b/otc_metadata/data/documents/lts-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/lts html_location: docs/lts/api-ref link: /log-tank-service/api-ref/ -pdf_name: lts-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: lts title: API Reference diff --git a/otc_metadata/data/documents/lts-umn.yaml b/otc_metadata/data/documents/lts-umn.yaml index a31d8895..9d0ecd24 100644 --- a/otc_metadata/data/documents/lts-umn.yaml +++ b/otc_metadata/data/documents/lts-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/lts html_location: docs/lts/umn link: /log-tank-service/umn/ -pdf_name: lts-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: lts title: User Guide diff --git a/otc_metadata/data/documents/ma-api-ref.yaml b/otc_metadata/data/documents/ma-api-ref.yaml index 47786acc..bedad4fd 100644 --- a/otc_metadata/data/documents/ma-api-ref.yaml +++ b/otc_metadata/data/documents/ma-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/modelarts html_location: docs/modelarts/api-ref link: /modelarts/api-ref/ -pdf_name: ma-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: ma title: API Reference diff --git a/otc_metadata/data/documents/ma-sdk-ref.yaml b/otc_metadata/data/documents/ma-sdk-ref.yaml index bc5abbf3..c9616c7b 100644 --- a/otc_metadata/data/documents/ma-sdk-ref.yaml +++ b/otc_metadata/data/documents/ma-sdk-ref.yaml @@ -2,7 +2,8 @@ hc_location: sdk/modelarts html_location: docs/modelarts/sdk-ref link: /modelarts/sdk-ref/ -pdf_name: ma-sdk-ref +pdf_enabled: true +pdf_environment: internal rst_location: doc/sdk-ref/source service_type: ma title: ModelArts Software Development Kit (ModelArts SDK) diff --git a/otc_metadata/data/documents/ma-umn.yaml b/otc_metadata/data/documents/ma-umn.yaml index c81eb86c..d875d3e5 100644 --- a/otc_metadata/data/documents/ma-umn.yaml +++ b/otc_metadata/data/documents/ma-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/modelarts html_location: docs/modelarts/umn link: /modelarts/umn/ -pdf_name: ma-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: ma title: User Guide diff --git a/otc_metadata/data/documents/mkp-umn.yaml b/otc_metadata/data/documents/mkp-umn.yaml index 467fdda7..7db259e9 100644 --- a/otc_metadata/data/documents/mkp-umn.yaml +++ b/otc_metadata/data/documents/mkp-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/mkp html_location: docs/mkp/umn link: /marketplace/umn/ -pdf_name: mkp-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: mkp title: User Guide diff --git a/otc_metadata/data/documents/mrs-api-ref.yaml b/otc_metadata/data/documents/mrs-api-ref.yaml index 6b78225e..c7592f04 100644 --- a/otc_metadata/data/documents/mrs-api-ref.yaml +++ b/otc_metadata/data/documents/mrs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/mrs html_location: docs/mrs/api-ref link: /mapreduce-service/api-ref/ -pdf_name: mrs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: mrs title: API Reference diff --git a/otc_metadata/data/documents/mrs-best-practice.yaml b/otc_metadata/data/documents/mrs-best-practice.yaml index ce5187ab..0405c8bc 100644 --- a/otc_metadata/data/documents/mrs-best-practice.yaml +++ b/otc_metadata/data/documents/mrs-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/mrs environment: internal html_location: docs/mrs/best-practice link: /mapreduce-service/best-practice/ -pdf_name: mrs-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: mrs title: Best Practice diff --git a/otc_metadata/data/documents/mrs-operation-guide-lts.yaml b/otc_metadata/data/documents/mrs-operation-guide-lts.yaml index e9d4bee7..b7a78e7a 100644 --- a/otc_metadata/data/documents/mrs-operation-guide-lts.yaml +++ b/otc_metadata/data/documents/mrs-operation-guide-lts.yaml @@ -2,7 +2,8 @@ hc_location: cmpntguide-lts/mrs html_location: docs/mrs/component-operation-guide-lts link: /mapreduce-service/operation-guide-lts/ -pdf_name: mrs-component-operation-guide-lts +pdf_enabled: true +pdf_environment: internal rst_location: doc/component-operation-guide-lts/source service_type: mrs title: Component Operation Guide (LTS) diff --git a/otc_metadata/data/documents/mrs-operation-guide.yaml b/otc_metadata/data/documents/mrs-operation-guide.yaml index 08a09a96..3e13fd0d 100644 --- a/otc_metadata/data/documents/mrs-operation-guide.yaml +++ b/otc_metadata/data/documents/mrs-operation-guide.yaml @@ -2,7 +2,8 @@ hc_location: cmpntguide/mrs html_location: docs/mrs/component-operation-guide link: /mapreduce-service/operation-guide/ -pdf_name: mrs-component-operation-guide +pdf_enabled: true +pdf_environment: internal rst_location: doc/component-operation-guide/source service_type: mrs title: Component Operation Guide diff --git a/otc_metadata/data/documents/mrs-umn.yaml b/otc_metadata/data/documents/mrs-umn.yaml index 7acaca55..41ffb91a 100644 --- a/otc_metadata/data/documents/mrs-umn.yaml +++ b/otc_metadata/data/documents/mrs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/mrs html_location: docs/mrs/umn link: /mapreduce-service/umn/ -pdf_name: mrs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: mrs title: User Guide diff --git a/otc_metadata/data/documents/natgw-api-ref.yaml b/otc_metadata/data/documents/natgw-api-ref.yaml index 315373e9..82f36ea9 100644 --- a/otc_metadata/data/documents/natgw-api-ref.yaml +++ b/otc_metadata/data/documents/natgw-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/nat html_location: docs/natgw/api-ref link: /nat-gateway/api-ref/ -pdf_name: natgw-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: natgw title: API Reference diff --git a/otc_metadata/data/documents/natgw-best-practice.yaml b/otc_metadata/data/documents/natgw-best-practice.yaml index d9656718..a6a20973 100644 --- a/otc_metadata/data/documents/natgw-best-practice.yaml +++ b/otc_metadata/data/documents/natgw-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/natgw environment: internal html_location: docs/natgw/best-practice link: /nat-gateway/best-practice/ -pdf_name: natgw-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: natgw title: Best Practice diff --git a/otc_metadata/data/documents/natgw-umn.yaml b/otc_metadata/data/documents/natgw-umn.yaml index ccb497c2..6779caeb 100644 --- a/otc_metadata/data/documents/natgw-umn.yaml +++ b/otc_metadata/data/documents/natgw-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/nat html_location: docs/natgw/umn link: /nat-gateway/umn/ -pdf_name: natgw-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: natgw title: User Guide diff --git a/otc_metadata/data/documents/obs-api-ref.yaml b/otc_metadata/data/documents/obs-api-ref.yaml index 7fa9589f..9da18dba 100644 --- a/otc_metadata/data/documents/obs-api-ref.yaml +++ b/otc_metadata/data/documents/obs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/obs html_location: docs/obs/api-ref link: /object-storage-service/api-ref/ -pdf_name: obs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: obs title: API Reference diff --git a/otc_metadata/data/documents/obs-best-practice.yaml b/otc_metadata/data/documents/obs-best-practice.yaml index 86bf89d9..c624feac 100644 --- a/otc_metadata/data/documents/obs-best-practice.yaml +++ b/otc_metadata/data/documents/obs-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/obs environment: internal html_location: docs/obs/best-practice link: /object-storage-service/best-practice/ -pdf_name: obs-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: obs title: Best Practice diff --git a/otc_metadata/data/documents/obs-parallel-file-system.yaml b/otc_metadata/data/documents/obs-parallel-file-system.yaml index 59292bb6..2b7617b5 100644 --- a/otc_metadata/data/documents/obs-parallel-file-system.yaml +++ b/otc_metadata/data/documents/obs-parallel-file-system.yaml @@ -2,7 +2,8 @@ hc_location: pfs/obs html_location: docs/obs/pfs link: /object-storage-service/parallel-file-system/ -pdf_name: obs-pfs +pdf_enabled: true +pdf_environment: internal rst_location: doc/parallel-file-system/source service_type: obs title: Parallel File System (PFS) diff --git a/otc_metadata/data/documents/obs-permissions-configuration-guide.yaml b/otc_metadata/data/documents/obs-permissions-configuration-guide.yaml index 2e362804..0f8aaa5d 100644 --- a/otc_metadata/data/documents/obs-permissions-configuration-guide.yaml +++ b/otc_metadata/data/documents/obs-permissions-configuration-guide.yaml @@ -2,7 +2,8 @@ hc_location: perms-cfg/obs html_location: docs/obs/perms-cfg link: /object-storage-service/permissions-configuration-guide/ -pdf_name: obs-perms-cfg +pdf_enabled: true +pdf_environment: internal rst_location: doc/permissions-configuration-guide/source service_type: obs title: Permissions Configuration Guide diff --git a/otc_metadata/data/documents/obs-s3api.yaml b/otc_metadata/data/documents/obs-s3api.yaml index 6116f0f6..0da9c6b5 100644 --- a/otc_metadata/data/documents/obs-s3api.yaml +++ b/otc_metadata/data/documents/obs-s3api.yaml @@ -2,7 +2,8 @@ hc_location: api_obs/obs html_location: docs/obs/s3api link: /object-storage-service/s3api/ -pdf_name: obs-s3api +pdf_enabled: true +pdf_environment: internal rst_location: doc/s3api/source service_type: obs title: S3 API Reference diff --git a/otc_metadata/data/documents/obs-tool-guide.yaml b/otc_metadata/data/documents/obs-tool-guide.yaml index a8e2e165..d52d58cc 100644 --- a/otc_metadata/data/documents/obs-tool-guide.yaml +++ b/otc_metadata/data/documents/obs-tool-guide.yaml @@ -2,7 +2,8 @@ hc_location: browsertg/obs html_location: docs/obs/tool link: /object-storage-service/tool-guide/ -pdf_name: obs-tool-guide +pdf_enabled: true +pdf_environment: internal rst_location: doc/tool/source service_type: obs title: Tool Guide (OBS Browser) diff --git a/otc_metadata/data/documents/obs-umn.yaml b/otc_metadata/data/documents/obs-umn.yaml index ef103591..8b9ad768 100644 --- a/otc_metadata/data/documents/obs-umn.yaml +++ b/otc_metadata/data/documents/obs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/obs html_location: docs/obs/umn link: /object-storage-service/umn/ -pdf_name: obs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: obs title: User Guide diff --git a/otc_metadata/data/documents/ocr-api-ref.yaml b/otc_metadata/data/documents/ocr-api-ref.yaml index 499d36ea..6ffe4612 100644 --- a/otc_metadata/data/documents/ocr-api-ref.yaml +++ b/otc_metadata/data/documents/ocr-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/ocr html_location: docs/ocr/api-ref link: /optical-character-recognition/api-ref/ -pdf_name: ocr-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: ocr title: API Reference diff --git a/otc_metadata/data/documents/ocr-umn.yaml b/otc_metadata/data/documents/ocr-umn.yaml index ac40b067..17ff4a55 100644 --- a/otc_metadata/data/documents/ocr-umn.yaml +++ b/otc_metadata/data/documents/ocr-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/ocr html_location: docs/ocr/umn link: /optical-character-recognition/umn/ -pdf_name: ocr-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: ocr title: User Guide diff --git a/otc_metadata/data/documents/opengauss-api-ref.yaml b/otc_metadata/data/documents/opengauss-api-ref.yaml index 2c109a19..03616015 100644 --- a/otc_metadata/data/documents/opengauss-api-ref.yaml +++ b/otc_metadata/data/documents/opengauss-api-ref.yaml @@ -3,7 +3,8 @@ environment: internal hc_location: api/opengauss html_location: docs/opengauss/api-ref link: /gaussdb-opengauss/api-ref/ -pdf_name: opengauss-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: opengauss title: API Reference diff --git a/otc_metadata/data/documents/opengauss-umn.yaml b/otc_metadata/data/documents/opengauss-umn.yaml index 615fa0f6..a593ff66 100644 --- a/otc_metadata/data/documents/opengauss-umn.yaml +++ b/otc_metadata/data/documents/opengauss-umn.yaml @@ -3,7 +3,8 @@ environment: internal hc_location: usermanual/opengauss html_location: docs/opengauss/umn link: /gaussdb-opengauss/umn/ -pdf_name: opengauss-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: opengauss title: User Guide diff --git a/otc_metadata/data/documents/pc-api-ref.yaml b/otc_metadata/data/documents/pc-api-ref.yaml index 669f7e30..d7402a28 100644 --- a/otc_metadata/data/documents/pc-api-ref.yaml +++ b/otc_metadata/data/documents/pc-api-ref.yaml @@ -1,6 +1,7 @@ --- link: /price-calculator/api-ref/ -pdf_name: pc-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: pc title: API Reference diff --git a/otc_metadata/data/documents/plas-api-ref.yaml b/otc_metadata/data/documents/plas-api-ref.yaml index 0560559d..56dde80b 100644 --- a/otc_metadata/data/documents/plas-api-ref.yaml +++ b/otc_metadata/data/documents/plas-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/plas html_location: docs/plas/api-ref link: /private-link-access-service/api-ref/ -pdf_name: plas-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: plas title: API Reference diff --git a/otc_metadata/data/documents/plas-umn.yaml b/otc_metadata/data/documents/plas-umn.yaml index fd55bc22..050768d7 100644 --- a/otc_metadata/data/documents/plas-umn.yaml +++ b/otc_metadata/data/documents/plas-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/plas html_location: docs/plas/umn link: /private-link-access-service/umn/ -pdf_name: plas-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: plas title: User Guide diff --git a/otc_metadata/data/documents/rds-api-ref.yaml b/otc_metadata/data/documents/rds-api-ref.yaml index 6cafe030..bba0576d 100644 --- a/otc_metadata/data/documents/rds-api-ref.yaml +++ b/otc_metadata/data/documents/rds-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/rds html_location: docs/rds/api-ref link: /relational-database-service/api-ref/ -pdf_name: rds-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: rds title: API Reference diff --git a/otc_metadata/data/documents/rds-umn.yaml b/otc_metadata/data/documents/rds-umn.yaml index 769f927d..48eb7d5c 100644 --- a/otc_metadata/data/documents/rds-umn.yaml +++ b/otc_metadata/data/documents/rds-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/rds html_location: docs/rds/umn link: /relational-database-service/umn/ -pdf_name: rds-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: rds title: User Guide diff --git a/otc_metadata/data/documents/rfs-api-ref.yaml b/otc_metadata/data/documents/rfs-api-ref.yaml index 83b4b643..4d26aede 100644 --- a/otc_metadata/data/documents/rfs-api-ref.yaml +++ b/otc_metadata/data/documents/rfs-api-ref.yaml @@ -3,7 +3,8 @@ hc_location: api/aos environment: internal html_location: docs/rfs/api-ref link: /resource-formation-service/api-ref/ -pdf_name: rfs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: rfs title: API Reference diff --git a/otc_metadata/data/documents/rfs-umn.yaml b/otc_metadata/data/documents/rfs-umn.yaml index 668a3bad..36b098f2 100644 --- a/otc_metadata/data/documents/rfs-umn.yaml +++ b/otc_metadata/data/documents/rfs-umn.yaml @@ -3,7 +3,8 @@ hc_location: usermanual/aos environment: internal html_location: docs/rfs/umn link: /resource-formation-service/umn/ -pdf_name: rfs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: rfs title: User Guide diff --git a/otc_metadata/data/documents/sdrs-api-ref.yaml b/otc_metadata/data/documents/sdrs-api-ref.yaml index 56d0e4de..19ffa655 100644 --- a/otc_metadata/data/documents/sdrs-api-ref.yaml +++ b/otc_metadata/data/documents/sdrs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/sdrs html_location: docs/sdrs/api-ref link: /storage-disaster-recovery-service/api-ref/ -pdf_name: sdrs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: sdrs title: API Reference diff --git a/otc_metadata/data/documents/sdrs-umn.yaml b/otc_metadata/data/documents/sdrs-umn.yaml index 77ec701b..79b7a339 100644 --- a/otc_metadata/data/documents/sdrs-umn.yaml +++ b/otc_metadata/data/documents/sdrs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/sdrs html_location: docs/sdrs/umn link: /storage-disaster-recovery-service/umn/ -pdf_name: sdrs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: sdrs title: User Guide diff --git a/otc_metadata/data/documents/sfs-api-ref.yaml b/otc_metadata/data/documents/sfs-api-ref.yaml index 03a98612..ebd86d71 100644 --- a/otc_metadata/data/documents/sfs-api-ref.yaml +++ b/otc_metadata/data/documents/sfs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/sfs html_location: docs/sfs/api-ref link: /scalable-file-service/api-ref/ -pdf_name: sfs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: sfs title: API Reference diff --git a/otc_metadata/data/documents/sfs-best-practice.yaml b/otc_metadata/data/documents/sfs-best-practice.yaml index 12cd20ca..f372f4d1 100644 --- a/otc_metadata/data/documents/sfs-best-practice.yaml +++ b/otc_metadata/data/documents/sfs-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/sfs environment: internal html_location: docs/sfs/best-practice link: /scalable-file-service/best-practice/ -pdf_name: sfs-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: sfs title: Best Practice diff --git a/otc_metadata/data/documents/sfs-umn.yaml b/otc_metadata/data/documents/sfs-umn.yaml index a1cbd0b1..38624bcd 100644 --- a/otc_metadata/data/documents/sfs-umn.yaml +++ b/otc_metadata/data/documents/sfs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/sfs html_location: docs/sfs/umn link: /scalable-file-service/umn/ -pdf_name: sfs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: sfs title: User Guide diff --git a/otc_metadata/data/documents/smg-umn.yaml b/otc_metadata/data/documents/smg-umn.yaml index e1c4e4e5..2bd5e471 100644 --- a/otc_metadata/data/documents/smg-umn.yaml +++ b/otc_metadata/data/documents/smg-umn.yaml @@ -1,7 +1,8 @@ --- hc_location: usermanual/smg link: /secure-mail-gateway/umn/ -pdf_name: smg-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: smg title: User Guide diff --git a/otc_metadata/data/documents/smn-api-ref.yaml b/otc_metadata/data/documents/smn-api-ref.yaml index a2082dcf..c2f0b995 100644 --- a/otc_metadata/data/documents/smn-api-ref.yaml +++ b/otc_metadata/data/documents/smn-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/smn html_location: docs/smn/api-ref link: /simple-message-notification/api-ref/ -pdf_name: smn-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: smn title: API Reference diff --git a/otc_metadata/data/documents/smn-umn.yaml b/otc_metadata/data/documents/smn-umn.yaml index bf3922c9..a5574623 100644 --- a/otc_metadata/data/documents/smn-umn.yaml +++ b/otc_metadata/data/documents/smn-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/smn html_location: docs/smn/umn link: /simple-message-notification/umn/ -pdf_name: smn-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: smn title: User Guide diff --git a/otc_metadata/data/documents/swr-api-ref.yaml b/otc_metadata/data/documents/swr-api-ref.yaml index c0bf88ce..633296d6 100644 --- a/otc_metadata/data/documents/swr-api-ref.yaml +++ b/otc_metadata/data/documents/swr-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/swr html_location: docs/swr/api-ref link: /software-repository-container/api-ref/ -pdf_name: swr-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: swr title: API Reference diff --git a/otc_metadata/data/documents/swr-best-practice.yaml b/otc_metadata/data/documents/swr-best-practice.yaml index 3fe6618b..c49ba55d 100644 --- a/otc_metadata/data/documents/swr-best-practice.yaml +++ b/otc_metadata/data/documents/swr-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/swr environment: internal html_location: docs/swr/best-practice link: /software-repository-container/best-practice/ -pdf_name: swr-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: swr title: Best Practice diff --git a/otc_metadata/data/documents/swr-umn.yaml b/otc_metadata/data/documents/swr-umn.yaml index e5b32cf0..52f62521 100644 --- a/otc_metadata/data/documents/swr-umn.yaml +++ b/otc_metadata/data/documents/swr-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/swr html_location: docs/swr/umn link: /software-repository-container/umn/ -pdf_name: swr-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: swr title: User Guide diff --git a/otc_metadata/data/documents/tms-api-ref.yaml b/otc_metadata/data/documents/tms-api-ref.yaml index f933c612..71c6b807 100644 --- a/otc_metadata/data/documents/tms-api-ref.yaml +++ b/otc_metadata/data/documents/tms-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/tms html_location: docs/tms/api-ref link: /tag-management-service/api-ref/ -pdf_name: tms-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: tms title: API Reference diff --git a/otc_metadata/data/documents/tms-best-practice.yaml b/otc_metadata/data/documents/tms-best-practice.yaml index 44910eca..a3c6508c 100644 --- a/otc_metadata/data/documents/tms-best-practice.yaml +++ b/otc_metadata/data/documents/tms-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/tms environment: internal html_location: docs/tms/best-practice link: /tag-management-service/best-practice/ -pdf_name: tms-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: tms title: Best Practice diff --git a/otc_metadata/data/documents/tms-umn.yaml b/otc_metadata/data/documents/tms-umn.yaml index b7b4ed0f..136aa545 100644 --- a/otc_metadata/data/documents/tms-umn.yaml +++ b/otc_metadata/data/documents/tms-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/tms html_location: docs/tms/umn link: /tag-management-service/umn/ -pdf_name: tms-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: tms title: User Guide diff --git a/otc_metadata/data/documents/vbs-api-ref.yaml b/otc_metadata/data/documents/vbs-api-ref.yaml index 994bf928..6f34a398 100644 --- a/otc_metadata/data/documents/vbs-api-ref.yaml +++ b/otc_metadata/data/documents/vbs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/vbs html_location: docs/vbs/api-ref link: /volume-backup-service/api-ref/ -pdf_name: vbs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: vbs title: API Reference diff --git a/otc_metadata/data/documents/vbs-umn.yaml b/otc_metadata/data/documents/vbs-umn.yaml index ae821144..9df04380 100644 --- a/otc_metadata/data/documents/vbs-umn.yaml +++ b/otc_metadata/data/documents/vbs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/vbs html_location: docs/vbs/umn link: /volume-backup-service/umn/ -pdf_name: vbs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: vbs title: User Guide diff --git a/otc_metadata/data/documents/vpc-api-ref.yaml b/otc_metadata/data/documents/vpc-api-ref.yaml index c934606b..6643b1d0 100644 --- a/otc_metadata/data/documents/vpc-api-ref.yaml +++ b/otc_metadata/data/documents/vpc-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/vpc html_location: docs/vpc/api-ref link: /virtual-private-cloud/api-ref/ -pdf_name: vpc-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: vpc title: API Reference diff --git a/otc_metadata/data/documents/vpc-best-practice.yaml b/otc_metadata/data/documents/vpc-best-practice.yaml index 36e61d85..98b47b69 100644 --- a/otc_metadata/data/documents/vpc-best-practice.yaml +++ b/otc_metadata/data/documents/vpc-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/vpc environment: internal html_location: docs/vpc/best-practice link: /virtual-private-cloud/best-practice/ -pdf_name: vpc-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: vpc title: Best Practice diff --git a/otc_metadata/data/documents/vpc-umn.yaml b/otc_metadata/data/documents/vpc-umn.yaml index 1968dafe..02f9b62b 100644 --- a/otc_metadata/data/documents/vpc-umn.yaml +++ b/otc_metadata/data/documents/vpc-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/vpc html_location: docs/vpc/umn link: /virtual-private-cloud/umn/ -pdf_name: vpc-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: vpc title: User Guide diff --git a/otc_metadata/data/documents/vpcep-api-ref.yaml b/otc_metadata/data/documents/vpcep-api-ref.yaml index 2cc5810e..9eeb3a3a 100644 --- a/otc_metadata/data/documents/vpcep-api-ref.yaml +++ b/otc_metadata/data/documents/vpcep-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/vpcep html_location: docs/vpcep/api-ref link: /vpc-endpoint/api-ref/ -pdf_name: vpcep-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: vpcep title: API Reference diff --git a/otc_metadata/data/documents/vpcep-umn.yaml b/otc_metadata/data/documents/vpcep-umn.yaml index d3690d74..6891a079 100644 --- a/otc_metadata/data/documents/vpcep-umn.yaml +++ b/otc_metadata/data/documents/vpcep-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/vpcep html_location: docs/vpcep/umn link: /vpc-endpoint/umn/ -pdf_name: vpcep-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: vpcep title: User Guide diff --git a/otc_metadata/data/documents/vpn-api-ref.yaml b/otc_metadata/data/documents/vpn-api-ref.yaml index f2b13759..9a01215c 100644 --- a/otc_metadata/data/documents/vpn-api-ref.yaml +++ b/otc_metadata/data/documents/vpn-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/vpn html_location: docs/vpn/api-ref link: /virtual-private-network/api-ref/ -pdf_name: vpn-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: vpn title: API Reference diff --git a/otc_metadata/data/documents/vpn-umn.yaml b/otc_metadata/data/documents/vpn-umn.yaml index de8ddef6..cff2a555 100644 --- a/otc_metadata/data/documents/vpn-umn.yaml +++ b/otc_metadata/data/documents/vpn-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/vpn html_location: docs/vpn/umn link: /virtual-private-network/umn/ -pdf_name: vpn-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: vpn title: User Guide diff --git a/otc_metadata/data/documents/waf-api-ref.yaml b/otc_metadata/data/documents/waf-api-ref.yaml index 9b0758ef..0a958662 100644 --- a/otc_metadata/data/documents/waf-api-ref.yaml +++ b/otc_metadata/data/documents/waf-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/waf html_location: docs/waf/api-ref link: /web-application-firewall/api-ref/ -pdf_name: waf-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: waf title: API Reference diff --git a/otc_metadata/data/documents/waf-umn.yaml b/otc_metadata/data/documents/waf-umn.yaml index c983f96a..1651a1a6 100644 --- a/otc_metadata/data/documents/waf-umn.yaml +++ b/otc_metadata/data/documents/waf-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/waf html_location: docs/waf/umn link: /web-application-firewall/umn/ -pdf_name: waf-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: waf title: User Guide diff --git a/otc_metadata/data/documents/wafd-api-ref.yaml b/otc_metadata/data/documents/wafd-api-ref.yaml index 0655885e..3460832e 100644 --- a/otc_metadata/data/documents/wafd-api-ref.yaml +++ b/otc_metadata/data/documents/wafd-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/dwaf html_location: docs/wafd/api-ref link: /web-application-firewall-dedicated/api-ref/ -pdf_name: wafd-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: wafd title: API Reference diff --git a/otc_metadata/data/documents/wafd-best-practice.yaml b/otc_metadata/data/documents/wafd-best-practice.yaml index 6ea22c81..9e4795c0 100644 --- a/otc_metadata/data/documents/wafd-best-practice.yaml +++ b/otc_metadata/data/documents/wafd-best-practice.yaml @@ -3,7 +3,8 @@ hc_location: bestpractice/waf environment: internal html_location: docs/wafd/best-practice link: /web-application-firewall-dedicated/best-practice/ -pdf_name: wafd-best-practice +pdf_enabled: true +pdf_environment: internal rst_location: doc/best-practice/source service_type: wafd title: Best Practice diff --git a/otc_metadata/data/documents/wafd-umn.yaml b/otc_metadata/data/documents/wafd-umn.yaml index c358e379..d33d1288 100644 --- a/otc_metadata/data/documents/wafd-umn.yaml +++ b/otc_metadata/data/documents/wafd-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/dwaf html_location: docs/wafd/umn link: /web-application-firewall-dedicated/umn/ -pdf_name: wafd-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: wafd title: User Guide From 381a4e329b37dd94be4a27f815ed6c972fd7ed98 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Thu, 19 Dec 2024 14:01:03 +0000 Subject: [PATCH 32/57] Disable PDF rendering for cce, css, evs and mrs Reviewed-by: Hasko, Vladimir Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/data/documents/cce-api-ref.yaml | 2 +- otc_metadata/data/documents/cce-best-practice.yaml | 2 +- otc_metadata/data/documents/cce-umn.yaml | 2 +- otc_metadata/data/documents/css-api-ref.yaml | 2 +- otc_metadata/data/documents/css-best-practice.yaml | 2 +- otc_metadata/data/documents/css-umn.yaml | 2 +- otc_metadata/data/documents/evs-api-ref.yaml | 2 +- otc_metadata/data/documents/evs-best-practice.yaml | 2 +- otc_metadata/data/documents/evs-dev.yaml | 2 +- otc_metadata/data/documents/evs-umn.yaml | 2 +- otc_metadata/data/documents/mrs-api-ref.yaml | 2 +- otc_metadata/data/documents/mrs-best-practice.yaml | 2 +- otc_metadata/data/documents/mrs-operation-guide-lts.yaml | 2 +- otc_metadata/data/documents/mrs-operation-guide.yaml | 2 +- otc_metadata/data/documents/mrs-umn.yaml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/otc_metadata/data/documents/cce-api-ref.yaml b/otc_metadata/data/documents/cce-api-ref.yaml index b7496f74..633a5e75 100644 --- a/otc_metadata/data/documents/cce-api-ref.yaml +++ b/otc_metadata/data/documents/cce-api-ref.yaml @@ -2,7 +2,7 @@ hc_location: api2/cce html_location: docs/cce/api-ref link: /cloud-container-engine/api-ref/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: api-ref/source service_type: cce diff --git a/otc_metadata/data/documents/cce-best-practice.yaml b/otc_metadata/data/documents/cce-best-practice.yaml index 675e8025..170a8b70 100644 --- a/otc_metadata/data/documents/cce-best-practice.yaml +++ b/otc_metadata/data/documents/cce-best-practice.yaml @@ -3,7 +3,7 @@ hc_location: bestpractice/cce environment: internal html_location: docs/cce/best-practice link: /cloud-container-engine/best-practice/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: doc/best-practice/source service_type: cce diff --git a/otc_metadata/data/documents/cce-umn.yaml b/otc_metadata/data/documents/cce-umn.yaml index 9f624bcd..2bae699e 100644 --- a/otc_metadata/data/documents/cce-umn.yaml +++ b/otc_metadata/data/documents/cce-umn.yaml @@ -2,7 +2,7 @@ hc_location: usermanual2/cce html_location: docs/cce/umn link: /cloud-container-engine/umn/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: umn/source service_type: cce diff --git a/otc_metadata/data/documents/css-api-ref.yaml b/otc_metadata/data/documents/css-api-ref.yaml index d9ab632d..0a32bc77 100644 --- a/otc_metadata/data/documents/css-api-ref.yaml +++ b/otc_metadata/data/documents/css-api-ref.yaml @@ -2,7 +2,7 @@ hc_location: api/css html_location: docs/css/api-ref link: /cloud-search-service/api-ref/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: api-ref/source service_type: css diff --git a/otc_metadata/data/documents/css-best-practice.yaml b/otc_metadata/data/documents/css-best-practice.yaml index d9e4bd1e..18372db6 100644 --- a/otc_metadata/data/documents/css-best-practice.yaml +++ b/otc_metadata/data/documents/css-best-practice.yaml @@ -2,7 +2,7 @@ hc_location: bestpractice/css html_location: docs/css/best-practice link: /cloud-search-service/best-practice/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: doc/best-practice/source service_type: css diff --git a/otc_metadata/data/documents/css-umn.yaml b/otc_metadata/data/documents/css-umn.yaml index b36f3c7a..61f7081a 100644 --- a/otc_metadata/data/documents/css-umn.yaml +++ b/otc_metadata/data/documents/css-umn.yaml @@ -2,7 +2,7 @@ hc_location: usermanual/css html_location: docs/css/umn link: /cloud-search-service/umn/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: umn/source service_type: css diff --git a/otc_metadata/data/documents/evs-api-ref.yaml b/otc_metadata/data/documents/evs-api-ref.yaml index 966f02d5..920a15c4 100644 --- a/otc_metadata/data/documents/evs-api-ref.yaml +++ b/otc_metadata/data/documents/evs-api-ref.yaml @@ -2,7 +2,7 @@ hc_location: api/evs html_location: docs/evs/api-ref link: /elastic-volume-service/api-ref/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: api-ref/source service_type: evs diff --git a/otc_metadata/data/documents/evs-best-practice.yaml b/otc_metadata/data/documents/evs-best-practice.yaml index 961a8f0f..019ac976 100644 --- a/otc_metadata/data/documents/evs-best-practice.yaml +++ b/otc_metadata/data/documents/evs-best-practice.yaml @@ -3,7 +3,7 @@ hc_location: bestpractice/evs environment: internal html_location: docs/evs/best-practice link: /elastic-volume-service/best-practice/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: doc/best-practice/source service_type: evs diff --git a/otc_metadata/data/documents/evs-dev.yaml b/otc_metadata/data/documents/evs-dev.yaml index 59208b85..2db6def7 100644 --- a/otc_metadata/data/documents/evs-dev.yaml +++ b/otc_metadata/data/documents/evs-dev.yaml @@ -2,7 +2,7 @@ hc_location: devg/evs html_location: docs/evs/dev link: /elastic-volume-service/dev-guide/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: dev_guide/source service_type: evs diff --git a/otc_metadata/data/documents/evs-umn.yaml b/otc_metadata/data/documents/evs-umn.yaml index a6aef60e..a68b4001 100644 --- a/otc_metadata/data/documents/evs-umn.yaml +++ b/otc_metadata/data/documents/evs-umn.yaml @@ -2,7 +2,7 @@ hc_location: usermanual/evs html_location: docs/evs/umn link: /elastic-volume-service/umn/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: umn/source service_type: evs diff --git a/otc_metadata/data/documents/mrs-api-ref.yaml b/otc_metadata/data/documents/mrs-api-ref.yaml index c7592f04..1e5120ca 100644 --- a/otc_metadata/data/documents/mrs-api-ref.yaml +++ b/otc_metadata/data/documents/mrs-api-ref.yaml @@ -2,7 +2,7 @@ hc_location: api/mrs html_location: docs/mrs/api-ref link: /mapreduce-service/api-ref/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: api-ref/source service_type: mrs diff --git a/otc_metadata/data/documents/mrs-best-practice.yaml b/otc_metadata/data/documents/mrs-best-practice.yaml index 0405c8bc..b498744f 100644 --- a/otc_metadata/data/documents/mrs-best-practice.yaml +++ b/otc_metadata/data/documents/mrs-best-practice.yaml @@ -3,7 +3,7 @@ hc_location: bestpractice/mrs environment: internal html_location: docs/mrs/best-practice link: /mapreduce-service/best-practice/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: doc/best-practice/source service_type: mrs diff --git a/otc_metadata/data/documents/mrs-operation-guide-lts.yaml b/otc_metadata/data/documents/mrs-operation-guide-lts.yaml index b7a78e7a..d183213f 100644 --- a/otc_metadata/data/documents/mrs-operation-guide-lts.yaml +++ b/otc_metadata/data/documents/mrs-operation-guide-lts.yaml @@ -2,7 +2,7 @@ hc_location: cmpntguide-lts/mrs html_location: docs/mrs/component-operation-guide-lts link: /mapreduce-service/operation-guide-lts/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: doc/component-operation-guide-lts/source service_type: mrs diff --git a/otc_metadata/data/documents/mrs-operation-guide.yaml b/otc_metadata/data/documents/mrs-operation-guide.yaml index 3e13fd0d..04905721 100644 --- a/otc_metadata/data/documents/mrs-operation-guide.yaml +++ b/otc_metadata/data/documents/mrs-operation-guide.yaml @@ -2,7 +2,7 @@ hc_location: cmpntguide/mrs html_location: docs/mrs/component-operation-guide link: /mapreduce-service/operation-guide/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: doc/component-operation-guide/source service_type: mrs diff --git a/otc_metadata/data/documents/mrs-umn.yaml b/otc_metadata/data/documents/mrs-umn.yaml index 41ffb91a..49036759 100644 --- a/otc_metadata/data/documents/mrs-umn.yaml +++ b/otc_metadata/data/documents/mrs-umn.yaml @@ -2,7 +2,7 @@ hc_location: usermanual/mrs html_location: docs/mrs/umn link: /mapreduce-service/umn/ -pdf_enabled: true +pdf_enabled: false pdf_environment: internal rst_location: umn/source service_type: mrs From 1529742878805c86d99e85a560d25aadbe0878e2 Mon Sep 17 00:00:00 2001 From: "Hasko, Vladimir" Date: Tue, 14 Jan 2025 08:27:08 +0000 Subject: [PATCH 33/57] adding cloud connect service Reviewed-by: tischrei Co-authored-by: Hasko, Vladimir Co-committed-by: Hasko, Vladimir --- otc_metadata/data/documents/ccn-api-ref.yaml | 11 +++++++++++ otc_metadata/data/documents/ccn-umn.yaml | 11 +++++++++++ otc_metadata/data/services/ccn.yaml | 16 ++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 otc_metadata/data/documents/ccn-api-ref.yaml create mode 100644 otc_metadata/data/documents/ccn-umn.yaml create mode 100644 otc_metadata/data/services/ccn.yaml diff --git a/otc_metadata/data/documents/ccn-api-ref.yaml b/otc_metadata/data/documents/ccn-api-ref.yaml new file mode 100644 index 00000000..ce0ea6f4 --- /dev/null +++ b/otc_metadata/data/documents/ccn-api-ref.yaml @@ -0,0 +1,11 @@ +--- +environment: internal +hc_location: api/cc +html_location: docs/ccn/api-ref +link: /cloud-connect/api-ref/ +pdf_enabled: true +pdf_environment: internal +rst_location: api-ref/source +service_type: ccn +title: API Reference +type: api-ref diff --git a/otc_metadata/data/documents/ccn-umn.yaml b/otc_metadata/data/documents/ccn-umn.yaml new file mode 100644 index 00000000..91e92a15 --- /dev/null +++ b/otc_metadata/data/documents/ccn-umn.yaml @@ -0,0 +1,11 @@ +--- +environment: internal +hc_location: usermanual/cc +html_location: docs/ccn/umn +link: /cloud-connect/umn/ +pdf_enabled: true +pdf_environment: internal +rst_location: umn/source +service_type: ccn +title: User Guide +type: umn diff --git a/otc_metadata/data/services/ccn.yaml b/otc_metadata/data/services/ccn.yaml new file mode 100644 index 00000000..4dfc051b --- /dev/null +++ b/otc_metadata/data/services/ccn.yaml @@ -0,0 +1,16 @@ +--- +environment: internal +repositories: +- environment: internal + repo: docs/cloud-connect + type: gitea +- environment: public + repo: opentelekomcloud-docs/cloud-connect + type: github +service_category: network +service_title: Cloud Connect +service_type: ccn +service_uri: cloud-connect +teams: +- name: docs-network-rw + permission: write From 1d365ecc8cccc0ff9a506fa369bf7f5152617ca2 Mon Sep 17 00:00:00 2001 From: tischrei Date: Fri, 17 Jan 2025 13:28:55 +0000 Subject: [PATCH 34/57] activate pdf for CSS service Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/data/documents/css-api-ref.yaml | 2 +- otc_metadata/data/documents/css-best-practice.yaml | 2 +- otc_metadata/data/documents/css-umn.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/otc_metadata/data/documents/css-api-ref.yaml b/otc_metadata/data/documents/css-api-ref.yaml index 0a32bc77..d9ab632d 100644 --- a/otc_metadata/data/documents/css-api-ref.yaml +++ b/otc_metadata/data/documents/css-api-ref.yaml @@ -2,7 +2,7 @@ hc_location: api/css html_location: docs/css/api-ref link: /cloud-search-service/api-ref/ -pdf_enabled: false +pdf_enabled: true pdf_environment: internal rst_location: api-ref/source service_type: css diff --git a/otc_metadata/data/documents/css-best-practice.yaml b/otc_metadata/data/documents/css-best-practice.yaml index 18372db6..d9e4bd1e 100644 --- a/otc_metadata/data/documents/css-best-practice.yaml +++ b/otc_metadata/data/documents/css-best-practice.yaml @@ -2,7 +2,7 @@ hc_location: bestpractice/css html_location: docs/css/best-practice link: /cloud-search-service/best-practice/ -pdf_enabled: false +pdf_enabled: true pdf_environment: internal rst_location: doc/best-practice/source service_type: css diff --git a/otc_metadata/data/documents/css-umn.yaml b/otc_metadata/data/documents/css-umn.yaml index 61f7081a..b36f3c7a 100644 --- a/otc_metadata/data/documents/css-umn.yaml +++ b/otc_metadata/data/documents/css-umn.yaml @@ -2,7 +2,7 @@ hc_location: usermanual/css html_location: docs/css/umn link: /cloud-search-service/umn/ -pdf_enabled: false +pdf_enabled: true pdf_environment: internal rst_location: umn/source service_type: css From f26e1f24ca1bbe40ca36735e06b0b08bbc341523 Mon Sep 17 00:00:00 2001 From: tischrei Date: Fri, 17 Jan 2025 13:30:25 +0000 Subject: [PATCH 35/57] activate that pdf jobs are visible in tox.ini without activating them Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/templates/tox.ini.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index b3437e58..e149ebde 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -107,7 +107,6 @@ commands = cp -av doc/build/json/{{ doc.type }} {{ doc.type }}/build/json {%- endif %} -{% if doc.pdf_enabled -%} # PDF version [testenv:{{ doc.type }}-pdf-docs] deps = {[testenv:docs]deps} @@ -126,7 +125,6 @@ commands = make -C {{ loc }}/build/pdf mkdir -p doc/build/pdf cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/pdf/ -{% endif %} {% endfor %} [testenv:bindeps] From 0a53ed9072b592df45a16fe30b03f3fb6f9fb4aa Mon Sep 17 00:00:00 2001 From: lbelejka Date: Mon, 20 Jan 2025 12:45:10 +0000 Subject: [PATCH 36/57] cfw docs Reviewed-by: tischrei Co-authored-by: lbelejka Co-committed-by: lbelejka --- otc_metadata/data/documents/cfw-api-ref.yaml | 1 - otc_metadata/data/documents/cfw-umn.yaml | 1 - otc_metadata/data/services/cfw.yaml | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/otc_metadata/data/documents/cfw-api-ref.yaml b/otc_metadata/data/documents/cfw-api-ref.yaml index fcdcbf3d..6cd17f69 100644 --- a/otc_metadata/data/documents/cfw-api-ref.yaml +++ b/otc_metadata/data/documents/cfw-api-ref.yaml @@ -1,5 +1,4 @@ --- -environment: internal hc_location: api/cfw html_location: docs/cfw/api-ref link: /cloud-firewall/api-ref/ diff --git a/otc_metadata/data/documents/cfw-umn.yaml b/otc_metadata/data/documents/cfw-umn.yaml index d6a26542..52b06fd7 100644 --- a/otc_metadata/data/documents/cfw-umn.yaml +++ b/otc_metadata/data/documents/cfw-umn.yaml @@ -1,5 +1,4 @@ --- -environment: internal hc_location: usermanual/cfw html_location: docs/cfw/umn link: /cloud-firewall/umn/ diff --git a/otc_metadata/data/services/cfw.yaml b/otc_metadata/data/services/cfw.yaml index 9e9af53f..ec800f0b 100644 --- a/otc_metadata/data/services/cfw.yaml +++ b/otc_metadata/data/services/cfw.yaml @@ -1,5 +1,5 @@ --- -environment: internal +environment: public repositories: - environment: internal repo: docs/cloud-firewall From a866e9829dd3ac873c8d041dc79e3d315f4ea38e Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Tue, 21 Jan 2025 08:29:26 +0000 Subject: [PATCH 37/57] Disable PDF rendering on services without documents Reviewed-by: tischrei Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/templates/tox.ini.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index e149ebde..3b8bbc1a 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -44,6 +44,7 @@ commands = {[testenv:json-{{ doc.type }}]commands} {%- endfor %} +{% if docs|length > 0 %} [testenv:pdf-docs] deps = {[testenv:docs]deps} @@ -67,6 +68,7 @@ commands = {[testenv:{{ doc.type }}-pdf-docs]commands} {%- endif %} {%- endfor %} +{% endif %} {% for doc in docs -%} {% set loc = doc.rst_location | replace('/source', '') %} From 25a089107cd90e5c6f4d8ab8991f41a392eb6770 Mon Sep 17 00:00:00 2001 From: "Gode, Sebastian" Date: Tue, 4 Feb 2025 13:11:50 +0000 Subject: [PATCH 38/57] Update tox.ini to no interactive latex-mode and only use first image of animated gif Reviewed-by: tischrei Co-authored-by: Gode, Sebastian Co-committed-by: Gode, Sebastian --- otc_metadata/templates/tox.ini.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index 3b8bbc1a..8c4c0fc6 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -122,9 +122,9 @@ commands = rm -rf {{ loc }}/build/pdf cp -r {toxinidir}/_templates {{ loc }}/source/_templates/ sphinx-build -W --keep-going -b latex {{ loc }}/source {{ loc }}/build/pdf/ - bash -c "for f in {{ loc }}/build/pdf/*.gif; do convert $f $\{f/%gif/png\}; done || true" + bash -c "for f in {{ loc }}/build/pdf/*.gif; do convert $f[0] $\{f/%gif/png\}; done || true" bash -c "for f in {{ loc }}/build/pdf/*.tex; do sed -iorig 's/\.gif//g' $f; done" - make -C {{ loc }}/build/pdf + make -C {{ loc }}/build/pdf LATEXMKOPTS="-interaction=nonstopmode" mkdir -p doc/build/pdf cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/pdf/ {% endfor %} From 1063bffd551c5354cfab3384864677a3f830af97 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Fri, 7 Feb 2025 10:14:06 +0000 Subject: [PATCH 39/57] Auto copy PDFs to HTML folder for Zuul to upload Reviewed-by: tischrei Reviewed-by: Hasko, Vladimir Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/templates/tox.ini.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index 8c4c0fc6..edfd5f11 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -58,6 +58,7 @@ allowlist_externals = cp commands = mkdir -p doc/build/pdf + mkdir -p doc/build/html {[testenv:bindeps]commands} mkdir -p {toxinidir}/_templates wget -O {toxinidir}/_templates/longtable.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/longtable.tex.jinja @@ -127,6 +128,7 @@ commands = make -C {{ loc }}/build/pdf LATEXMKOPTS="-interaction=nonstopmode" mkdir -p doc/build/pdf cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/pdf/ + cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/html/ {% endfor %} [testenv:bindeps] From f9c18fb99e390b454c2174391a83a477c9edafc3 Mon Sep 17 00:00:00 2001 From: lboka Date: Fri, 7 Feb 2025 13:10:49 +0000 Subject: [PATCH 40/57] New service Data Admin Service Reviewed-by: Hasko, Vladimir Co-authored-by: lboka Co-committed-by: lboka --- otc_metadata/data/documents/das-api-ref.yaml | 11 +++++++++++ otc_metadata/data/documents/das-umn.yaml | 11 +++++++++++ otc_metadata/data/services/das.yaml | 16 ++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 otc_metadata/data/documents/das-api-ref.yaml create mode 100644 otc_metadata/data/documents/das-umn.yaml create mode 100644 otc_metadata/data/services/das.yaml diff --git a/otc_metadata/data/documents/das-api-ref.yaml b/otc_metadata/data/documents/das-api-ref.yaml new file mode 100644 index 00000000..5956d962 --- /dev/null +++ b/otc_metadata/data/documents/das-api-ref.yaml @@ -0,0 +1,11 @@ +--- +hc_location: api/das +environment: internal +html_location: docs/das/api-ref +link: /data-admin-service/api-ref/ +pdf_enabled: true +pdf_environment: internal +rst_location: api-ref/source +service_type: das +title: API Reference +type: api-ref diff --git a/otc_metadata/data/documents/das-umn.yaml b/otc_metadata/data/documents/das-umn.yaml new file mode 100644 index 00000000..8cfff36d --- /dev/null +++ b/otc_metadata/data/documents/das-umn.yaml @@ -0,0 +1,11 @@ +--- +hc_location: usermanual/das +environment: internal +html_location: docs/das/umn +link: /data-admin-service/umn/ +pdf_enabled: true +pdf_environment: internal +rst_location: umn/source +service_type: das +title: User Guide +type: umn diff --git a/otc_metadata/data/services/das.yaml b/otc_metadata/data/services/das.yaml new file mode 100644 index 00000000..f7f98b31 --- /dev/null +++ b/otc_metadata/data/services/das.yaml @@ -0,0 +1,16 @@ +--- +environment: internal +repositories: +- environment: internal + repo: docs/data-admin-service + type: gitea +- environment: public + repo: opentelekomcloud-docs/data-admin-service + type: github +service_category: database +service_title: Data Admin Service +service_type: das +service_uri: data-admin-service +teams: +- name: docs-database-rw + permission: write From c3a51e8aeb645c92f0c101ee44ed5ac1685136b8 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Wed, 12 Feb 2025 14:41:43 +0000 Subject: [PATCH 41/57] Basepython to 3.11 Reviewed-by: Hasko, Vladimir Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/templates/tox.ini.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index edfd5f11..1e4de308 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -3,8 +3,10 @@ minversion = 3.1 envlist = py39,pep8 skipsdist = True ignore_basepython_conflict = True +basepython = python3.11 [testenv] +basepython = python3.11 usedevelop = True install_command = pip install {opts} {packages} deps = From efe7f283d54206736c0262678caa0a36e42fa056 Mon Sep 17 00:00:00 2001 From: "Gode, Sebastian" Date: Thu, 13 Feb 2025 10:33:31 +0000 Subject: [PATCH 42/57] revert Python 3.11 Reviewed-by: tischrei Co-authored-by: Gode, Sebastian Co-committed-by: Gode, Sebastian --- otc_metadata/templates/tox.ini.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index 1e4de308..edfd5f11 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -3,10 +3,8 @@ minversion = 3.1 envlist = py39,pep8 skipsdist = True ignore_basepython_conflict = True -basepython = python3.11 [testenv] -basepython = python3.11 usedevelop = True install_command = pip install {opts} {packages} deps = From 879317eb6f67b4ea4ccc8cf204d403543dab5348 Mon Sep 17 00:00:00 2001 From: tischrei Date: Fri, 14 Feb 2025 08:48:39 +0000 Subject: [PATCH 43/57] Update otc_metadata/data/documents/dbss-api-ref.yaml Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/data/documents/dbss-api-ref.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/otc_metadata/data/documents/dbss-api-ref.yaml b/otc_metadata/data/documents/dbss-api-ref.yaml index 824bb3b0..344c52cb 100644 --- a/otc_metadata/data/documents/dbss-api-ref.yaml +++ b/otc_metadata/data/documents/dbss-api-ref.yaml @@ -1,4 +1,5 @@ --- +environment: internal hc_location: api/dbss html_location: docs/dbss/api-ref link: /database-security-service/api-ref/ From 6f9af80531b95831f22a85af07f8a39f55209370 Mon Sep 17 00:00:00 2001 From: Natalia Bobkova Date: Fri, 14 Feb 2025 12:59:57 +0000 Subject: [PATCH 44/57] rfs tags hidden Reviewed-by: Hasko, Vladimir Co-authored-by: Natalia Bobkova Co-committed-by: Natalia Bobkova --- otc_metadata/data/documents/rfs-umn.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otc_metadata/data/documents/rfs-umn.yaml b/otc_metadata/data/documents/rfs-umn.yaml index 36b098f2..364335ba 100644 --- a/otc_metadata/data/documents/rfs-umn.yaml +++ b/otc_metadata/data/documents/rfs-umn.yaml @@ -1,10 +1,10 @@ --- hc_location: usermanual/aos -environment: internal +environment: public html_location: docs/rfs/umn link: /resource-formation-service/umn/ -pdf_enabled: true pdf_environment: internal +pdf_enabled: true rst_location: umn/source service_type: rfs title: User Guide From 7ad18dfa57ad3a3f47c8a2ed3e00e3c661396c5d Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Wed, 19 Feb 2025 17:54:07 +0000 Subject: [PATCH 45/57] RFS to public Reviewed-by: Tino Schreiber Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/data/documents/rfs-api-ref.yaml | 2 +- otc_metadata/data/services/rfs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/otc_metadata/data/documents/rfs-api-ref.yaml b/otc_metadata/data/documents/rfs-api-ref.yaml index 4d26aede..77dbdcaf 100644 --- a/otc_metadata/data/documents/rfs-api-ref.yaml +++ b/otc_metadata/data/documents/rfs-api-ref.yaml @@ -1,6 +1,6 @@ --- hc_location: api/aos -environment: internal +environment: public html_location: docs/rfs/api-ref link: /resource-formation-service/api-ref/ pdf_enabled: true diff --git a/otc_metadata/data/services/rfs.yaml b/otc_metadata/data/services/rfs.yaml index d061df96..c3acbded 100644 --- a/otc_metadata/data/services/rfs.yaml +++ b/otc_metadata/data/services/rfs.yaml @@ -1,5 +1,5 @@ --- -environment: internal +environment: public repositories: - environment: internal repo: docs/resource-formation-service From dbc6d6d4002ad94be6c90b72857880f84bff554a Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Thu, 20 Feb 2025 08:30:11 +0000 Subject: [PATCH 46/57] RFS-API to internal Reviewed-by: Tino Schreiber Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/data/documents/rfs-api-ref.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/documents/rfs-api-ref.yaml b/otc_metadata/data/documents/rfs-api-ref.yaml index 77dbdcaf..4d26aede 100644 --- a/otc_metadata/data/documents/rfs-api-ref.yaml +++ b/otc_metadata/data/documents/rfs-api-ref.yaml @@ -1,6 +1,6 @@ --- hc_location: api/aos -environment: public +environment: internal html_location: docs/rfs/api-ref link: /resource-formation-service/api-ref/ pdf_enabled: true From 07c4edd50330db68f32710c21852b6d254869e62 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Tue, 25 Feb 2025 11:25:08 +0000 Subject: [PATCH 47/57] Swiss confpy changes Reviewed-by: Tino Schreiber Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- tools/generate_doc_confpy.py | 26 ++++++++++++++++++++++---- tox.ini | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/tools/generate_doc_confpy.py b/tools/generate_doc_confpy.py index 385a3c1f..2bd5d8f2 100644 --- a/tools/generate_doc_confpy.py +++ b/tools/generate_doc_confpy.py @@ -167,8 +167,17 @@ def process_repositories(args, service): context["git_fqdn"] = git_fqdn if target_repo.get("type") != "github": context["git_type"] = target_repo["type"] - if (args.target_environment == "internal" - and target_repo["repo"].split("/")[0] == "docs-swiss"): + if (args.target_environment == "public" + and target_repo["repo"].split("/")[0] == "opentelekomcloud-docs-swiss"): + context["html_options"] = dict( + logo_url="https://docs.sc.otc.t-systems.com", + ) + elif (args.target_environment == "public"): + context["html_options"] = dict( + logo_url="https://docs.otc.t-systems.com", + ) + elif (args.target_environment == "internal" + and target_repo["repo"].split("/")[0] == "docs-swiss"): context["html_options"] = dict( disable_search=True, site_name="Internal Documentation Portal", @@ -224,8 +233,17 @@ def process_repositories(args, service): context["git_fqdn"] = git_fqdn if target_repo.get("type") != "github": context["git_type"] = target_repo["type"] - if (args.target_environment == "internal" - and target_repo["repo"].split("/")[0] == "docs-swiss"): + if (args.target_environment == "public" + and target_repo["repo"].split("/")[0] == "opentelekomcloud-docs-swiss"): + context["html_options"] = dict( + logo_url="https://docs.sc.otc.t-systems.com", + ) + elif (args.target_environment == "public"): + context["html_options"] = dict( + logo_url="https://docs.otc.t-systems.com", + ) + elif (args.target_environment == "internal" + and target_repo["repo"].split("/")[0] == "docs-swiss"): context["html_options"] = dict( disable_search=True, site_name="Internal Documentation Portal", diff --git a/tox.ini b/tox.ini index 3b5961d1..74aa87e1 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,6 @@ commands = {posargs} [flake8] # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,W503 +ignore = E123,E125,W503,E501 builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build From 766bc0dda4b8a87ed13a6b03a16c8b9752922854 Mon Sep 17 00:00:00 2001 From: "Hasko, Vladimir" Date: Tue, 4 Mar 2025 08:38:55 +0000 Subject: [PATCH 48/57] making api usage guidelines public Reviewed-by: Tino Schreiber Co-authored-by: Hasko, Vladimir Co-committed-by: Hasko, Vladimir --- otc_metadata/data/documents/apiu-guidelines.yaml | 1 - otc_metadata/data/services/apiu.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/otc_metadata/data/documents/apiu-guidelines.yaml b/otc_metadata/data/documents/apiu-guidelines.yaml index e229b7e7..7ae4f726 100644 --- a/otc_metadata/data/documents/apiu-guidelines.yaml +++ b/otc_metadata/data/documents/apiu-guidelines.yaml @@ -1,5 +1,4 @@ --- -environment: internal hc_location: api-usage/guidelines html_location: docs/apiu/guidelines link: /api-usage/guidelines/ diff --git a/otc_metadata/data/services/apiu.yaml b/otc_metadata/data/services/apiu.yaml index 9019c794..584c60e0 100644 --- a/otc_metadata/data/services/apiu.yaml +++ b/otc_metadata/data/services/apiu.yaml @@ -1,5 +1,5 @@ --- -environment: internal +environment: hidden repositories: - environment: internal repo: docs/api-usage From b0e7932806df17f618e086e5eada84c001ebd949 Mon Sep 17 00:00:00 2001 From: Natalia Bobkova Date: Thu, 6 Mar 2025 12:42:44 +0000 Subject: [PATCH 49/57] Changing service category RFS Reviewed-by: Tino Schreiber Co-authored-by: Natalia Bobkova Co-committed-by: Natalia Bobkova --- otc_metadata/data/services/rfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/services/rfs.yaml b/otc_metadata/data/services/rfs.yaml index c3acbded..04ab1fa8 100644 --- a/otc_metadata/data/services/rfs.yaml +++ b/otc_metadata/data/services/rfs.yaml @@ -7,7 +7,7 @@ repositories: - environment: public repo: opentelekomcloud-docs/resource-formation-service type: github -service_category: application +service_category: md service_title: Resource Formation Service service_type: rfs service_uri: resource-formation-service From 99417a5410eff3a145329c764ea4603c01532834 Mon Sep 17 00:00:00 2001 From: "Hasko, Vladimir" Date: Mon, 10 Mar 2025 18:58:07 +0000 Subject: [PATCH 50/57] make ASM api-ref public Reviewed-by: Tino Schreiber Co-authored-by: Hasko, Vladimir Co-committed-by: Hasko, Vladimir --- otc_metadata/data/documents/asm-api-ref.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/documents/asm-api-ref.yaml b/otc_metadata/data/documents/asm-api-ref.yaml index abf582cd..e646f05d 100644 --- a/otc_metadata/data/documents/asm-api-ref.yaml +++ b/otc_metadata/data/documents/asm-api-ref.yaml @@ -1,5 +1,5 @@ --- -environment: internal +environment: public hc_location: api/asm html_location: docs/asm/api-ref link: /application-service-mesh/api-ref/ From ca1ec003c73601b3499268c1287dde1de17ab9a8 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Mon, 24 Mar 2025 13:06:14 +0000 Subject: [PATCH 51/57] Rollout PDF to public Reviewed-by: Tino Schreiber Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/data/documents/antiddos-api-ref.yaml | 2 +- otc_metadata/data/documents/antiddos-umn.yaml | 2 +- otc_metadata/data/documents/aom-api-ref.yaml | 2 +- otc_metadata/data/documents/aom-umn.yaml | 2 +- otc_metadata/data/documents/aom2-api-ref.yaml | 2 +- otc_metadata/data/documents/aom2-umn.yaml | 2 +- otc_metadata/data/documents/apig-api-ref.yaml | 2 +- otc_metadata/data/documents/apig-dev.yaml | 2 +- otc_metadata/data/documents/apig-umn.yaml | 2 +- otc_metadata/data/documents/apiu-guidelines.yaml | 2 +- otc_metadata/data/documents/apm-api-ref.yaml | 2 +- otc_metadata/data/documents/apm-umn.yaml | 2 +- otc_metadata/data/documents/as-api-ref.yaml | 2 +- otc_metadata/data/documents/as-dev.yaml | 2 +- otc_metadata/data/documents/as-umn.yaml | 2 +- otc_metadata/data/documents/asm-api-ref.yaml | 2 +- otc_metadata/data/documents/asm-best-practice.yaml | 2 +- otc_metadata/data/documents/asm-umn.yaml | 2 +- otc_metadata/data/documents/bms-api-ref.yaml | 2 +- otc_metadata/data/documents/bms-dev.yaml | 2 +- otc_metadata/data/documents/bms-image-creation-guide.yaml | 2 +- otc_metadata/data/documents/bms-umn.yaml | 2 +- otc_metadata/data/documents/cbr-api-ref.yaml | 2 +- otc_metadata/data/documents/cbr-best-practice.yaml | 2 +- otc_metadata/data/documents/cbr-umn.yaml | 2 +- otc_metadata/data/documents/cc-api-ref.yaml | 2 +- otc_metadata/data/documents/cc-umn.yaml | 2 +- otc_metadata/data/documents/cce-api-ref.yaml | 2 +- otc_metadata/data/documents/cce-best-practice.yaml | 2 +- otc_metadata/data/documents/cce-umn.yaml | 2 +- otc_metadata/data/documents/cci-api-ref.yaml | 2 +- otc_metadata/data/documents/cci-umn.yaml | 2 +- otc_metadata/data/documents/ccn-api-ref.yaml | 2 +- otc_metadata/data/documents/ccn-umn.yaml | 2 +- otc_metadata/data/documents/ces-api-ref.yaml | 2 +- otc_metadata/data/documents/ces-umn.yaml | 2 +- otc_metadata/data/documents/cfw-api-ref.yaml | 2 +- otc_metadata/data/documents/cfw-umn.yaml | 2 +- otc_metadata/data/documents/config-api-ref.yaml | 2 +- otc_metadata/data/documents/config-umn.yaml | 2 +- otc_metadata/data/documents/csbs-api-ref.yaml | 2 +- otc_metadata/data/documents/csbs-umn.yaml | 2 +- otc_metadata/data/documents/cse-api-ref.yaml | 2 +- otc_metadata/data/documents/cse-umn.yaml | 2 +- otc_metadata/data/documents/css-api-ref.yaml | 2 +- otc_metadata/data/documents/css-best-practice.yaml | 2 +- otc_metadata/data/documents/css-umn.yaml | 2 +- otc_metadata/data/documents/cts-api-ref.yaml | 2 +- otc_metadata/data/documents/cts-umn.yaml | 2 +- otc_metadata/data/documents/das-api-ref.yaml | 2 +- otc_metadata/data/documents/das-umn.yaml | 2 +- otc_metadata/data/documents/dataarts_studio-api-ref.yaml | 2 +- otc_metadata/data/documents/dataarts_studio-umn.yaml | 2 +- otc_metadata/data/documents/dbss-api-ref.yaml | 2 +- otc_metadata/data/documents/dbss-umn.yaml | 2 +- otc_metadata/data/documents/dc-api-ref.yaml | 2 +- otc_metadata/data/documents/dc-best-practice.yaml | 2 +- otc_metadata/data/documents/dc-umn.yaml | 2 +- otc_metadata/data/documents/dcs-api-ref.yaml | 2 +- otc_metadata/data/documents/dcs-best-practice.yaml | 2 +- otc_metadata/data/documents/dcs-umn.yaml | 2 +- otc_metadata/data/documents/ddm-api-ref.yaml | 2 +- otc_metadata/data/documents/ddm-umn.yaml | 2 +- otc_metadata/data/documents/dds-api-ref.yaml | 2 +- otc_metadata/data/documents/dds-best-practice.yaml | 2 +- otc_metadata/data/documents/dds-umn.yaml | 2 +- otc_metadata/data/documents/deh-api-ref.yaml | 2 +- otc_metadata/data/documents/deh-umn.yaml | 2 +- otc_metadata/data/documents/dis-api-ref.yaml | 2 +- otc_metadata/data/documents/dis-umn.yaml | 2 +- otc_metadata/data/documents/dli-api-ref.yaml | 2 +- otc_metadata/data/documents/dli-dev.yaml | 2 +- otc_metadata/data/documents/dli-sqlreference.yaml | 2 +- otc_metadata/data/documents/dli-umn.yaml | 2 +- otc_metadata/data/documents/dms-api-ref.yaml | 2 +- otc_metadata/data/documents/dms-best-practice.yaml | 2 +- otc_metadata/data/documents/dms-dev.yaml | 2 +- otc_metadata/data/documents/dms-umn.yaml | 2 +- otc_metadata/data/documents/dns-api-ref.yaml | 2 +- otc_metadata/data/documents/dns-best-practice.yaml | 2 +- otc_metadata/data/documents/dns-umn.yaml | 2 +- otc_metadata/data/documents/drs-api-ref.yaml | 2 +- otc_metadata/data/documents/drs-best-practice.yaml | 2 +- otc_metadata/data/documents/drs-umn.yaml | 2 +- otc_metadata/data/documents/dws-api-ref.yaml | 2 +- otc_metadata/data/documents/dws-dev.yaml | 2 +- otc_metadata/data/documents/dws-tool-guide.yaml | 2 +- otc_metadata/data/documents/dws-umn.yaml | 2 +- otc_metadata/data/documents/ecs-api-ref.yaml | 2 +- otc_metadata/data/documents/ecs-best-practice.yaml | 2 +- otc_metadata/data/documents/ecs-dev.yaml | 2 +- otc_metadata/data/documents/ecs-umn.yaml | 2 +- otc_metadata/data/documents/ed-api-ref.yaml | 2 +- otc_metadata/data/documents/ed-umn.yaml | 2 +- otc_metadata/data/documents/eip-api-ref.yaml | 2 +- otc_metadata/data/documents/eip-umn.yaml | 2 +- otc_metadata/data/documents/elb-api-ref.yaml | 2 +- otc_metadata/data/documents/elb-best-practice.yaml | 2 +- otc_metadata/data/documents/elb-umn.yaml | 2 +- otc_metadata/data/documents/eps-api-ref.yaml | 2 +- otc_metadata/data/documents/eps-umn.yaml | 2 +- otc_metadata/data/documents/er-api-ref.yaml | 2 +- otc_metadata/data/documents/er-umn.yaml | 2 +- otc_metadata/data/documents/evs-api-ref.yaml | 2 +- otc_metadata/data/documents/evs-best-practice.yaml | 2 +- otc_metadata/data/documents/evs-dev.yaml | 2 +- otc_metadata/data/documents/evs-umn.yaml | 2 +- otc_metadata/data/documents/fg-api-ref.yaml | 2 +- otc_metadata/data/documents/fg-best-practice.yaml | 2 +- otc_metadata/data/documents/fg-dev.yaml | 2 +- otc_metadata/data/documents/fg-umn.yaml | 2 +- otc_metadata/data/documents/gaussdb_mysql-api-ref.yaml | 2 +- otc_metadata/data/documents/gaussdb_mysql-umn.yaml | 2 +- otc_metadata/data/documents/geminidb-api-ref.yaml | 2 +- otc_metadata/data/documents/geminidb-umn.yaml | 2 +- otc_metadata/data/documents/hss-api-ref.yaml | 2 +- otc_metadata/data/documents/hss-umn.yaml | 2 +- otc_metadata/data/documents/iam-api-ref.yaml | 2 +- otc_metadata/data/documents/iam-best-practice.yaml | 2 +- otc_metadata/data/documents/iam-mycredential.yaml | 2 +- otc_metadata/data/documents/iam-permissions.yaml | 2 +- otc_metadata/data/documents/iam-umn.yaml | 2 +- otc_metadata/data/documents/ims-api-ref.yaml | 2 +- otc_metadata/data/documents/ims-best-practice.yaml | 2 +- otc_metadata/data/documents/ims-dev.yaml | 2 +- otc_metadata/data/documents/ims-public-images.yaml | 2 +- otc_metadata/data/documents/ims-umn.yaml | 2 +- otc_metadata/data/documents/kms-api-ref.yaml | 2 +- otc_metadata/data/documents/kms-umn.yaml | 2 +- otc_metadata/data/documents/lts-api-ref.yaml | 2 +- otc_metadata/data/documents/lts-umn.yaml | 2 +- otc_metadata/data/documents/ma-api-ref.yaml | 2 +- otc_metadata/data/documents/ma-sdk-ref.yaml | 2 +- otc_metadata/data/documents/ma-umn.yaml | 2 +- otc_metadata/data/documents/mkp-umn.yaml | 2 +- otc_metadata/data/documents/mrs-api-ref.yaml | 2 +- otc_metadata/data/documents/mrs-best-practice.yaml | 2 +- otc_metadata/data/documents/mrs-operation-guide-lts.yaml | 2 +- otc_metadata/data/documents/mrs-operation-guide.yaml | 2 +- otc_metadata/data/documents/mrs-umn.yaml | 2 +- otc_metadata/data/documents/natgw-api-ref.yaml | 2 +- otc_metadata/data/documents/natgw-best-practice.yaml | 2 +- otc_metadata/data/documents/natgw-umn.yaml | 2 +- otc_metadata/data/documents/obs-api-ref.yaml | 2 +- otc_metadata/data/documents/obs-best-practice.yaml | 2 +- otc_metadata/data/documents/obs-parallel-file-system.yaml | 2 +- .../data/documents/obs-permissions-configuration-guide.yaml | 2 +- otc_metadata/data/documents/obs-s3api.yaml | 2 +- otc_metadata/data/documents/obs-tool-guide.yaml | 2 +- otc_metadata/data/documents/obs-umn.yaml | 2 +- otc_metadata/data/documents/ocr-api-ref.yaml | 2 +- otc_metadata/data/documents/ocr-umn.yaml | 2 +- otc_metadata/data/documents/opengauss-api-ref.yaml | 2 +- otc_metadata/data/documents/opengauss-umn.yaml | 2 +- otc_metadata/data/documents/pc-api-ref.yaml | 2 +- otc_metadata/data/documents/plas-api-ref.yaml | 2 +- otc_metadata/data/documents/plas-umn.yaml | 2 +- otc_metadata/data/documents/rds-api-ref.yaml | 2 +- otc_metadata/data/documents/rds-umn.yaml | 2 +- otc_metadata/data/documents/rfs-api-ref.yaml | 2 +- otc_metadata/data/documents/rfs-umn.yaml | 2 +- otc_metadata/data/documents/sdrs-api-ref.yaml | 2 +- otc_metadata/data/documents/sdrs-umn.yaml | 2 +- otc_metadata/data/documents/sfs-api-ref.yaml | 2 +- otc_metadata/data/documents/sfs-best-practice.yaml | 2 +- otc_metadata/data/documents/sfs-umn.yaml | 2 +- otc_metadata/data/documents/smg-umn.yaml | 2 +- otc_metadata/data/documents/smn-api-ref.yaml | 2 +- otc_metadata/data/documents/smn-umn.yaml | 2 +- otc_metadata/data/documents/swr-api-ref.yaml | 2 +- otc_metadata/data/documents/swr-best-practice.yaml | 2 +- otc_metadata/data/documents/swr-umn.yaml | 2 +- otc_metadata/data/documents/tms-api-ref.yaml | 2 +- otc_metadata/data/documents/tms-best-practice.yaml | 2 +- otc_metadata/data/documents/tms-umn.yaml | 2 +- otc_metadata/data/documents/vbs-api-ref.yaml | 2 +- otc_metadata/data/documents/vbs-umn.yaml | 2 +- otc_metadata/data/documents/vpc-api-ref.yaml | 2 +- otc_metadata/data/documents/vpc-best-practice.yaml | 2 +- otc_metadata/data/documents/vpc-umn.yaml | 2 +- otc_metadata/data/documents/vpcep-api-ref.yaml | 2 +- otc_metadata/data/documents/vpcep-umn.yaml | 2 +- otc_metadata/data/documents/vpn-api-ref.yaml | 2 +- otc_metadata/data/documents/vpn-umn.yaml | 2 +- otc_metadata/data/documents/waf-api-ref.yaml | 2 +- otc_metadata/data/documents/waf-umn.yaml | 2 +- otc_metadata/data/documents/wafd-api-ref.yaml | 2 +- otc_metadata/data/documents/wafd-best-practice.yaml | 2 +- otc_metadata/data/documents/wafd-umn.yaml | 2 +- 189 files changed, 189 insertions(+), 189 deletions(-) diff --git a/otc_metadata/data/documents/antiddos-api-ref.yaml b/otc_metadata/data/documents/antiddos-api-ref.yaml index 1f0465a1..8f115201 100644 --- a/otc_metadata/data/documents/antiddos-api-ref.yaml +++ b/otc_metadata/data/documents/antiddos-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/antiddos html_location: docs/antiddos/api-ref link: /anti-ddos/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: antiddos title: API Reference diff --git a/otc_metadata/data/documents/antiddos-umn.yaml b/otc_metadata/data/documents/antiddos-umn.yaml index ef180e7a..4d6c5879 100644 --- a/otc_metadata/data/documents/antiddos-umn.yaml +++ b/otc_metadata/data/documents/antiddos-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/antiddos html_location: docs/antiddos/umn link: /anti-ddos/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: antiddos title: User Guide diff --git a/otc_metadata/data/documents/aom-api-ref.yaml b/otc_metadata/data/documents/aom-api-ref.yaml index 2948b1db..d5d0131b 100644 --- a/otc_metadata/data/documents/aom-api-ref.yaml +++ b/otc_metadata/data/documents/aom-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/aom html_location: docs/aom/api-ref link: /application-operations-management/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: aom title: API Reference diff --git a/otc_metadata/data/documents/aom-umn.yaml b/otc_metadata/data/documents/aom-umn.yaml index 2a74f015..9dbe593a 100644 --- a/otc_metadata/data/documents/aom-umn.yaml +++ b/otc_metadata/data/documents/aom-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/aom html_location: docs/aom/umn link: /application-operations-management/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: aom title: User Guide diff --git a/otc_metadata/data/documents/aom2-api-ref.yaml b/otc_metadata/data/documents/aom2-api-ref.yaml index fa1f6395..6e196e95 100644 --- a/otc_metadata/data/documents/aom2-api-ref.yaml +++ b/otc_metadata/data/documents/aom2-api-ref.yaml @@ -4,7 +4,7 @@ hc_location: api/aom2 html_location: docs/aom2/api-ref link: /application-operations-management-2/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: aom2 title: API Reference diff --git a/otc_metadata/data/documents/aom2-umn.yaml b/otc_metadata/data/documents/aom2-umn.yaml index e1536d33..e013a239 100644 --- a/otc_metadata/data/documents/aom2-umn.yaml +++ b/otc_metadata/data/documents/aom2-umn.yaml @@ -4,7 +4,7 @@ hc_location: usermanual/aom2 html_location: docs/aom2/umn link: /application-operations-management-2/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: aom2 title: User Guide diff --git a/otc_metadata/data/documents/apig-api-ref.yaml b/otc_metadata/data/documents/apig-api-ref.yaml index fbe8ca3b..22d8d534 100644 --- a/otc_metadata/data/documents/apig-api-ref.yaml +++ b/otc_metadata/data/documents/apig-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/apig html_location: docs/apig/api-ref link: /api-gateway/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: apig title: API Reference diff --git a/otc_metadata/data/documents/apig-dev.yaml b/otc_metadata/data/documents/apig-dev.yaml index 979ebb8e..ee1ea6f9 100644 --- a/otc_metadata/data/documents/apig-dev.yaml +++ b/otc_metadata/data/documents/apig-dev.yaml @@ -4,7 +4,7 @@ hc_location: devg/apig html_location: docs/apig/dev link: /api-gateway/dev-guide/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: dev_guide/source service_type: apig title: Developer Guide diff --git a/otc_metadata/data/documents/apig-umn.yaml b/otc_metadata/data/documents/apig-umn.yaml index 999a3fb6..bb6dc455 100644 --- a/otc_metadata/data/documents/apig-umn.yaml +++ b/otc_metadata/data/documents/apig-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/apig html_location: docs/apig/umn link: /api-gateway/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: apig title: User Guide diff --git a/otc_metadata/data/documents/apiu-guidelines.yaml b/otc_metadata/data/documents/apiu-guidelines.yaml index 7ae4f726..8f421b1c 100644 --- a/otc_metadata/data/documents/apiu-guidelines.yaml +++ b/otc_metadata/data/documents/apiu-guidelines.yaml @@ -3,7 +3,7 @@ hc_location: api-usage/guidelines html_location: docs/apiu/guidelines link: /api-usage/guidelines/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/guidelines/source service_type: apiu title: API Usage Guidelines diff --git a/otc_metadata/data/documents/apm-api-ref.yaml b/otc_metadata/data/documents/apm-api-ref.yaml index 25023785..41e846c0 100644 --- a/otc_metadata/data/documents/apm-api-ref.yaml +++ b/otc_metadata/data/documents/apm-api-ref.yaml @@ -4,7 +4,7 @@ hc_location: api/apm html_location: docs/apm/api-ref link: /application-performance-management/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: apm title: API Reference diff --git a/otc_metadata/data/documents/apm-umn.yaml b/otc_metadata/data/documents/apm-umn.yaml index 400c5e38..2ce8048f 100644 --- a/otc_metadata/data/documents/apm-umn.yaml +++ b/otc_metadata/data/documents/apm-umn.yaml @@ -4,7 +4,7 @@ hc_location: usermanual/apm html_location: docs/apm/umn link: /application-performance-management/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: apm title: User Guide diff --git a/otc_metadata/data/documents/as-api-ref.yaml b/otc_metadata/data/documents/as-api-ref.yaml index e92294a2..a358f055 100644 --- a/otc_metadata/data/documents/as-api-ref.yaml +++ b/otc_metadata/data/documents/as-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/as html_location: docs/as/api-ref link: /auto-scaling/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: as title: API Reference diff --git a/otc_metadata/data/documents/as-dev.yaml b/otc_metadata/data/documents/as-dev.yaml index 48f29e6a..33485809 100644 --- a/otc_metadata/data/documents/as-dev.yaml +++ b/otc_metadata/data/documents/as-dev.yaml @@ -3,7 +3,7 @@ hc_location: devg/as html_location: docs/as/dev link: /auto-scaling/dev-guide/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: dev_guide/source service_type: as title: Developer Guide diff --git a/otc_metadata/data/documents/as-umn.yaml b/otc_metadata/data/documents/as-umn.yaml index b3fdec35..92afa4a5 100644 --- a/otc_metadata/data/documents/as-umn.yaml +++ b/otc_metadata/data/documents/as-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/as html_location: docs/as/umn link: /auto-scaling/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: as title: User Guide diff --git a/otc_metadata/data/documents/asm-api-ref.yaml b/otc_metadata/data/documents/asm-api-ref.yaml index e646f05d..08f05729 100644 --- a/otc_metadata/data/documents/asm-api-ref.yaml +++ b/otc_metadata/data/documents/asm-api-ref.yaml @@ -4,7 +4,7 @@ hc_location: api/asm html_location: docs/asm/api-ref link: /application-service-mesh/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: asm title: API Reference diff --git a/otc_metadata/data/documents/asm-best-practice.yaml b/otc_metadata/data/documents/asm-best-practice.yaml index 373c05dd..cf408d88 100644 --- a/otc_metadata/data/documents/asm-best-practice.yaml +++ b/otc_metadata/data/documents/asm-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/asm/best-practice link: /application-service-mesh/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: asm title: Best Practice diff --git a/otc_metadata/data/documents/asm-umn.yaml b/otc_metadata/data/documents/asm-umn.yaml index 4be18ee4..9c691adb 100644 --- a/otc_metadata/data/documents/asm-umn.yaml +++ b/otc_metadata/data/documents/asm-umn.yaml @@ -4,7 +4,7 @@ hc_location: usermanual/asm html_location: docs/asm/umn link: /application-service-mesh/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: asm title: User Guide diff --git a/otc_metadata/data/documents/bms-api-ref.yaml b/otc_metadata/data/documents/bms-api-ref.yaml index ff6cd94a..82f087c8 100644 --- a/otc_metadata/data/documents/bms-api-ref.yaml +++ b/otc_metadata/data/documents/bms-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/bms html_location: docs/bms/api-ref link: /bare-metal-server/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: bms title: API Reference diff --git a/otc_metadata/data/documents/bms-dev.yaml b/otc_metadata/data/documents/bms-dev.yaml index 52d3047d..799cbfa6 100644 --- a/otc_metadata/data/documents/bms-dev.yaml +++ b/otc_metadata/data/documents/bms-dev.yaml @@ -3,7 +3,7 @@ hc_location: devg/bms html_location: docs/bms/dev link: /bare-metal-server/dev-guide/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: dev_guide/source service_type: bms title: Developer Guide diff --git a/otc_metadata/data/documents/bms-image-creation-guide.yaml b/otc_metadata/data/documents/bms-image-creation-guide.yaml index cb12d207..cc3e9599 100644 --- a/otc_metadata/data/documents/bms-image-creation-guide.yaml +++ b/otc_metadata/data/documents/bms-image-creation-guide.yaml @@ -3,7 +3,7 @@ hc_location: bpicg/bms html_location: docs/bms/image-creation-guide link: /bare-metal-server/image-creation-guide/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/image-creation-guide/source service_type: bms title: Private Image Creation Guide diff --git a/otc_metadata/data/documents/bms-umn.yaml b/otc_metadata/data/documents/bms-umn.yaml index 2d8e5a2d..258a6995 100644 --- a/otc_metadata/data/documents/bms-umn.yaml +++ b/otc_metadata/data/documents/bms-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/bms html_location: docs/bms/umn link: /bare-metal-server/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: bms title: User Guide diff --git a/otc_metadata/data/documents/cbr-api-ref.yaml b/otc_metadata/data/documents/cbr-api-ref.yaml index 148dee6e..537e7013 100644 --- a/otc_metadata/data/documents/cbr-api-ref.yaml +++ b/otc_metadata/data/documents/cbr-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/cbr html_location: docs/cbr/api-ref link: /cloud-backup-recovery/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: cbr title: API Reference diff --git a/otc_metadata/data/documents/cbr-best-practice.yaml b/otc_metadata/data/documents/cbr-best-practice.yaml index 839086d8..3e0683e1 100644 --- a/otc_metadata/data/documents/cbr-best-practice.yaml +++ b/otc_metadata/data/documents/cbr-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/cbr/best-practice link: /cloud-backup-recovery/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: cbr title: Best Practice diff --git a/otc_metadata/data/documents/cbr-umn.yaml b/otc_metadata/data/documents/cbr-umn.yaml index 8acfb3ed..26123b01 100644 --- a/otc_metadata/data/documents/cbr-umn.yaml +++ b/otc_metadata/data/documents/cbr-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/cbr html_location: docs/cbr/umn link: /cloud-backup-recovery/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: cbr title: User Guide diff --git a/otc_metadata/data/documents/cc-api-ref.yaml b/otc_metadata/data/documents/cc-api-ref.yaml index 78889599..aea29e1b 100644 --- a/otc_metadata/data/documents/cc-api-ref.yaml +++ b/otc_metadata/data/documents/cc-api-ref.yaml @@ -1,7 +1,7 @@ --- link: /cloud-create/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: cc title: API Reference diff --git a/otc_metadata/data/documents/cc-umn.yaml b/otc_metadata/data/documents/cc-umn.yaml index 1de53a7c..3795ca64 100644 --- a/otc_metadata/data/documents/cc-umn.yaml +++ b/otc_metadata/data/documents/cc-umn.yaml @@ -2,7 +2,7 @@ html_location: docs/cc/umn link: /cloud-create/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: cc title: User Guide diff --git a/otc_metadata/data/documents/cce-api-ref.yaml b/otc_metadata/data/documents/cce-api-ref.yaml index 633a5e75..f3ca3486 100644 --- a/otc_metadata/data/documents/cce-api-ref.yaml +++ b/otc_metadata/data/documents/cce-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api2/cce html_location: docs/cce/api-ref link: /cloud-container-engine/api-ref/ pdf_enabled: false -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: cce title: API Reference diff --git a/otc_metadata/data/documents/cce-best-practice.yaml b/otc_metadata/data/documents/cce-best-practice.yaml index 170a8b70..fd86259d 100644 --- a/otc_metadata/data/documents/cce-best-practice.yaml +++ b/otc_metadata/data/documents/cce-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/cce/best-practice link: /cloud-container-engine/best-practice/ pdf_enabled: false -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: cce title: Best Practice diff --git a/otc_metadata/data/documents/cce-umn.yaml b/otc_metadata/data/documents/cce-umn.yaml index 2bae699e..1e6413f5 100644 --- a/otc_metadata/data/documents/cce-umn.yaml +++ b/otc_metadata/data/documents/cce-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual2/cce html_location: docs/cce/umn link: /cloud-container-engine/umn/ pdf_enabled: false -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: cce title: User Guide diff --git a/otc_metadata/data/documents/cci-api-ref.yaml b/otc_metadata/data/documents/cci-api-ref.yaml index ef3cb449..aa246a3e 100644 --- a/otc_metadata/data/documents/cci-api-ref.yaml +++ b/otc_metadata/data/documents/cci-api-ref.yaml @@ -4,7 +4,7 @@ environment: public html_location: docs/cci/api-ref link: /cloud-container-instance/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: cci title: API Reference diff --git a/otc_metadata/data/documents/cci-umn.yaml b/otc_metadata/data/documents/cci-umn.yaml index f24048be..295fa24c 100644 --- a/otc_metadata/data/documents/cci-umn.yaml +++ b/otc_metadata/data/documents/cci-umn.yaml @@ -4,7 +4,7 @@ environment: public html_location: docs/cci/umn link: /cloud-container-instance/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: cci title: User Guide diff --git a/otc_metadata/data/documents/ccn-api-ref.yaml b/otc_metadata/data/documents/ccn-api-ref.yaml index ce0ea6f4..307d10c4 100644 --- a/otc_metadata/data/documents/ccn-api-ref.yaml +++ b/otc_metadata/data/documents/ccn-api-ref.yaml @@ -4,7 +4,7 @@ hc_location: api/cc html_location: docs/ccn/api-ref link: /cloud-connect/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: ccn title: API Reference diff --git a/otc_metadata/data/documents/ccn-umn.yaml b/otc_metadata/data/documents/ccn-umn.yaml index 91e92a15..1aedd93b 100644 --- a/otc_metadata/data/documents/ccn-umn.yaml +++ b/otc_metadata/data/documents/ccn-umn.yaml @@ -4,7 +4,7 @@ hc_location: usermanual/cc html_location: docs/ccn/umn link: /cloud-connect/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: ccn title: User Guide diff --git a/otc_metadata/data/documents/ces-api-ref.yaml b/otc_metadata/data/documents/ces-api-ref.yaml index 3ade2a56..af12aacf 100644 --- a/otc_metadata/data/documents/ces-api-ref.yaml +++ b/otc_metadata/data/documents/ces-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/ces html_location: docs/ces/api-ref link: /cloud-eye/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: ces title: API Reference diff --git a/otc_metadata/data/documents/ces-umn.yaml b/otc_metadata/data/documents/ces-umn.yaml index be0d57cf..f5d2842b 100644 --- a/otc_metadata/data/documents/ces-umn.yaml +++ b/otc_metadata/data/documents/ces-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/ces html_location: docs/ces/umn link: /cloud-eye/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: ces title: User Guide diff --git a/otc_metadata/data/documents/cfw-api-ref.yaml b/otc_metadata/data/documents/cfw-api-ref.yaml index 6cd17f69..60582157 100644 --- a/otc_metadata/data/documents/cfw-api-ref.yaml +++ b/otc_metadata/data/documents/cfw-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/cfw html_location: docs/cfw/api-ref link: /cloud-firewall/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: cfw title: API Reference diff --git a/otc_metadata/data/documents/cfw-umn.yaml b/otc_metadata/data/documents/cfw-umn.yaml index 52b06fd7..c29d94a9 100644 --- a/otc_metadata/data/documents/cfw-umn.yaml +++ b/otc_metadata/data/documents/cfw-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/cfw html_location: docs/cfw/umn link: /cloud-firewall/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: cfw title: User Guide diff --git a/otc_metadata/data/documents/config-api-ref.yaml b/otc_metadata/data/documents/config-api-ref.yaml index bd25892f..5f28b71b 100644 --- a/otc_metadata/data/documents/config-api-ref.yaml +++ b/otc_metadata/data/documents/config-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/rms html_location: docs/config/api-ref link: /config/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: config title: API Reference diff --git a/otc_metadata/data/documents/config-umn.yaml b/otc_metadata/data/documents/config-umn.yaml index 91a09dcb..0a2e9edc 100644 --- a/otc_metadata/data/documents/config-umn.yaml +++ b/otc_metadata/data/documents/config-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/rms html_location: docs/config/umn link: /config/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: config title: User Guide diff --git a/otc_metadata/data/documents/csbs-api-ref.yaml b/otc_metadata/data/documents/csbs-api-ref.yaml index 6c83f56e..eda7fc23 100644 --- a/otc_metadata/data/documents/csbs-api-ref.yaml +++ b/otc_metadata/data/documents/csbs-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/csbs html_location: docs/csbs/api-ref link: /cloud-server-backup-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: csbs title: API Reference diff --git a/otc_metadata/data/documents/csbs-umn.yaml b/otc_metadata/data/documents/csbs-umn.yaml index fc188ac5..ed935fe7 100644 --- a/otc_metadata/data/documents/csbs-umn.yaml +++ b/otc_metadata/data/documents/csbs-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/csbs html_location: docs/csbs/umn link: /cloud-server-backup-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: csbs title: User Guide diff --git a/otc_metadata/data/documents/cse-api-ref.yaml b/otc_metadata/data/documents/cse-api-ref.yaml index f18ef314..41df21f9 100644 --- a/otc_metadata/data/documents/cse-api-ref.yaml +++ b/otc_metadata/data/documents/cse-api-ref.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/cse/api-ref link: /cloud-service-engine/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: cse title: API Reference diff --git a/otc_metadata/data/documents/cse-umn.yaml b/otc_metadata/data/documents/cse-umn.yaml index 540d5a2f..ece85f4d 100644 --- a/otc_metadata/data/documents/cse-umn.yaml +++ b/otc_metadata/data/documents/cse-umn.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/cse/umn link: /cloud-service-engine/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: cse title: User Guide diff --git a/otc_metadata/data/documents/css-api-ref.yaml b/otc_metadata/data/documents/css-api-ref.yaml index d9ab632d..02e116f7 100644 --- a/otc_metadata/data/documents/css-api-ref.yaml +++ b/otc_metadata/data/documents/css-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/css html_location: docs/css/api-ref link: /cloud-search-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: css title: API Reference diff --git a/otc_metadata/data/documents/css-best-practice.yaml b/otc_metadata/data/documents/css-best-practice.yaml index d9e4bd1e..19d50483 100644 --- a/otc_metadata/data/documents/css-best-practice.yaml +++ b/otc_metadata/data/documents/css-best-practice.yaml @@ -3,7 +3,7 @@ hc_location: bestpractice/css html_location: docs/css/best-practice link: /cloud-search-service/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: css title: Best Practice diff --git a/otc_metadata/data/documents/css-umn.yaml b/otc_metadata/data/documents/css-umn.yaml index b36f3c7a..db057318 100644 --- a/otc_metadata/data/documents/css-umn.yaml +++ b/otc_metadata/data/documents/css-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/css html_location: docs/css/umn link: /cloud-search-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: css title: User Guide diff --git a/otc_metadata/data/documents/cts-api-ref.yaml b/otc_metadata/data/documents/cts-api-ref.yaml index 536ab0b2..1220ebad 100644 --- a/otc_metadata/data/documents/cts-api-ref.yaml +++ b/otc_metadata/data/documents/cts-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/cts html_location: docs/cts/api-ref link: /cloud-trace-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: cts title: API Reference diff --git a/otc_metadata/data/documents/cts-umn.yaml b/otc_metadata/data/documents/cts-umn.yaml index d92fca14..34793415 100644 --- a/otc_metadata/data/documents/cts-umn.yaml +++ b/otc_metadata/data/documents/cts-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/cts html_location: docs/cts/umn link: /cloud-trace-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: cts title: User Guide diff --git a/otc_metadata/data/documents/das-api-ref.yaml b/otc_metadata/data/documents/das-api-ref.yaml index 5956d962..c387dd99 100644 --- a/otc_metadata/data/documents/das-api-ref.yaml +++ b/otc_metadata/data/documents/das-api-ref.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/das/api-ref link: /data-admin-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: das title: API Reference diff --git a/otc_metadata/data/documents/das-umn.yaml b/otc_metadata/data/documents/das-umn.yaml index 8cfff36d..9f158a9e 100644 --- a/otc_metadata/data/documents/das-umn.yaml +++ b/otc_metadata/data/documents/das-umn.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/das/umn link: /data-admin-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: das title: User Guide diff --git a/otc_metadata/data/documents/dataarts_studio-api-ref.yaml b/otc_metadata/data/documents/dataarts_studio-api-ref.yaml index 925ea008..53998b69 100644 --- a/otc_metadata/data/documents/dataarts_studio-api-ref.yaml +++ b/otc_metadata/data/documents/dataarts_studio-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/dataartsstudio html_location: docs/dataartsstudio/api-ref link: /data-arts-studio/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: dataarts_studio title: API Reference diff --git a/otc_metadata/data/documents/dataarts_studio-umn.yaml b/otc_metadata/data/documents/dataarts_studio-umn.yaml index 07d3512a..44383f42 100644 --- a/otc_metadata/data/documents/dataarts_studio-umn.yaml +++ b/otc_metadata/data/documents/dataarts_studio-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/dataartsstudio html_location: docs/dataartsstudio/umn link: /data-arts-studio/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: dataarts_studio title: User Guide diff --git a/otc_metadata/data/documents/dbss-api-ref.yaml b/otc_metadata/data/documents/dbss-api-ref.yaml index 344c52cb..3598da55 100644 --- a/otc_metadata/data/documents/dbss-api-ref.yaml +++ b/otc_metadata/data/documents/dbss-api-ref.yaml @@ -4,7 +4,7 @@ hc_location: api/dbss html_location: docs/dbss/api-ref link: /database-security-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: dbss title: API Reference diff --git a/otc_metadata/data/documents/dbss-umn.yaml b/otc_metadata/data/documents/dbss-umn.yaml index 47631f1c..3de424cb 100644 --- a/otc_metadata/data/documents/dbss-umn.yaml +++ b/otc_metadata/data/documents/dbss-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/dbss html_location: docs/dbss/umn link: /database-security-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: dbss title: User Guide diff --git a/otc_metadata/data/documents/dc-api-ref.yaml b/otc_metadata/data/documents/dc-api-ref.yaml index 20a714d4..b44ecd1f 100644 --- a/otc_metadata/data/documents/dc-api-ref.yaml +++ b/otc_metadata/data/documents/dc-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/dc html_location: docs/dc/api-ref link: /direct-connect/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: dc title: API Reference diff --git a/otc_metadata/data/documents/dc-best-practice.yaml b/otc_metadata/data/documents/dc-best-practice.yaml index 0c70673c..3805c9e4 100644 --- a/otc_metadata/data/documents/dc-best-practice.yaml +++ b/otc_metadata/data/documents/dc-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/dc/best-practice link: /direct-connect/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: dc title: Best Practice diff --git a/otc_metadata/data/documents/dc-umn.yaml b/otc_metadata/data/documents/dc-umn.yaml index c1d2e525..966f7e89 100644 --- a/otc_metadata/data/documents/dc-umn.yaml +++ b/otc_metadata/data/documents/dc-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/dc html_location: docs/dc/umn link: /direct-connect/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: dc title: User Guide diff --git a/otc_metadata/data/documents/dcs-api-ref.yaml b/otc_metadata/data/documents/dcs-api-ref.yaml index ee7a911a..a1870777 100644 --- a/otc_metadata/data/documents/dcs-api-ref.yaml +++ b/otc_metadata/data/documents/dcs-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/dcs html_location: docs/dcs/api-ref link: /distributed-cache-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: dcs title: API Reference diff --git a/otc_metadata/data/documents/dcs-best-practice.yaml b/otc_metadata/data/documents/dcs-best-practice.yaml index 78e885de..e007f2b1 100644 --- a/otc_metadata/data/documents/dcs-best-practice.yaml +++ b/otc_metadata/data/documents/dcs-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/dcs/best-practice link: /distributed-cache-service/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: dcs title: Best Practice diff --git a/otc_metadata/data/documents/dcs-umn.yaml b/otc_metadata/data/documents/dcs-umn.yaml index 22e57db7..fbdea84f 100644 --- a/otc_metadata/data/documents/dcs-umn.yaml +++ b/otc_metadata/data/documents/dcs-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/dcs html_location: docs/dcs/umn link: /distributed-cache-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: dcs title: User Guide diff --git a/otc_metadata/data/documents/ddm-api-ref.yaml b/otc_metadata/data/documents/ddm-api-ref.yaml index 27aa0545..4571e154 100644 --- a/otc_metadata/data/documents/ddm-api-ref.yaml +++ b/otc_metadata/data/documents/ddm-api-ref.yaml @@ -4,7 +4,7 @@ environment: public html_location: docs/ddm/api-ref link: /distributed-database-middleware/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: ddm title: API Reference diff --git a/otc_metadata/data/documents/ddm-umn.yaml b/otc_metadata/data/documents/ddm-umn.yaml index 81195f7a..4d51faa3 100644 --- a/otc_metadata/data/documents/ddm-umn.yaml +++ b/otc_metadata/data/documents/ddm-umn.yaml @@ -4,7 +4,7 @@ environment: public html_location: docs/ddm/umn link: /distributed-database-middleware/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: ddm title: User Guide diff --git a/otc_metadata/data/documents/dds-api-ref.yaml b/otc_metadata/data/documents/dds-api-ref.yaml index e76aa639..84b68892 100644 --- a/otc_metadata/data/documents/dds-api-ref.yaml +++ b/otc_metadata/data/documents/dds-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/dds html_location: docs/dds/api-ref link: /document-database-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: dds title: API Reference diff --git a/otc_metadata/data/documents/dds-best-practice.yaml b/otc_metadata/data/documents/dds-best-practice.yaml index a2a512e5..0d4da558 100644 --- a/otc_metadata/data/documents/dds-best-practice.yaml +++ b/otc_metadata/data/documents/dds-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/dds/best-practice link: /document-database-service/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: dds title: Best Practice diff --git a/otc_metadata/data/documents/dds-umn.yaml b/otc_metadata/data/documents/dds-umn.yaml index bf773b7b..e682051c 100644 --- a/otc_metadata/data/documents/dds-umn.yaml +++ b/otc_metadata/data/documents/dds-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/dds html_location: docs/dds/umn link: /document-database-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: dds title: User Guide diff --git a/otc_metadata/data/documents/deh-api-ref.yaml b/otc_metadata/data/documents/deh-api-ref.yaml index 1915bc04..cf7b5600 100644 --- a/otc_metadata/data/documents/deh-api-ref.yaml +++ b/otc_metadata/data/documents/deh-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/deh html_location: docs/deh/api-ref link: /dedicated-host/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: deh title: API Reference diff --git a/otc_metadata/data/documents/deh-umn.yaml b/otc_metadata/data/documents/deh-umn.yaml index 3af1f14f..e4ecd095 100644 --- a/otc_metadata/data/documents/deh-umn.yaml +++ b/otc_metadata/data/documents/deh-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/deh html_location: docs/deh/umn link: /dedicated-host/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: deh title: User Guide diff --git a/otc_metadata/data/documents/dis-api-ref.yaml b/otc_metadata/data/documents/dis-api-ref.yaml index 4a757e40..9d2c9f5d 100644 --- a/otc_metadata/data/documents/dis-api-ref.yaml +++ b/otc_metadata/data/documents/dis-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/dis html_location: docs/dis/api-ref link: /data-ingestion-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: dis title: API Reference diff --git a/otc_metadata/data/documents/dis-umn.yaml b/otc_metadata/data/documents/dis-umn.yaml index a4c79aad..31a010ec 100644 --- a/otc_metadata/data/documents/dis-umn.yaml +++ b/otc_metadata/data/documents/dis-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/dis html_location: docs/dis/umn link: /data-ingestion-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: dis title: User Guide diff --git a/otc_metadata/data/documents/dli-api-ref.yaml b/otc_metadata/data/documents/dli-api-ref.yaml index 7a2b2860..7a7a6dad 100644 --- a/otc_metadata/data/documents/dli-api-ref.yaml +++ b/otc_metadata/data/documents/dli-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/dli html_location: docs/dli/api-ref link: /data-lake-insight/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: dli title: API Reference diff --git a/otc_metadata/data/documents/dli-dev.yaml b/otc_metadata/data/documents/dli-dev.yaml index 7d1b069c..20e7e461 100644 --- a/otc_metadata/data/documents/dli-dev.yaml +++ b/otc_metadata/data/documents/dli-dev.yaml @@ -3,7 +3,7 @@ hc_location: devg/dli html_location: docs/dli/dev link: /data-lake-insight/dev-guide/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: dev_guide/source service_type: dli title: Developer Guide diff --git a/otc_metadata/data/documents/dli-sqlreference.yaml b/otc_metadata/data/documents/dli-sqlreference.yaml index 55afa890..55dd1d9d 100644 --- a/otc_metadata/data/documents/dli-sqlreference.yaml +++ b/otc_metadata/data/documents/dli-sqlreference.yaml @@ -3,7 +3,7 @@ hc_location: sqlreference/dli html_location: docs/dli/sqlreference link: /data-lake-insight/sqlreference/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/sqlreference/source service_type: dli title: Sql Syntax Reference diff --git a/otc_metadata/data/documents/dli-umn.yaml b/otc_metadata/data/documents/dli-umn.yaml index 6814719d..f55cb47c 100644 --- a/otc_metadata/data/documents/dli-umn.yaml +++ b/otc_metadata/data/documents/dli-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/dli html_location: docs/dli/umn link: /data-lake-insight/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: dli title: User Guide diff --git a/otc_metadata/data/documents/dms-api-ref.yaml b/otc_metadata/data/documents/dms-api-ref.yaml index 54852c65..4b78c42b 100644 --- a/otc_metadata/data/documents/dms-api-ref.yaml +++ b/otc_metadata/data/documents/dms-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/dms html_location: docs/dms/api-ref link: /distributed-message-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: dms title: API Reference diff --git a/otc_metadata/data/documents/dms-best-practice.yaml b/otc_metadata/data/documents/dms-best-practice.yaml index 87efaf41..e0792bff 100644 --- a/otc_metadata/data/documents/dms-best-practice.yaml +++ b/otc_metadata/data/documents/dms-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/dms/best-practice link: /distributed-message-service/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: dms title: Best Practice diff --git a/otc_metadata/data/documents/dms-dev.yaml b/otc_metadata/data/documents/dms-dev.yaml index 0257975a..8249687c 100644 --- a/otc_metadata/data/documents/dms-dev.yaml +++ b/otc_metadata/data/documents/dms-dev.yaml @@ -3,7 +3,7 @@ hc_location: devg/dms html_location: docs/dms/dev link: /distributed-message-service/dev-guide/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: dev_guide/source service_type: dms title: Developer Guide diff --git a/otc_metadata/data/documents/dms-umn.yaml b/otc_metadata/data/documents/dms-umn.yaml index 4869bf7e..32c08bc9 100644 --- a/otc_metadata/data/documents/dms-umn.yaml +++ b/otc_metadata/data/documents/dms-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/dms html_location: docs/dms/umn link: /distributed-message-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: dms title: User Guide diff --git a/otc_metadata/data/documents/dns-api-ref.yaml b/otc_metadata/data/documents/dns-api-ref.yaml index ac03cbe4..58cd3a5b 100644 --- a/otc_metadata/data/documents/dns-api-ref.yaml +++ b/otc_metadata/data/documents/dns-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/dns html_location: docs/dns/api-ref link: /domain-name-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: dns title: API Reference diff --git a/otc_metadata/data/documents/dns-best-practice.yaml b/otc_metadata/data/documents/dns-best-practice.yaml index abccbde6..8cd91d26 100644 --- a/otc_metadata/data/documents/dns-best-practice.yaml +++ b/otc_metadata/data/documents/dns-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/dns/best-practice link: /domain-name-service/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: dns title: Best Practice diff --git a/otc_metadata/data/documents/dns-umn.yaml b/otc_metadata/data/documents/dns-umn.yaml index eb111efa..55128608 100644 --- a/otc_metadata/data/documents/dns-umn.yaml +++ b/otc_metadata/data/documents/dns-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/dns html_location: docs/dns/umn link: /domain-name-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: dns title: User Guide diff --git a/otc_metadata/data/documents/drs-api-ref.yaml b/otc_metadata/data/documents/drs-api-ref.yaml index 0de24123..526c0011 100644 --- a/otc_metadata/data/documents/drs-api-ref.yaml +++ b/otc_metadata/data/documents/drs-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/drs html_location: docs/drs/api-ref link: /data-replication-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: drs title: API Reference diff --git a/otc_metadata/data/documents/drs-best-practice.yaml b/otc_metadata/data/documents/drs-best-practice.yaml index 03f9fad1..2046347c 100644 --- a/otc_metadata/data/documents/drs-best-practice.yaml +++ b/otc_metadata/data/documents/drs-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/drs/best-practice link: /data-replication-service/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: drs title: Best Practice diff --git a/otc_metadata/data/documents/drs-umn.yaml b/otc_metadata/data/documents/drs-umn.yaml index 54c811de..8b879619 100644 --- a/otc_metadata/data/documents/drs-umn.yaml +++ b/otc_metadata/data/documents/drs-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/drs html_location: docs/drs/umn link: /data-replication-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: drs title: User Guide diff --git a/otc_metadata/data/documents/dws-api-ref.yaml b/otc_metadata/data/documents/dws-api-ref.yaml index 4f7bbc4e..85b132e7 100644 --- a/otc_metadata/data/documents/dws-api-ref.yaml +++ b/otc_metadata/data/documents/dws-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/dws html_location: docs/dws/api-ref link: /data-warehouse-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: dws title: API Reference diff --git a/otc_metadata/data/documents/dws-dev.yaml b/otc_metadata/data/documents/dws-dev.yaml index 913ab15c..2c1c8848 100644 --- a/otc_metadata/data/documents/dws-dev.yaml +++ b/otc_metadata/data/documents/dws-dev.yaml @@ -3,7 +3,7 @@ hc_location: devg/dws html_location: docs/dws/dev link: /data-warehouse-service/dev-guide/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: dev_guide/source service_type: dws title: Developer Guide diff --git a/otc_metadata/data/documents/dws-tool-guide.yaml b/otc_metadata/data/documents/dws-tool-guide.yaml index 6279b4f7..2449a59a 100644 --- a/otc_metadata/data/documents/dws-tool-guide.yaml +++ b/otc_metadata/data/documents/dws-tool-guide.yaml @@ -3,7 +3,7 @@ hc_location: tg/dws html_location: docs/dws/tool link: /data-warehouse-service/tool-guide/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/tool/source service_type: dws title: Tool Guide diff --git a/otc_metadata/data/documents/dws-umn.yaml b/otc_metadata/data/documents/dws-umn.yaml index 69d00d8e..af7ed538 100644 --- a/otc_metadata/data/documents/dws-umn.yaml +++ b/otc_metadata/data/documents/dws-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/dws html_location: docs/dws/umn link: /data-warehouse-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: dws title: User Guide diff --git a/otc_metadata/data/documents/ecs-api-ref.yaml b/otc_metadata/data/documents/ecs-api-ref.yaml index 69d65019..a5dfc306 100644 --- a/otc_metadata/data/documents/ecs-api-ref.yaml +++ b/otc_metadata/data/documents/ecs-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/ecs html_location: docs/ecs/api-ref link: /elastic-cloud-server/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: ecs title: API Reference diff --git a/otc_metadata/data/documents/ecs-best-practice.yaml b/otc_metadata/data/documents/ecs-best-practice.yaml index 7d30ab31..36444693 100644 --- a/otc_metadata/data/documents/ecs-best-practice.yaml +++ b/otc_metadata/data/documents/ecs-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/ecs/best-practice link: /elastic-cloud-server/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: ecs title: Best Practice diff --git a/otc_metadata/data/documents/ecs-dev.yaml b/otc_metadata/data/documents/ecs-dev.yaml index 516b2eba..41d15e50 100644 --- a/otc_metadata/data/documents/ecs-dev.yaml +++ b/otc_metadata/data/documents/ecs-dev.yaml @@ -3,7 +3,7 @@ hc_location: devg/ecs html_location: docs/ecs/dev link: /elastic-cloud-server/dev-guide/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: dev_guide/source service_type: ecs title: Developer Guide diff --git a/otc_metadata/data/documents/ecs-umn.yaml b/otc_metadata/data/documents/ecs-umn.yaml index 6e512f88..74b76763 100644 --- a/otc_metadata/data/documents/ecs-umn.yaml +++ b/otc_metadata/data/documents/ecs-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/ecs html_location: docs/ecs/umn link: /elastic-cloud-server/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: ecs title: User Guide diff --git a/otc_metadata/data/documents/ed-api-ref.yaml b/otc_metadata/data/documents/ed-api-ref.yaml index e5f24a5a..5b3119f6 100644 --- a/otc_metadata/data/documents/ed-api-ref.yaml +++ b/otc_metadata/data/documents/ed-api-ref.yaml @@ -2,7 +2,7 @@ link: /enterprise-dashboard/api-ref/ rst_location: api-ref/source pdf_enabled: false -pdf_environment: hidden +pdf_environment: public service_type: ed title: API Reference type: api-ref diff --git a/otc_metadata/data/documents/ed-umn.yaml b/otc_metadata/data/documents/ed-umn.yaml index 9242a2d7..d99b8e69 100644 --- a/otc_metadata/data/documents/ed-umn.yaml +++ b/otc_metadata/data/documents/ed-umn.yaml @@ -2,7 +2,7 @@ link: /enterprise-dashboard/umn/ rst_location: umn/source pdf_enabled: false -pdf_environment: hidden +pdf_environment: public service_type: ed title: User Guide type: umn diff --git a/otc_metadata/data/documents/eip-api-ref.yaml b/otc_metadata/data/documents/eip-api-ref.yaml index 2ef68858..319975aa 100644 --- a/otc_metadata/data/documents/eip-api-ref.yaml +++ b/otc_metadata/data/documents/eip-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/eip html_location: docs/eip/api-ref link: /elastic-ip/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: eip title: API Reference diff --git a/otc_metadata/data/documents/eip-umn.yaml b/otc_metadata/data/documents/eip-umn.yaml index 8d2c0f80..b9f2df10 100644 --- a/otc_metadata/data/documents/eip-umn.yaml +++ b/otc_metadata/data/documents/eip-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/eip html_location: docs/eip/umn link: /elastic-ip/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: eip title: User Guide diff --git a/otc_metadata/data/documents/elb-api-ref.yaml b/otc_metadata/data/documents/elb-api-ref.yaml index a42ea34d..5fc3faec 100644 --- a/otc_metadata/data/documents/elb-api-ref.yaml +++ b/otc_metadata/data/documents/elb-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/elb html_location: docs/elb/api-ref link: /elastic-load-balancing/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: elb title: API Reference diff --git a/otc_metadata/data/documents/elb-best-practice.yaml b/otc_metadata/data/documents/elb-best-practice.yaml index abd05885..eefbc4f3 100644 --- a/otc_metadata/data/documents/elb-best-practice.yaml +++ b/otc_metadata/data/documents/elb-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/elb/best-practice link: /elastic-load-balancing/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: elb title: Best Practice diff --git a/otc_metadata/data/documents/elb-umn.yaml b/otc_metadata/data/documents/elb-umn.yaml index a8a447f3..02e41edc 100644 --- a/otc_metadata/data/documents/elb-umn.yaml +++ b/otc_metadata/data/documents/elb-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/elb html_location: docs/elb/umn link: /elastic-load-balancing/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: elb title: User Guide diff --git a/otc_metadata/data/documents/eps-api-ref.yaml b/otc_metadata/data/documents/eps-api-ref.yaml index e62a91aa..f00dbbc6 100644 --- a/otc_metadata/data/documents/eps-api-ref.yaml +++ b/otc_metadata/data/documents/eps-api-ref.yaml @@ -4,7 +4,7 @@ hc_location: api/em html_location: docs/eps/api-ref link: /enterprise-project-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: eps title: API Reference diff --git a/otc_metadata/data/documents/eps-umn.yaml b/otc_metadata/data/documents/eps-umn.yaml index 1de45f74..32458da8 100644 --- a/otc_metadata/data/documents/eps-umn.yaml +++ b/otc_metadata/data/documents/eps-umn.yaml @@ -4,7 +4,7 @@ hc_location: usermanual/em html_location: docs/eps/umn link: /enterprise-project-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: eps title: User Guide diff --git a/otc_metadata/data/documents/er-api-ref.yaml b/otc_metadata/data/documents/er-api-ref.yaml index 8c17c35e..3f6e97ad 100644 --- a/otc_metadata/data/documents/er-api-ref.yaml +++ b/otc_metadata/data/documents/er-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/er html_location: docs/er/api-ref link: /enterprise-router/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: er title: API Reference diff --git a/otc_metadata/data/documents/er-umn.yaml b/otc_metadata/data/documents/er-umn.yaml index 1ed72fa5..5f3f61ae 100644 --- a/otc_metadata/data/documents/er-umn.yaml +++ b/otc_metadata/data/documents/er-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/er html_location: docs/er/umn link: /enterprise-router/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: er title: User Guide diff --git a/otc_metadata/data/documents/evs-api-ref.yaml b/otc_metadata/data/documents/evs-api-ref.yaml index 920a15c4..84a121da 100644 --- a/otc_metadata/data/documents/evs-api-ref.yaml +++ b/otc_metadata/data/documents/evs-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/evs html_location: docs/evs/api-ref link: /elastic-volume-service/api-ref/ pdf_enabled: false -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: evs title: API Reference diff --git a/otc_metadata/data/documents/evs-best-practice.yaml b/otc_metadata/data/documents/evs-best-practice.yaml index 019ac976..7214c7f6 100644 --- a/otc_metadata/data/documents/evs-best-practice.yaml +++ b/otc_metadata/data/documents/evs-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/evs/best-practice link: /elastic-volume-service/best-practice/ pdf_enabled: false -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: evs title: Best Practice diff --git a/otc_metadata/data/documents/evs-dev.yaml b/otc_metadata/data/documents/evs-dev.yaml index 2db6def7..f3e4d26b 100644 --- a/otc_metadata/data/documents/evs-dev.yaml +++ b/otc_metadata/data/documents/evs-dev.yaml @@ -3,7 +3,7 @@ hc_location: devg/evs html_location: docs/evs/dev link: /elastic-volume-service/dev-guide/ pdf_enabled: false -pdf_environment: internal +pdf_environment: public rst_location: dev_guide/source service_type: evs title: Developer Guide diff --git a/otc_metadata/data/documents/evs-umn.yaml b/otc_metadata/data/documents/evs-umn.yaml index a68b4001..1a7ee49d 100644 --- a/otc_metadata/data/documents/evs-umn.yaml +++ b/otc_metadata/data/documents/evs-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/evs html_location: docs/evs/umn link: /elastic-volume-service/umn/ pdf_enabled: false -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: evs title: User Guide diff --git a/otc_metadata/data/documents/fg-api-ref.yaml b/otc_metadata/data/documents/fg-api-ref.yaml index 0c6248b4..0cc66d3e 100644 --- a/otc_metadata/data/documents/fg-api-ref.yaml +++ b/otc_metadata/data/documents/fg-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/functiongraph html_location: docs/fg/api-ref link: /function-graph/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: fg title: API Reference diff --git a/otc_metadata/data/documents/fg-best-practice.yaml b/otc_metadata/data/documents/fg-best-practice.yaml index d3d01d25..40f34e2f 100644 --- a/otc_metadata/data/documents/fg-best-practice.yaml +++ b/otc_metadata/data/documents/fg-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/fg/best-practice link: /function-graph/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: fg title: Best Practice diff --git a/otc_metadata/data/documents/fg-dev.yaml b/otc_metadata/data/documents/fg-dev.yaml index 9cd2b020..f4ec48cb 100644 --- a/otc_metadata/data/documents/fg-dev.yaml +++ b/otc_metadata/data/documents/fg-dev.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/fg/dev link: /function-graph/dev-guide/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: dev_guide/source service_type: fg title: Developer Guide diff --git a/otc_metadata/data/documents/fg-umn.yaml b/otc_metadata/data/documents/fg-umn.yaml index 0100822c..07d7d283 100644 --- a/otc_metadata/data/documents/fg-umn.yaml +++ b/otc_metadata/data/documents/fg-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/functiongraph html_location: docs/fg/umn link: /function-graph/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: fg title: User Guide diff --git a/otc_metadata/data/documents/gaussdb_mysql-api-ref.yaml b/otc_metadata/data/documents/gaussdb_mysql-api-ref.yaml index 1e89da56..65a3568d 100644 --- a/otc_metadata/data/documents/gaussdb_mysql-api-ref.yaml +++ b/otc_metadata/data/documents/gaussdb_mysql-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/gaussdb html_location: docs/gaussdb_mysql/api-ref link: /gaussdb-mysql/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: gaussdb_mysql title: API Reference diff --git a/otc_metadata/data/documents/gaussdb_mysql-umn.yaml b/otc_metadata/data/documents/gaussdb_mysql-umn.yaml index e043b206..56be5295 100644 --- a/otc_metadata/data/documents/gaussdb_mysql-umn.yaml +++ b/otc_metadata/data/documents/gaussdb_mysql-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/gaussdb html_location: docs/gaussdb_mysql/umn link: /gaussdb-mysql/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: gaussdb_mysql title: User Guide diff --git a/otc_metadata/data/documents/geminidb-api-ref.yaml b/otc_metadata/data/documents/geminidb-api-ref.yaml index 775d9411..9ff9e044 100644 --- a/otc_metadata/data/documents/geminidb-api-ref.yaml +++ b/otc_metadata/data/documents/geminidb-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/nosql html_location: docs/geminidb/api-ref link: /geminidb/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: geminidb title: API Reference diff --git a/otc_metadata/data/documents/geminidb-umn.yaml b/otc_metadata/data/documents/geminidb-umn.yaml index ce772874..3b5bd0b9 100644 --- a/otc_metadata/data/documents/geminidb-umn.yaml +++ b/otc_metadata/data/documents/geminidb-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/nosql html_location: docs/geminidb/umn link: /geminidb/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: geminidb title: User Guide diff --git a/otc_metadata/data/documents/hss-api-ref.yaml b/otc_metadata/data/documents/hss-api-ref.yaml index 0eb2f7e2..c6a776d1 100644 --- a/otc_metadata/data/documents/hss-api-ref.yaml +++ b/otc_metadata/data/documents/hss-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/hss2.0 html_location: docs/hss/api-ref link: /host-security-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: hss title: API Reference diff --git a/otc_metadata/data/documents/hss-umn.yaml b/otc_metadata/data/documents/hss-umn.yaml index 9dc49204..3e8a56ae 100644 --- a/otc_metadata/data/documents/hss-umn.yaml +++ b/otc_metadata/data/documents/hss-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/hss2.0 html_location: docs/hss/umn link: /host-security-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: hss title: User Guide diff --git a/otc_metadata/data/documents/iam-api-ref.yaml b/otc_metadata/data/documents/iam-api-ref.yaml index 65b43406..d64c8229 100644 --- a/otc_metadata/data/documents/iam-api-ref.yaml +++ b/otc_metadata/data/documents/iam-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/iam html_location: docs/iam/api-ref link: /identity-access-management/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: iam title: API Reference diff --git a/otc_metadata/data/documents/iam-best-practice.yaml b/otc_metadata/data/documents/iam-best-practice.yaml index b3c726ec..1def988b 100644 --- a/otc_metadata/data/documents/iam-best-practice.yaml +++ b/otc_metadata/data/documents/iam-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/iam/best-practice link: /identity-access-management/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: iam title: Best Practice diff --git a/otc_metadata/data/documents/iam-mycredential.yaml b/otc_metadata/data/documents/iam-mycredential.yaml index 60984b40..abe6d304 100644 --- a/otc_metadata/data/documents/iam-mycredential.yaml +++ b/otc_metadata/data/documents/iam-mycredential.yaml @@ -2,7 +2,7 @@ hc_location: usermanual/ac link: /identity-access-management/mycredential/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/mycredential/source service_type: iam title: My Credential diff --git a/otc_metadata/data/documents/iam-permissions.yaml b/otc_metadata/data/documents/iam-permissions.yaml index 9a50df5f..bd2ee3c5 100644 --- a/otc_metadata/data/documents/iam-permissions.yaml +++ b/otc_metadata/data/documents/iam-permissions.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/iam/permissions link: /identity-access-management/permissions/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/permissions/source service_type: iam title: Permissions diff --git a/otc_metadata/data/documents/iam-umn.yaml b/otc_metadata/data/documents/iam-umn.yaml index 895ab0cd..c20258ca 100644 --- a/otc_metadata/data/documents/iam-umn.yaml +++ b/otc_metadata/data/documents/iam-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/iam html_location: docs/iam/umn link: /identity-access-management/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: iam title: User Guide diff --git a/otc_metadata/data/documents/ims-api-ref.yaml b/otc_metadata/data/documents/ims-api-ref.yaml index 5c334684..ef8c8e68 100644 --- a/otc_metadata/data/documents/ims-api-ref.yaml +++ b/otc_metadata/data/documents/ims-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/ims html_location: docs/ims/api-ref link: /image-management-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: ims title: API Reference diff --git a/otc_metadata/data/documents/ims-best-practice.yaml b/otc_metadata/data/documents/ims-best-practice.yaml index 82b89e1c..780fa311 100644 --- a/otc_metadata/data/documents/ims-best-practice.yaml +++ b/otc_metadata/data/documents/ims-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/ims/best-practice link: /image-management-service/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: ims title: Best Practice diff --git a/otc_metadata/data/documents/ims-dev.yaml b/otc_metadata/data/documents/ims-dev.yaml index 63cf37d3..7c7ca373 100644 --- a/otc_metadata/data/documents/ims-dev.yaml +++ b/otc_metadata/data/documents/ims-dev.yaml @@ -3,7 +3,7 @@ hc_location: devg/ims html_location: docs/ims/dev link: /image-management-service/dev-guide/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: dev_guide/source service_type: ims title: Developer Guide diff --git a/otc_metadata/data/documents/ims-public-images.yaml b/otc_metadata/data/documents/ims-public-images.yaml index 0bbb9bd5..0c78a22c 100644 --- a/otc_metadata/data/documents/ims-public-images.yaml +++ b/otc_metadata/data/documents/ims-public-images.yaml @@ -2,7 +2,7 @@ environment: public link: /image-management-service/public-images/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/public-images/source service_type: ims title: Public Image Introduction diff --git a/otc_metadata/data/documents/ims-umn.yaml b/otc_metadata/data/documents/ims-umn.yaml index cff9a84a..dd55b2b9 100644 --- a/otc_metadata/data/documents/ims-umn.yaml +++ b/otc_metadata/data/documents/ims-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/ims html_location: docs/ims/umn link: /image-management-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: ims title: User Guide diff --git a/otc_metadata/data/documents/kms-api-ref.yaml b/otc_metadata/data/documents/kms-api-ref.yaml index 54fb6789..e0d0261e 100644 --- a/otc_metadata/data/documents/kms-api-ref.yaml +++ b/otc_metadata/data/documents/kms-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/kms html_location: docs/kms/api-ref link: /key-management-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: kms title: API Reference diff --git a/otc_metadata/data/documents/kms-umn.yaml b/otc_metadata/data/documents/kms-umn.yaml index 2d704c84..0eada277 100644 --- a/otc_metadata/data/documents/kms-umn.yaml +++ b/otc_metadata/data/documents/kms-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/kms html_location: docs/kms/umn link: /key-management-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: kms title: User Guide diff --git a/otc_metadata/data/documents/lts-api-ref.yaml b/otc_metadata/data/documents/lts-api-ref.yaml index 3a1fef9d..8fcc26f0 100644 --- a/otc_metadata/data/documents/lts-api-ref.yaml +++ b/otc_metadata/data/documents/lts-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/lts html_location: docs/lts/api-ref link: /log-tank-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: lts title: API Reference diff --git a/otc_metadata/data/documents/lts-umn.yaml b/otc_metadata/data/documents/lts-umn.yaml index 9d0ecd24..62a7c8ba 100644 --- a/otc_metadata/data/documents/lts-umn.yaml +++ b/otc_metadata/data/documents/lts-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/lts html_location: docs/lts/umn link: /log-tank-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: lts title: User Guide diff --git a/otc_metadata/data/documents/ma-api-ref.yaml b/otc_metadata/data/documents/ma-api-ref.yaml index bedad4fd..1a2658f8 100644 --- a/otc_metadata/data/documents/ma-api-ref.yaml +++ b/otc_metadata/data/documents/ma-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/modelarts html_location: docs/modelarts/api-ref link: /modelarts/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: ma title: API Reference diff --git a/otc_metadata/data/documents/ma-sdk-ref.yaml b/otc_metadata/data/documents/ma-sdk-ref.yaml index c9616c7b..d9e5c252 100644 --- a/otc_metadata/data/documents/ma-sdk-ref.yaml +++ b/otc_metadata/data/documents/ma-sdk-ref.yaml @@ -3,7 +3,7 @@ hc_location: sdk/modelarts html_location: docs/modelarts/sdk-ref link: /modelarts/sdk-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/sdk-ref/source service_type: ma title: ModelArts Software Development Kit (ModelArts SDK) diff --git a/otc_metadata/data/documents/ma-umn.yaml b/otc_metadata/data/documents/ma-umn.yaml index d875d3e5..f1b834c9 100644 --- a/otc_metadata/data/documents/ma-umn.yaml +++ b/otc_metadata/data/documents/ma-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/modelarts html_location: docs/modelarts/umn link: /modelarts/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: ma title: User Guide diff --git a/otc_metadata/data/documents/mkp-umn.yaml b/otc_metadata/data/documents/mkp-umn.yaml index 7db259e9..9e9881b2 100644 --- a/otc_metadata/data/documents/mkp-umn.yaml +++ b/otc_metadata/data/documents/mkp-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/mkp html_location: docs/mkp/umn link: /marketplace/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: mkp title: User Guide diff --git a/otc_metadata/data/documents/mrs-api-ref.yaml b/otc_metadata/data/documents/mrs-api-ref.yaml index 1e5120ca..e6f4d2cb 100644 --- a/otc_metadata/data/documents/mrs-api-ref.yaml +++ b/otc_metadata/data/documents/mrs-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/mrs html_location: docs/mrs/api-ref link: /mapreduce-service/api-ref/ pdf_enabled: false -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: mrs title: API Reference diff --git a/otc_metadata/data/documents/mrs-best-practice.yaml b/otc_metadata/data/documents/mrs-best-practice.yaml index b498744f..1797b367 100644 --- a/otc_metadata/data/documents/mrs-best-practice.yaml +++ b/otc_metadata/data/documents/mrs-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/mrs/best-practice link: /mapreduce-service/best-practice/ pdf_enabled: false -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: mrs title: Best Practice diff --git a/otc_metadata/data/documents/mrs-operation-guide-lts.yaml b/otc_metadata/data/documents/mrs-operation-guide-lts.yaml index d183213f..341be894 100644 --- a/otc_metadata/data/documents/mrs-operation-guide-lts.yaml +++ b/otc_metadata/data/documents/mrs-operation-guide-lts.yaml @@ -3,7 +3,7 @@ hc_location: cmpntguide-lts/mrs html_location: docs/mrs/component-operation-guide-lts link: /mapreduce-service/operation-guide-lts/ pdf_enabled: false -pdf_environment: internal +pdf_environment: public rst_location: doc/component-operation-guide-lts/source service_type: mrs title: Component Operation Guide (LTS) diff --git a/otc_metadata/data/documents/mrs-operation-guide.yaml b/otc_metadata/data/documents/mrs-operation-guide.yaml index 04905721..63cea76a 100644 --- a/otc_metadata/data/documents/mrs-operation-guide.yaml +++ b/otc_metadata/data/documents/mrs-operation-guide.yaml @@ -3,7 +3,7 @@ hc_location: cmpntguide/mrs html_location: docs/mrs/component-operation-guide link: /mapreduce-service/operation-guide/ pdf_enabled: false -pdf_environment: internal +pdf_environment: public rst_location: doc/component-operation-guide/source service_type: mrs title: Component Operation Guide diff --git a/otc_metadata/data/documents/mrs-umn.yaml b/otc_metadata/data/documents/mrs-umn.yaml index 49036759..aaaaf927 100644 --- a/otc_metadata/data/documents/mrs-umn.yaml +++ b/otc_metadata/data/documents/mrs-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/mrs html_location: docs/mrs/umn link: /mapreduce-service/umn/ pdf_enabled: false -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: mrs title: User Guide diff --git a/otc_metadata/data/documents/natgw-api-ref.yaml b/otc_metadata/data/documents/natgw-api-ref.yaml index 82f36ea9..50428925 100644 --- a/otc_metadata/data/documents/natgw-api-ref.yaml +++ b/otc_metadata/data/documents/natgw-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/nat html_location: docs/natgw/api-ref link: /nat-gateway/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: natgw title: API Reference diff --git a/otc_metadata/data/documents/natgw-best-practice.yaml b/otc_metadata/data/documents/natgw-best-practice.yaml index a6a20973..b054c396 100644 --- a/otc_metadata/data/documents/natgw-best-practice.yaml +++ b/otc_metadata/data/documents/natgw-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/natgw/best-practice link: /nat-gateway/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: natgw title: Best Practice diff --git a/otc_metadata/data/documents/natgw-umn.yaml b/otc_metadata/data/documents/natgw-umn.yaml index 6779caeb..3f8ea508 100644 --- a/otc_metadata/data/documents/natgw-umn.yaml +++ b/otc_metadata/data/documents/natgw-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/nat html_location: docs/natgw/umn link: /nat-gateway/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: natgw title: User Guide diff --git a/otc_metadata/data/documents/obs-api-ref.yaml b/otc_metadata/data/documents/obs-api-ref.yaml index 9da18dba..5bc64998 100644 --- a/otc_metadata/data/documents/obs-api-ref.yaml +++ b/otc_metadata/data/documents/obs-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/obs html_location: docs/obs/api-ref link: /object-storage-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: obs title: API Reference diff --git a/otc_metadata/data/documents/obs-best-practice.yaml b/otc_metadata/data/documents/obs-best-practice.yaml index c624feac..9d51c96f 100644 --- a/otc_metadata/data/documents/obs-best-practice.yaml +++ b/otc_metadata/data/documents/obs-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/obs/best-practice link: /object-storage-service/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: obs title: Best Practice diff --git a/otc_metadata/data/documents/obs-parallel-file-system.yaml b/otc_metadata/data/documents/obs-parallel-file-system.yaml index 2b7617b5..1e292321 100644 --- a/otc_metadata/data/documents/obs-parallel-file-system.yaml +++ b/otc_metadata/data/documents/obs-parallel-file-system.yaml @@ -3,7 +3,7 @@ hc_location: pfs/obs html_location: docs/obs/pfs link: /object-storage-service/parallel-file-system/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/parallel-file-system/source service_type: obs title: Parallel File System (PFS) diff --git a/otc_metadata/data/documents/obs-permissions-configuration-guide.yaml b/otc_metadata/data/documents/obs-permissions-configuration-guide.yaml index 0f8aaa5d..2462d5e3 100644 --- a/otc_metadata/data/documents/obs-permissions-configuration-guide.yaml +++ b/otc_metadata/data/documents/obs-permissions-configuration-guide.yaml @@ -3,7 +3,7 @@ hc_location: perms-cfg/obs html_location: docs/obs/perms-cfg link: /object-storage-service/permissions-configuration-guide/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/permissions-configuration-guide/source service_type: obs title: Permissions Configuration Guide diff --git a/otc_metadata/data/documents/obs-s3api.yaml b/otc_metadata/data/documents/obs-s3api.yaml index 0da9c6b5..3febe94d 100644 --- a/otc_metadata/data/documents/obs-s3api.yaml +++ b/otc_metadata/data/documents/obs-s3api.yaml @@ -3,7 +3,7 @@ hc_location: api_obs/obs html_location: docs/obs/s3api link: /object-storage-service/s3api/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/s3api/source service_type: obs title: S3 API Reference diff --git a/otc_metadata/data/documents/obs-tool-guide.yaml b/otc_metadata/data/documents/obs-tool-guide.yaml index d52d58cc..fafd2b5b 100644 --- a/otc_metadata/data/documents/obs-tool-guide.yaml +++ b/otc_metadata/data/documents/obs-tool-guide.yaml @@ -3,7 +3,7 @@ hc_location: browsertg/obs html_location: docs/obs/tool link: /object-storage-service/tool-guide/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/tool/source service_type: obs title: Tool Guide (OBS Browser) diff --git a/otc_metadata/data/documents/obs-umn.yaml b/otc_metadata/data/documents/obs-umn.yaml index 8b9ad768..53dda5c4 100644 --- a/otc_metadata/data/documents/obs-umn.yaml +++ b/otc_metadata/data/documents/obs-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/obs html_location: docs/obs/umn link: /object-storage-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: obs title: User Guide diff --git a/otc_metadata/data/documents/ocr-api-ref.yaml b/otc_metadata/data/documents/ocr-api-ref.yaml index 6ffe4612..01b873fd 100644 --- a/otc_metadata/data/documents/ocr-api-ref.yaml +++ b/otc_metadata/data/documents/ocr-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/ocr html_location: docs/ocr/api-ref link: /optical-character-recognition/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: ocr title: API Reference diff --git a/otc_metadata/data/documents/ocr-umn.yaml b/otc_metadata/data/documents/ocr-umn.yaml index 17ff4a55..1464e05c 100644 --- a/otc_metadata/data/documents/ocr-umn.yaml +++ b/otc_metadata/data/documents/ocr-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/ocr html_location: docs/ocr/umn link: /optical-character-recognition/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: ocr title: User Guide diff --git a/otc_metadata/data/documents/opengauss-api-ref.yaml b/otc_metadata/data/documents/opengauss-api-ref.yaml index 03616015..718eb96c 100644 --- a/otc_metadata/data/documents/opengauss-api-ref.yaml +++ b/otc_metadata/data/documents/opengauss-api-ref.yaml @@ -4,7 +4,7 @@ hc_location: api/opengauss html_location: docs/opengauss/api-ref link: /gaussdb-opengauss/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: opengauss title: API Reference diff --git a/otc_metadata/data/documents/opengauss-umn.yaml b/otc_metadata/data/documents/opengauss-umn.yaml index a593ff66..b9a6279c 100644 --- a/otc_metadata/data/documents/opengauss-umn.yaml +++ b/otc_metadata/data/documents/opengauss-umn.yaml @@ -4,7 +4,7 @@ hc_location: usermanual/opengauss html_location: docs/opengauss/umn link: /gaussdb-opengauss/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: opengauss title: User Guide diff --git a/otc_metadata/data/documents/pc-api-ref.yaml b/otc_metadata/data/documents/pc-api-ref.yaml index d7402a28..eecabd6b 100644 --- a/otc_metadata/data/documents/pc-api-ref.yaml +++ b/otc_metadata/data/documents/pc-api-ref.yaml @@ -1,7 +1,7 @@ --- link: /price-calculator/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: pc title: API Reference diff --git a/otc_metadata/data/documents/plas-api-ref.yaml b/otc_metadata/data/documents/plas-api-ref.yaml index 56dde80b..64be0fbe 100644 --- a/otc_metadata/data/documents/plas-api-ref.yaml +++ b/otc_metadata/data/documents/plas-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/plas html_location: docs/plas/api-ref link: /private-link-access-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: plas title: API Reference diff --git a/otc_metadata/data/documents/plas-umn.yaml b/otc_metadata/data/documents/plas-umn.yaml index 050768d7..5f2c5554 100644 --- a/otc_metadata/data/documents/plas-umn.yaml +++ b/otc_metadata/data/documents/plas-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/plas html_location: docs/plas/umn link: /private-link-access-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: plas title: User Guide diff --git a/otc_metadata/data/documents/rds-api-ref.yaml b/otc_metadata/data/documents/rds-api-ref.yaml index bba0576d..d56b8049 100644 --- a/otc_metadata/data/documents/rds-api-ref.yaml +++ b/otc_metadata/data/documents/rds-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/rds html_location: docs/rds/api-ref link: /relational-database-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: rds title: API Reference diff --git a/otc_metadata/data/documents/rds-umn.yaml b/otc_metadata/data/documents/rds-umn.yaml index 48eb7d5c..e9676d75 100644 --- a/otc_metadata/data/documents/rds-umn.yaml +++ b/otc_metadata/data/documents/rds-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/rds html_location: docs/rds/umn link: /relational-database-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: rds title: User Guide diff --git a/otc_metadata/data/documents/rfs-api-ref.yaml b/otc_metadata/data/documents/rfs-api-ref.yaml index 4d26aede..9887caea 100644 --- a/otc_metadata/data/documents/rfs-api-ref.yaml +++ b/otc_metadata/data/documents/rfs-api-ref.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/rfs/api-ref link: /resource-formation-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: rfs title: API Reference diff --git a/otc_metadata/data/documents/rfs-umn.yaml b/otc_metadata/data/documents/rfs-umn.yaml index 364335ba..5334b539 100644 --- a/otc_metadata/data/documents/rfs-umn.yaml +++ b/otc_metadata/data/documents/rfs-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/aos environment: public html_location: docs/rfs/umn link: /resource-formation-service/umn/ -pdf_environment: internal +pdf_environment: public pdf_enabled: true rst_location: umn/source service_type: rfs diff --git a/otc_metadata/data/documents/sdrs-api-ref.yaml b/otc_metadata/data/documents/sdrs-api-ref.yaml index 19ffa655..f6abbd9a 100644 --- a/otc_metadata/data/documents/sdrs-api-ref.yaml +++ b/otc_metadata/data/documents/sdrs-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/sdrs html_location: docs/sdrs/api-ref link: /storage-disaster-recovery-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: sdrs title: API Reference diff --git a/otc_metadata/data/documents/sdrs-umn.yaml b/otc_metadata/data/documents/sdrs-umn.yaml index 79b7a339..10e24c37 100644 --- a/otc_metadata/data/documents/sdrs-umn.yaml +++ b/otc_metadata/data/documents/sdrs-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/sdrs html_location: docs/sdrs/umn link: /storage-disaster-recovery-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: sdrs title: User Guide diff --git a/otc_metadata/data/documents/sfs-api-ref.yaml b/otc_metadata/data/documents/sfs-api-ref.yaml index ebd86d71..281e16cd 100644 --- a/otc_metadata/data/documents/sfs-api-ref.yaml +++ b/otc_metadata/data/documents/sfs-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/sfs html_location: docs/sfs/api-ref link: /scalable-file-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: sfs title: API Reference diff --git a/otc_metadata/data/documents/sfs-best-practice.yaml b/otc_metadata/data/documents/sfs-best-practice.yaml index f372f4d1..975770b3 100644 --- a/otc_metadata/data/documents/sfs-best-practice.yaml +++ b/otc_metadata/data/documents/sfs-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/sfs/best-practice link: /scalable-file-service/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: sfs title: Best Practice diff --git a/otc_metadata/data/documents/sfs-umn.yaml b/otc_metadata/data/documents/sfs-umn.yaml index 38624bcd..ecdf1d40 100644 --- a/otc_metadata/data/documents/sfs-umn.yaml +++ b/otc_metadata/data/documents/sfs-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/sfs html_location: docs/sfs/umn link: /scalable-file-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: sfs title: User Guide diff --git a/otc_metadata/data/documents/smg-umn.yaml b/otc_metadata/data/documents/smg-umn.yaml index 2bd5e471..554eaae6 100644 --- a/otc_metadata/data/documents/smg-umn.yaml +++ b/otc_metadata/data/documents/smg-umn.yaml @@ -2,7 +2,7 @@ hc_location: usermanual/smg link: /secure-mail-gateway/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: smg title: User Guide diff --git a/otc_metadata/data/documents/smn-api-ref.yaml b/otc_metadata/data/documents/smn-api-ref.yaml index c2f0b995..d985f084 100644 --- a/otc_metadata/data/documents/smn-api-ref.yaml +++ b/otc_metadata/data/documents/smn-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/smn html_location: docs/smn/api-ref link: /simple-message-notification/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: smn title: API Reference diff --git a/otc_metadata/data/documents/smn-umn.yaml b/otc_metadata/data/documents/smn-umn.yaml index a5574623..8021dfb3 100644 --- a/otc_metadata/data/documents/smn-umn.yaml +++ b/otc_metadata/data/documents/smn-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/smn html_location: docs/smn/umn link: /simple-message-notification/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: smn title: User Guide diff --git a/otc_metadata/data/documents/swr-api-ref.yaml b/otc_metadata/data/documents/swr-api-ref.yaml index 633296d6..d708318e 100644 --- a/otc_metadata/data/documents/swr-api-ref.yaml +++ b/otc_metadata/data/documents/swr-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/swr html_location: docs/swr/api-ref link: /software-repository-container/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: swr title: API Reference diff --git a/otc_metadata/data/documents/swr-best-practice.yaml b/otc_metadata/data/documents/swr-best-practice.yaml index c49ba55d..7b269110 100644 --- a/otc_metadata/data/documents/swr-best-practice.yaml +++ b/otc_metadata/data/documents/swr-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/swr/best-practice link: /software-repository-container/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: swr title: Best Practice diff --git a/otc_metadata/data/documents/swr-umn.yaml b/otc_metadata/data/documents/swr-umn.yaml index 52f62521..f6d5e70a 100644 --- a/otc_metadata/data/documents/swr-umn.yaml +++ b/otc_metadata/data/documents/swr-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/swr html_location: docs/swr/umn link: /software-repository-container/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: swr title: User Guide diff --git a/otc_metadata/data/documents/tms-api-ref.yaml b/otc_metadata/data/documents/tms-api-ref.yaml index 71c6b807..f235847f 100644 --- a/otc_metadata/data/documents/tms-api-ref.yaml +++ b/otc_metadata/data/documents/tms-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/tms html_location: docs/tms/api-ref link: /tag-management-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: tms title: API Reference diff --git a/otc_metadata/data/documents/tms-best-practice.yaml b/otc_metadata/data/documents/tms-best-practice.yaml index a3c6508c..5624091a 100644 --- a/otc_metadata/data/documents/tms-best-practice.yaml +++ b/otc_metadata/data/documents/tms-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/tms/best-practice link: /tag-management-service/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: tms title: Best Practice diff --git a/otc_metadata/data/documents/tms-umn.yaml b/otc_metadata/data/documents/tms-umn.yaml index 136aa545..7e50ac7a 100644 --- a/otc_metadata/data/documents/tms-umn.yaml +++ b/otc_metadata/data/documents/tms-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/tms html_location: docs/tms/umn link: /tag-management-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: tms title: User Guide diff --git a/otc_metadata/data/documents/vbs-api-ref.yaml b/otc_metadata/data/documents/vbs-api-ref.yaml index 6f34a398..ff67d382 100644 --- a/otc_metadata/data/documents/vbs-api-ref.yaml +++ b/otc_metadata/data/documents/vbs-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/vbs html_location: docs/vbs/api-ref link: /volume-backup-service/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: vbs title: API Reference diff --git a/otc_metadata/data/documents/vbs-umn.yaml b/otc_metadata/data/documents/vbs-umn.yaml index 9df04380..9815151f 100644 --- a/otc_metadata/data/documents/vbs-umn.yaml +++ b/otc_metadata/data/documents/vbs-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/vbs html_location: docs/vbs/umn link: /volume-backup-service/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: vbs title: User Guide diff --git a/otc_metadata/data/documents/vpc-api-ref.yaml b/otc_metadata/data/documents/vpc-api-ref.yaml index 6643b1d0..f1ed740a 100644 --- a/otc_metadata/data/documents/vpc-api-ref.yaml +++ b/otc_metadata/data/documents/vpc-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/vpc html_location: docs/vpc/api-ref link: /virtual-private-cloud/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: vpc title: API Reference diff --git a/otc_metadata/data/documents/vpc-best-practice.yaml b/otc_metadata/data/documents/vpc-best-practice.yaml index 98b47b69..d56714ab 100644 --- a/otc_metadata/data/documents/vpc-best-practice.yaml +++ b/otc_metadata/data/documents/vpc-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/vpc/best-practice link: /virtual-private-cloud/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: vpc title: Best Practice diff --git a/otc_metadata/data/documents/vpc-umn.yaml b/otc_metadata/data/documents/vpc-umn.yaml index 02f9b62b..e163908f 100644 --- a/otc_metadata/data/documents/vpc-umn.yaml +++ b/otc_metadata/data/documents/vpc-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/vpc html_location: docs/vpc/umn link: /virtual-private-cloud/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: vpc title: User Guide diff --git a/otc_metadata/data/documents/vpcep-api-ref.yaml b/otc_metadata/data/documents/vpcep-api-ref.yaml index 9eeb3a3a..c976cceb 100644 --- a/otc_metadata/data/documents/vpcep-api-ref.yaml +++ b/otc_metadata/data/documents/vpcep-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/vpcep html_location: docs/vpcep/api-ref link: /vpc-endpoint/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: vpcep title: API Reference diff --git a/otc_metadata/data/documents/vpcep-umn.yaml b/otc_metadata/data/documents/vpcep-umn.yaml index 6891a079..74dee955 100644 --- a/otc_metadata/data/documents/vpcep-umn.yaml +++ b/otc_metadata/data/documents/vpcep-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/vpcep html_location: docs/vpcep/umn link: /vpc-endpoint/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: vpcep title: User Guide diff --git a/otc_metadata/data/documents/vpn-api-ref.yaml b/otc_metadata/data/documents/vpn-api-ref.yaml index 9a01215c..99c5d500 100644 --- a/otc_metadata/data/documents/vpn-api-ref.yaml +++ b/otc_metadata/data/documents/vpn-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/vpn html_location: docs/vpn/api-ref link: /virtual-private-network/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: vpn title: API Reference diff --git a/otc_metadata/data/documents/vpn-umn.yaml b/otc_metadata/data/documents/vpn-umn.yaml index cff2a555..b19f5bd0 100644 --- a/otc_metadata/data/documents/vpn-umn.yaml +++ b/otc_metadata/data/documents/vpn-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/vpn html_location: docs/vpn/umn link: /virtual-private-network/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: vpn title: User Guide diff --git a/otc_metadata/data/documents/waf-api-ref.yaml b/otc_metadata/data/documents/waf-api-ref.yaml index 0a958662..15b885db 100644 --- a/otc_metadata/data/documents/waf-api-ref.yaml +++ b/otc_metadata/data/documents/waf-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/waf html_location: docs/waf/api-ref link: /web-application-firewall/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: waf title: API Reference diff --git a/otc_metadata/data/documents/waf-umn.yaml b/otc_metadata/data/documents/waf-umn.yaml index 1651a1a6..97ff787c 100644 --- a/otc_metadata/data/documents/waf-umn.yaml +++ b/otc_metadata/data/documents/waf-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/waf html_location: docs/waf/umn link: /web-application-firewall/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: waf title: User Guide diff --git a/otc_metadata/data/documents/wafd-api-ref.yaml b/otc_metadata/data/documents/wafd-api-ref.yaml index 3460832e..96f18be8 100644 --- a/otc_metadata/data/documents/wafd-api-ref.yaml +++ b/otc_metadata/data/documents/wafd-api-ref.yaml @@ -3,7 +3,7 @@ hc_location: api/dwaf html_location: docs/wafd/api-ref link: /web-application-firewall-dedicated/api-ref/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: api-ref/source service_type: wafd title: API Reference diff --git a/otc_metadata/data/documents/wafd-best-practice.yaml b/otc_metadata/data/documents/wafd-best-practice.yaml index 9e4795c0..bff9ecbd 100644 --- a/otc_metadata/data/documents/wafd-best-practice.yaml +++ b/otc_metadata/data/documents/wafd-best-practice.yaml @@ -4,7 +4,7 @@ environment: internal html_location: docs/wafd/best-practice link: /web-application-firewall-dedicated/best-practice/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: doc/best-practice/source service_type: wafd title: Best Practice diff --git a/otc_metadata/data/documents/wafd-umn.yaml b/otc_metadata/data/documents/wafd-umn.yaml index d33d1288..0fde02de 100644 --- a/otc_metadata/data/documents/wafd-umn.yaml +++ b/otc_metadata/data/documents/wafd-umn.yaml @@ -3,7 +3,7 @@ hc_location: usermanual/dwaf html_location: docs/wafd/umn link: /web-application-firewall-dedicated/umn/ pdf_enabled: true -pdf_environment: internal +pdf_environment: public rst_location: umn/source service_type: wafd title: User Guide From be8d7169d6bb486dae7d3c418067c828bacbf562 Mon Sep 17 00:00:00 2001 From: tischrei Date: Wed, 26 Mar 2025 13:43:23 +0000 Subject: [PATCH 52/57] add obs 3rd party python sdk Reviewed-by: Hasko, Vladimir Co-authored-by: tischrei Co-committed-by: tischrei --- .../data/documents/obs_3rd_party-python-sdk.yaml | 10 ++++++++++ otc_metadata/data/services/obs_3rd_party.yaml | 16 ++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 otc_metadata/data/documents/obs_3rd_party-python-sdk.yaml create mode 100644 otc_metadata/data/services/obs_3rd_party.yaml diff --git a/otc_metadata/data/documents/obs_3rd_party-python-sdk.yaml b/otc_metadata/data/documents/obs_3rd_party-python-sdk.yaml new file mode 100644 index 00000000..5d785af7 --- /dev/null +++ b/otc_metadata/data/documents/obs_3rd_party-python-sdk.yaml @@ -0,0 +1,10 @@ +--- +hc_location: sdk/python-devg-obs +html_location: docs/obs_3rd_party/python_sdk +link: /object-storage-service-3rd-party/python-sdk/ +pdf_enabled: false +pdf_environment: public +rst_location: doc/python-sdk/source +service_type: obs_3rd_party +title: Python SDK +type: 3rd_party_sdk diff --git a/otc_metadata/data/services/obs_3rd_party.yaml b/otc_metadata/data/services/obs_3rd_party.yaml new file mode 100644 index 00000000..d7e9e890 --- /dev/null +++ b/otc_metadata/data/services/obs_3rd_party.yaml @@ -0,0 +1,16 @@ +--- +environment: internal +repositories: +- environment: internal + repo: docs/object-storage-service-3rd-party + type: gitea +- environment: public + repo: opentelekomcloud-docs/object-storage-service-3rd-party + type: github +service_category: storage +service_title: Object Storage Service 3rd Party +service_type: obs_3rd_party +service_uri: object-storage-service-3rd-party +teams: +- name: docs-storage-rw + permission: write From d8f037cef84ed04eeda3c5f4230a59db8d060c76 Mon Sep 17 00:00:00 2001 From: lboka Date: Fri, 11 Apr 2025 11:20:52 +0000 Subject: [PATCH 53/57] GaussDB(for MySQL) renaming to TaurusDB Reviewed-by: Hasko, Vladimir Co-authored-by: lboka Co-committed-by: lboka --- .../data/documents/taurusdb-api-ref.yaml | 11 +++++++++++ otc_metadata/data/documents/taurusdb-umn.yaml | 11 +++++++++++ otc_metadata/data/services/taurusdb.yaml | 16 ++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 otc_metadata/data/documents/taurusdb-api-ref.yaml create mode 100644 otc_metadata/data/documents/taurusdb-umn.yaml create mode 100644 otc_metadata/data/services/taurusdb.yaml diff --git a/otc_metadata/data/documents/taurusdb-api-ref.yaml b/otc_metadata/data/documents/taurusdb-api-ref.yaml new file mode 100644 index 00000000..09a1bd6b --- /dev/null +++ b/otc_metadata/data/documents/taurusdb-api-ref.yaml @@ -0,0 +1,11 @@ +--- +hc_location: api/taurusdb +html_location: docs/taurusdb/api-ref +environment: internal +link: /taurusdb/api-ref/ +pdf_enabled: true +pdf_environment: internal +rst_location: api-ref/source +service_type: taurusdb +title: API Reference +type: api-ref diff --git a/otc_metadata/data/documents/taurusdb-umn.yaml b/otc_metadata/data/documents/taurusdb-umn.yaml new file mode 100644 index 00000000..af4bfccf --- /dev/null +++ b/otc_metadata/data/documents/taurusdb-umn.yaml @@ -0,0 +1,11 @@ +--- +hc_location: usermanual/taurusdb +html_location: docs/taurusdb/umn +environment: internal +link: /taurusdb/umn/ +pdf_enabled: true +pdf_environment: internal +rst_location: umn/source +service_type: taurusdb +title: User Guide +type: umn diff --git a/otc_metadata/data/services/taurusdb.yaml b/otc_metadata/data/services/taurusdb.yaml new file mode 100644 index 00000000..489f0638 --- /dev/null +++ b/otc_metadata/data/services/taurusdb.yaml @@ -0,0 +1,16 @@ +--- +environment: internal +repositories: +- environment: internal + repo: docs/taurusdb + type: gitea +- environment: public + repo: opentelekomcloud-docs/taurusdb + type: github +service_category: database +service_title: TaurusDB +service_type: taurusdb +service_uri: taurusdb +teams: +- name: docs-database-rw + permission: write From ae6b64783c5a283013eb114c06ec8f602c0edcbf Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Fri, 23 May 2025 08:05:07 +0000 Subject: [PATCH 54/57] Update 3rd_party-python-sdk Reviewed-by: Hasko, Vladimir Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/data/documents/obs_3rd_party-python-sdk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/documents/obs_3rd_party-python-sdk.yaml b/otc_metadata/data/documents/obs_3rd_party-python-sdk.yaml index 5d785af7..b0a3bfe8 100644 --- a/otc_metadata/data/documents/obs_3rd_party-python-sdk.yaml +++ b/otc_metadata/data/documents/obs_3rd_party-python-sdk.yaml @@ -7,4 +7,4 @@ pdf_environment: public rst_location: doc/python-sdk/source service_type: obs_3rd_party title: Python SDK -type: 3rd_party_sdk +type: python-sdk From 208d2d24f0481ae2dc0bc9c73e0dd715e97b8fa8 Mon Sep 17 00:00:00 2001 From: Tino Schreiber Date: Mon, 2 Jun 2025 08:14:42 +0000 Subject: [PATCH 55/57] Update otc_metadata/data/service_categories/network.yaml Reviewed-by: Gode, Sebastian Co-authored-by: Tino Schreiber Co-committed-by: Tino Schreiber --- otc_metadata/data/service_categories/network.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/service_categories/network.yaml b/otc_metadata/data/service_categories/network.yaml index bd0a98be..e1524b34 100644 --- a/otc_metadata/data/service_categories/network.yaml +++ b/otc_metadata/data/service_categories/network.yaml @@ -1,3 +1,3 @@ --- name: network -title: Networking +title: Network From 02a38e8fc784d773da29f4678a3f30ca56973012 Mon Sep 17 00:00:00 2001 From: Tino Schreiber Date: Mon, 2 Jun 2025 08:27:12 +0000 Subject: [PATCH 56/57] add document attributes Reviewed-by: Gode, Sebastian Co-authored-by: Tino Schreiber Co-committed-by: Tino Schreiber --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index bfb44b93..617dec9f 100644 --- a/README.rst +++ b/README.rst @@ -52,3 +52,16 @@ the key is :code:`service_type` which has the foreign key in the document can only be linked to one service. The key :code:`service_category` table is :code:`name` of the service category which is then used in the :code:`services` table as foreign key. + +File structure: documents +^^^^^^^^^^^^^^^^^^^^^^^^^ + +* hc_location: reference to Huawei Cloud part +* html_location: place where the documents are stored in doc-exports +* link: URI document +* pdf_enabled: true| false ; enable pdf generation +* pdf_enviroment public|internal|hidden: environment where the pdfs are shown in the SBV +* rst_location: folder location of this specific in the source repo +* service_type: primary key of service name +* title: written title of the service +* type: document type From dd7981f3e2f6289740d5e7d931d5d9d198759de1 Mon Sep 17 00:00:00 2001 From: Tino Schreiber Date: Mon, 2 Jun 2025 10:12:54 +0000 Subject: [PATCH 57/57] Rename Big Data to Data Analysis according to OTC console Reviewed-by: Gode, Sebastian Co-authored-by: Tino Schreiber Co-committed-by: Tino Schreiber --- otc_metadata/data/service_categories/big_data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/service_categories/big_data.yaml b/otc_metadata/data/service_categories/big_data.yaml index 5951c5f7..7fad6c6e 100644 --- a/otc_metadata/data/service_categories/big_data.yaml +++ b/otc_metadata/data/service_categories/big_data.yaml @@ -1,3 +1,3 @@ --- name: big_data -title: Big Data and Data Analysis +title: Data Analysis