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