Summary
Create a documentation website at apps/docs for the code-please project, using the docs-please Nuxt layer from the pleaseai/docs repository.
Context
- The code-please project needs a unified documentation site
- Currently documentation is scattered across README.md and CLAUDE.md files
- We'll use the docs-please Nuxt layer (npm package) for consistent styling and features
- Deployment target: Cloudflare Pages at code-please.pages.dev
- Specification: specs/004-docs-site/spec.md
Tasks
Setup (Critical Path)
Implementation (depends on setup)
Verification (final step)
Acceptance Criteria
turbo build completes without errors
bun run dev starts development server at apps/docs
- All markdown pages render correctly with navigation
- wrangler.jsonc configured for Cloudflare Pages
- Documentation covers: Getting Started, Guides, Configuration, and Reference sections
Summary
Create a documentation website at
apps/docsfor the code-please project, using thedocs-pleaseNuxt layer from the pleaseai/docs repository.Context
Tasks
Setup (Critical Path)
Implementation (depends on setup)
Verification (final step)
Acceptance Criteria
turbo buildcompletes without errorsbun run devstarts development server at apps/docs