mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Remove empty stub doc pages and fix broken links
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
870907656c
commit
faa05fce2a
8 changed files with 2 additions and 32 deletions
|
|
@ -139,4 +139,4 @@ In the web UI, the Workflows page lists all available workflows. Click into a wo
|
|||
<img src="/images/web/workflow-runs.png" alt="Fabro web UI workflow runs tab showing run history for Fix Build" />
|
||||
</Frame>
|
||||
|
||||
See the [Quick Start](/getting-started/quick-start) to try it out, or browse the [example workflows](/examples/implement-feature) for real-world patterns.
|
||||
See the [Quick Start](/getting-started/quick-start) to try it out, or browse the [example workflows](/examples/repl-handoff) for real-world patterns.
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Deploying to AWS"
|
||||
description: "Deploy Fabro to AWS"
|
||||
---
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Environments"
|
||||
description: "Managing deployment environments"
|
||||
---
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Overview"
|
||||
description: "Deployment overview"
|
||||
---
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Implement Feature"
|
||||
description: "Example workflow for implementing a feature"
|
||||
---
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Investigate Alert"
|
||||
description: "Example workflow for investigating alerts"
|
||||
---
|
||||
|
||||
|
|
@ -50,7 +50,7 @@ The goal is to spend your time on the parts that require human judgment — what
|
|||
<Card title="Human-in-the-Loop" icon="hand" href="/workflows/human-in-the-loop">
|
||||
Control where and how humans intervene in workflows.
|
||||
</Card>
|
||||
<Card title="Quality Verification" icon="shield-check" href="/workflows/best-practices">
|
||||
<Card title="Quality Verification" icon="shield-check">
|
||||
Build verification into your workflows.
|
||||
</Card>
|
||||
<Card title="Retros" icon="magnifying-glass-chart" href="/execution/retros">
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Best Practices"
|
||||
description: "Best practices for designing workflows"
|
||||
---
|
||||
|
||||
Loading…
Add table
Reference in a new issue