describe metadata overview #12

Merged
zuul merged 4 commits from documentation_of_metadata into main 2025-06-13 10:06:02 +00:00
6 changed files with 208 additions and 0 deletions
Showing only changes of commit 91e9962846 - Show all commits

View File

@ -2,7 +2,7 @@
Defines the documentation repositories associated with each service for both internal and public environments. Used for resolving documentation sources and CI sync jobs.
## 🔧 Example: `aom.yaml`
## 🔧 Example: `ecs.yaml`
```yaml
---

View File

@ -2,11 +2,12 @@
Contains the list of service category definitions. These categories help group services (e.g., "Application", "Database").
## 🔧 Example: `application.yaml`
## 🔧 Example: `compute.yaml`
```yaml
name: application
title: Application
---
name: compute
title: Computing
```
## Parameter Reference