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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user