From 72a0e1b4d34681ec6218eb4ba4e89aa0045ffc49 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Tue, 4 Aug 2026 11:44:55 +0000 Subject: [PATCH 1/3] add business dashboard --- otc_metadata/data/documents/bd-umn.yaml | 13 +++++++++++++ otc_metadata/data/repositories/bd.yaml | 8 ++++++++ otc_metadata/data/services/bd.yaml | 12 ++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 otc_metadata/data/documents/bd-umn.yaml create mode 100644 otc_metadata/data/repositories/bd.yaml create mode 100644 otc_metadata/data/services/bd.yaml diff --git a/otc_metadata/data/documents/bd-umn.yaml b/otc_metadata/data/documents/bd-umn.yaml new file mode 100644 index 0000000..2fe3378 --- /dev/null +++ b/otc_metadata/data/documents/bd-umn.yaml @@ -0,0 +1,13 @@ +--- +hc_location: usermanual/bd +html_location: docs/bd/umn +link: /business-dashboard/umn/ +rst_location: umn/source +service_type: bd +title: User Guide +type: umn +cloud_environments: + - name: eu_de + visibility: public + pdf_visibility: hidden + pdf_enabled: false \ No newline at end of file diff --git a/otc_metadata/data/repositories/bd.yaml b/otc_metadata/data/repositories/bd.yaml new file mode 100644 index 0000000..80e2c57 --- /dev/null +++ b/otc_metadata/data/repositories/bd.yaml @@ -0,0 +1,8 @@ +--- +service_type: bd +repositories: + - environment: internal + repo: docs/business-dashboard + type: gitea + cloud_environments: + - eu_de \ No newline at end of file diff --git a/otc_metadata/data/services/bd.yaml b/otc_metadata/data/services/bd.yaml new file mode 100644 index 0000000..f104661 --- /dev/null +++ b/otc_metadata/data/services/bd.yaml @@ -0,0 +1,12 @@ +--- +service_category: other +service_title: Business Dashboard +service_type: bd +service_uri: business-dashboard +is_global: false +teams: + - name: docs-dashboard-rw + permission: write +cloud_environments: + - name: eu_de + visibility: internal \ No newline at end of file -- 2.34.1 From 8f8cf2d966b0d9d6718e9fc6bdc2c06576cc142c Mon Sep 17 00:00:00 2001 From: "Gode, Sebastian" Date: Tue, 4 Aug 2026 11:54:51 +0000 Subject: [PATCH 2/3] Update otc_metadata/data/services/bd.yaml --- otc_metadata/data/services/bd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/otc_metadata/data/services/bd.yaml b/otc_metadata/data/services/bd.yaml index f104661..c2b7a6c 100644 --- a/otc_metadata/data/services/bd.yaml +++ b/otc_metadata/data/services/bd.yaml @@ -4,6 +4,7 @@ service_title: Business Dashboard service_type: bd service_uri: business-dashboard is_global: false +jira_component: BUSDASH teams: - name: docs-dashboard-rw permission: write -- 2.34.1 From 56ff6f63cb224284be4a2ca42fc7170b81fbd9c0 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Tue, 4 Aug 2026 12:16:34 +0000 Subject: [PATCH 3/3] remove hc_location --- otc_metadata/data/documents/bd-umn.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/otc_metadata/data/documents/bd-umn.yaml b/otc_metadata/data/documents/bd-umn.yaml index 2fe3378..3915f17 100644 --- a/otc_metadata/data/documents/bd-umn.yaml +++ b/otc_metadata/data/documents/bd-umn.yaml @@ -1,5 +1,4 @@ --- -hc_location: usermanual/bd html_location: docs/bd/umn link: /business-dashboard/umn/ rst_location: umn/source -- 2.34.1