From 90ac264b968e764e8ed634964badc752e0102d51 Mon Sep 17 00:00:00 2001 From: Oliver Eotvos Date: Wed, 28 Jun 2023 11:27:24 +0000 Subject: [PATCH 1/2] metadata for new service FG --- otc_metadata/data/services.yaml | 47 +++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/otc_metadata/data/services.yaml b/otc_metadata/data/services.yaml index 3ff770de..9289eb18 100644 --- a/otc_metadata/data/services.yaml +++ b/otc_metadata/data/services.yaml @@ -580,6 +580,38 @@ documents: service_type: evs title: User Guide type: umn + - environment: internal + html_location: docs/fg/api-ref + link: /function-graph/api-ref/ + pdf_name: fg-api-ref + rst_location: api-ref/source + service_type: fg + title: API Reference + type: api-ref + - environment: internal + html_location: docs/fg/umn + link: /function-graph/umn/ + pdf_name: fg-umn + rst_location: umn/source + service_type: fg + title: User Guide + type: umn + - environment: internal + html_location: docs/fg/dev + link: /function-graph/dev-guide/ + pdf_name: fg-dev-guide + rst_location: dev_guide/source + service_type: fg + title: Developer's Guide + type: dev + - environment: internal + html_location: docs/fg/best-pract + link: /function-graph/best-pract/ + pdf_name: fg-best-pract + rst_location: best-pract/source + service_type: fg + title: Best Practices + type: best-pract - environment: internal hc_location: api/gaussdb html_location: docs/gaussdb_mysql/api-ref @@ -1610,6 +1642,21 @@ services: teams: - name: docs-storage-rw permission: write + - repositories: + - environment: internal + repo: docs/function-graph + type: gitea + - environment: public + repo: opentelekomcloud-docs/function-graph + type: github + service_category: compute + service_title: FunctionGraph + service_type: fg + service_uri: function-graph + environment: internal + teams: + - name: docs-compute-rw + permission: write - repositories: - environment: internal repo: docs/gaussdb-mysql -- 2.34.1 From 35b9e5d99f211f1edce06da29dc9067d4bfaa2db Mon Sep 17 00:00:00 2001 From: Oliver Eotvos Date: Thu, 29 Jun 2023 09:45:57 +0000 Subject: [PATCH 2/2] best practice rename --- otc_metadata/data/services.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/otc_metadata/data/services.yaml b/otc_metadata/data/services.yaml index 9289eb18..66e91661 100644 --- a/otc_metadata/data/services.yaml +++ b/otc_metadata/data/services.yaml @@ -605,13 +605,13 @@ documents: title: Developer's Guide type: dev - environment: internal - html_location: docs/fg/best-pract - link: /function-graph/best-pract/ - pdf_name: fg-best-pract - rst_location: best-pract/source + html_location: docs/fg/best-practice + link: /function-graph/best-practice/ + pdf_name: fg-best-practice + rst_location: best-practice/source service_type: fg - title: Best Practices - type: best-pract + title: Best Practice + type: best-practice - environment: internal hc_location: api/gaussdb html_location: docs/gaussdb_mysql/api-ref -- 2.34.1