change service category to compute
All checks were successful
gl/check check status: success (91e99628462ed0b4dea8c9ac2d71e4220456ef0f)
gl/gate gate status: success (91e99628462ed0b4dea8c9ac2d71e4220456ef0f)

This commit is contained in:
2025-06-11 08:12:51 +00:00
parent 0147b46518
commit 91e9962846
2 changed files with 5 additions and 4 deletions

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. 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 ```yaml
--- ---

View File

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