change service category to compute
This commit is contained in:
		@ -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
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user