huskies: accept 485_story_documentation_site_for_huskies_dev

This commit is contained in:
dave
2026-04-07 11:42:29 +00:00
parent 85ebecb115
commit 05eb13eab3
@@ -1,27 +0,0 @@
---
name: "Documentation site for huskies.dev"
---
# Story 485: Documentation site for huskies.dev
## User Story
As a new user discovering huskies, I want documentation on huskies.dev so I can learn how to set up and use the tool without having to read the source code.
## Acceptance Criteria
- [ ] Docs site lives under website/ directory alongside the existing landing page
- [ ] Accessible from huskies.dev (e.g. huskies.dev/docs/ or docs.huskies.dev)
- [ ] Navigation link added to the main site header
- [ ] Getting started / quickstart guide (Docker setup, first story, first agent run)
- [ ] Configuration reference: project.toml, agents.toml, bot.toml
- [ ] Bot commands reference (auto-generated from command registry or manually maintained)
- [ ] Pipeline stages explained (backlog, current, QA, merge, done)
- [ ] Chat transports guide (Matrix, WhatsApp, Slack, web UI)
- [ ] CLI reference (huskies, huskies init, huskies agent)
- [ ] Matches the visual style of the existing landing page
- [ ] Static HTML — no build step required
## Out of Scope
- TBD