Add icons to sidebar groups, move Deployment to Guides

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-03 10:35:32 -05:00
parent d450695a20
commit ead284cc39

View file

@ -15,6 +15,7 @@
"groups": [
{
"group": "Getting Started",
"icon": "rocket",
"pages": [
"getting-started/overview",
"getting-started/quick-start",
@ -23,6 +24,7 @@
},
{
"group": "Core Concepts",
"icon": "lightbulb",
"pages": [
"core-concepts/how-arc-works",
"core-concepts/workflows",
@ -31,6 +33,7 @@
},
{
"group": "Defining Workflows",
"icon": "diagram-project",
"pages": [
"workflows/ingestion",
"workflows/stages-and-nodes",
@ -43,6 +46,7 @@
},
{
"group": "Executing Workflows",
"icon": "play",
"pages": [
"execution/run-configuration",
"execution/environments",
@ -56,6 +60,7 @@
},
{
"group": "Agents",
"icon": "robot",
"pages": [
"agents/prompts",
"agents/skills",
@ -69,6 +74,7 @@
},
{
"group": "Administration",
"icon": "sliders",
"pages": [
"administration/advanced-setup",
"administration/bring-your-own-key",
@ -79,16 +85,9 @@
"administration/costs"
]
},
{
"group": "Deployment",
"pages": [
"deployment/overview",
"deployment/deploying-to-aws",
"deployment/environments"
]
},
{
"group": "Reference",
"icon": "book",
"pages": [
"reference/dot-language",
"reference/cli",
@ -105,12 +104,22 @@
"groups": [
{
"group": "Example Workflows",
"icon": "flask",
"pages": [
"examples/implement-feature",
"examples/semantic-port",
"examples/nlspec-convergence",
"examples/investigate-alert"
]
},
{
"group": "Deployment",
"icon": "cloud-arrow-up",
"pages": [
"deployment/overview",
"deployment/deploying-to-aws",
"deployment/environments"
]
}
]
},
@ -231,6 +240,7 @@
"groups": [
{
"group": "Changelog",
"icon": "clock-rotate-left",
"pages": [
"changelog"
]