feat: add claude-manual docs page with task-oriented guide and cross-links

Add a new "Manual" documentation page under the Claude section that provides a hands-on, task-oriented guide for using the Claude Code setup. The page covers the mental model of commands, workflows, and subagents, the core five-beat development loop, and practical workflows for adding features, changing code, fixing bugs, and testing. Also update the existing claude.html page to link to the new manual page as the primary entry point for new users, replacing the generic reference to "next pages."
This commit is contained in:
2026-06-13 18:41:20 +00:00
parent 5c199474f3
commit 98f005342d
3 changed files with 240 additions and 1 deletions
+6
View File
@@ -92,6 +92,12 @@ DOCS_PAGES = [
"kind": "prose",
"section": SECTION_CLAUDE,
},
{
"slug": "claude-manual",
"title": "Manual",
"kind": "prose",
"section": SECTION_CLAUDE,
},
{
"slug": "claude-agents",
"title": "Subagents",