Files
tischrei af1a08de5f describe metadata overview
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-authored-by: tischrei <tino.schreiber@t-systems.com>
Co-committed-by: tischrei <tino.schreiber@t-systems.com>
2025-06-13 10:06:02 +00:00
..
2025-04-09 09:52:24 +00:00
2025-04-09 09:52:24 +00:00
2025-04-09 09:52:24 +00:00
2025-04-09 09:52:24 +00:00
2025-04-09 09:52:24 +00:00
2025-04-09 09:52:24 +00:00
2025-04-08 08:52:00 +00:00
2025-04-09 09:52:24 +00:00
2025-04-16 12:56:19 +00:00
2025-04-16 12:56:19 +00:00
2025-04-16 12:56:19 +00:00
2025-04-16 12:56:19 +00:00
2025-04-16 12:56:19 +00:00
2025-04-16 12:56:19 +00:00
2025-04-16 12:56:19 +00:00
2025-04-16 12:56:19 +00:00
2025-04-16 12:56:19 +00:00
2025-04-16 12:56:19 +00:00
2025-04-16 12:56:19 +00:00
2025-04-16 12:56:19 +00:00
2025-04-16 12:56:19 +00:00
2025-04-16 12:56:19 +00:00
2025-04-17 13:11:27 +00:00
2025-04-29 12:59:32 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-29 13:01:25 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-30 07:47:33 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-17 13:11:27 +00:00
2025-04-25 07:25:08 +00:00
2025-04-25 07:25:08 +00:00
2025-04-25 07:25:08 +00:00
2025-05-15 11:11:16 +00:00
2025-04-25 07:25:08 +00:00
2025-04-24 12:11:48 +00:00
2025-04-24 12:11:48 +00:00
2025-04-25 07:25:08 +00:00
2025-04-24 12:11:48 +00:00
2025-04-24 12:11:48 +00:00
2025-04-25 07:25:08 +00:00
2025-04-25 07:25:08 +00:00
2025-04-25 07:25:08 +00:00
2025-04-24 12:11:48 +00:00
2025-04-25 07:25:08 +00:00
2025-04-24 12:11:48 +00:00
2025-04-25 07:25:08 +00:00
2025-04-25 07:25:08 +00:00
2025-04-29 12:56:23 +00:00
2025-04-25 07:25:08 +00:00
2025-04-25 07:25:08 +00:00
2025-04-24 12:11:48 +00:00
2025-04-24 12:11:48 +00:00
2025-06-13 10:06:02 +00:00
2025-04-25 07:25:08 +00:00
2025-04-24 12:11:48 +00:00
2025-04-24 12:11:48 +00:00
2025-04-25 07:25:08 +00:00
2025-04-25 07:25:08 +00:00
2025-04-25 07:25:08 +00:00
2025-04-24 12:11:48 +00:00
2025-04-24 12:11:48 +00:00
2025-04-29 12:49:06 +00:00
2025-04-24 12:11:48 +00:00
2025-06-11 08:06:14 +00:00
2025-04-25 07:25:08 +00:00
2025-04-24 12:11:48 +00:00
2025-04-24 12:11:48 +00:00
2025-04-24 12:11:48 +00:00
2025-04-25 07:25:08 +00:00
2025-04-24 12:11:48 +00:00

📁 repositories/

Defines the documentation repositories associated with each service for both internal and public environments. Used for resolving documentation sources and CI sync jobs.

🔧 Example: ecs.yaml

---
service_type: ecs
repositories:
  - environment: public
    repo: opentelekomcloud-docs/elastic-cloud-server
    type: github
    cloud_environments:
      - eu_de
  - environment: internal
    repo: docs/elastic-cloud-server
    type: gitea
    cloud_environments:
      - eu_de
  - environment: public
    repo: opentelekomcloud-docs-swiss/elastic-cloud-server
    type: github
    cloud_environments:
      - swiss
  - environment: internal
    repo: docs-swiss/elastic-cloud-server
    type: gitea
    cloud_environments:
      - swiss

Parameter Options:

Field Type Description
service_type string Links this configuration to a service (services/).
repositories list List of repositories per environment and cloud.

repositories Options:

Field Type Allowed Values Description
environment string public, internal Visibility level of the repository.
repo string Git path Path to the Git repository.
type string github, gitea Type of Git service.
cloud_environments list e.g., eu_de, swiss Supported regions for the repository.