From 91e99628462ed0b4dea8c9ac2d71e4220456ef0f Mon Sep 17 00:00:00 2001 From: tischrei Date: Wed, 11 Jun 2025 08:12:51 +0000 Subject: [PATCH] change service category to compute --- otc_metadata/data/repositories/README.md | 2 +- otc_metadata/data/service_categories/README.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/otc_metadata/data/repositories/README.md b/otc_metadata/data/repositories/README.md index 00fd8a8..dc9f14e 100644 --- a/otc_metadata/data/repositories/README.md +++ b/otc_metadata/data/repositories/README.md @@ -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 --- diff --git a/otc_metadata/data/service_categories/README.md b/otc_metadata/data/service_categories/README.md index d7f82cc..9c6d25c 100644 --- a/otc_metadata/data/service_categories/README.md +++ b/otc_metadata/data/service_categories/README.md @@ -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