mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-14 23:22:51 +00:00
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:
parent
d450695a20
commit
ead284cc39
1 changed files with 18 additions and 8 deletions
|
|
@ -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"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue