Add project workflow to sidebar; remove duplicate API category

This commit is contained in:
Billy Tat
2023-11-21 13:27:43 -08:00
parent 6fc757d01b
commit f28cb43e67
+8 -10
View File
@@ -1311,17 +1311,15 @@
"items": [ "items": [
"api/quickstart", "api/quickstart",
{ {
"type": "category",
} "label": "Example Workflows",
] "items": [
}, "api/workflows/projects"
"contribute-to-rancher", ]
{ },
"type": "category",
"label": "API",
"items": [
"api/api-reference" "api/api-reference"
] ]
} },
"contribute-to-rancher"
] ]
} }