From 2425f658edcf4eaed4814db4607ea9b9f10b8c67 Mon Sep 17 00:00:00 2001 From: Oliver Eotvos Date: Tue, 30 Apr 2024 14:06:16 +0000 Subject: [PATCH 1/2] New service ASM --- otc_metadata/data/documents/asm-api-ref.yaml | 10 ++++++++++ otc_metadata/data/documents/asm-umn.yaml | 9 +++++++++ otc_metadata/data/services/asm.yaml | 16 ++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 otc_metadata/data/documents/asm-api-ref.yaml create mode 100644 otc_metadata/data/documents/asm-umn.yaml create mode 100644 otc_metadata/data/services/asm.yaml diff --git a/otc_metadata/data/documents/asm-api-ref.yaml b/otc_metadata/data/documents/asm-api-ref.yaml new file mode 100644 index 0000000..01fd6c5 --- /dev/null +++ b/otc_metadata/data/documents/asm-api-ref.yaml @@ -0,0 +1,10 @@ +--- +environment: internal +hc_location: api/asm +html_location: docs/asm/api-ref +link: /application-service-mesh/api-ref/ +pdf_name: asm-api-ref +rst_location: api-ref/source +service_type: asm +title: API Reference +type: api-ref diff --git a/otc_metadata/data/documents/asm-umn.yaml b/otc_metadata/data/documents/asm-umn.yaml new file mode 100644 index 0000000..33d9b7e --- /dev/null +++ b/otc_metadata/data/documents/asm-umn.yaml @@ -0,0 +1,9 @@ +--- +environment: internal +hc_location: usermanual/asm +html_location: docs/asm/umn +link: /application-service-mesh/umn/ +rst_location: umn/source +service_type: asm +title: User Guide +type: umn diff --git a/otc_metadata/data/services/asm.yaml b/otc_metadata/data/services/asm.yaml new file mode 100644 index 0000000..4ee49e9 --- /dev/null +++ b/otc_metadata/data/services/asm.yaml @@ -0,0 +1,16 @@ +--- +environment: internal +repositories: +- environment: internal + repo: docs/application-service-mesh + type: gitea +- environment: public + repo: opentelekomcloud-docs/application-service-mesh + type: github +service_category: container +service_title: Application Service Mesh +service_type: asm +service_uri: application-service-mesh +teams: +- name: docs-container-rw + permission: write From 57a7b287d4f6a0b62b7f29bd227f8528f7c8daec Mon Sep 17 00:00:00 2001 From: Oliver Eotvos Date: Tue, 30 Apr 2024 14:14:03 +0000 Subject: [PATCH 2/2] New service ASM --- otc_metadata/data/documents/asm-best-practice.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 otc_metadata/data/documents/asm-best-practice.yaml diff --git a/otc_metadata/data/documents/asm-best-practice.yaml b/otc_metadata/data/documents/asm-best-practice.yaml new file mode 100644 index 0000000..7e2815c --- /dev/null +++ b/otc_metadata/data/documents/asm-best-practice.yaml @@ -0,0 +1,10 @@ +--- +hc_location: bestpractice/asm +environment: internal +html_location: docs/asm/best-practice +link: /application-service-mesh/best-practice/ +pdf_name: asm-best-practice +rst_location: doc/best-practice/source +service_type: asm +title: Best Practice +type: best-practice