From 72a0e1b4d34681ec6218eb4ba4e89aa0045ffc49 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Tue, 4 Aug 2026 11:44:55 +0000 Subject: [PATCH] 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