Claude AI Guide Project 5da77a35cc feat: Complete conversion of 'How to Talk to Claude' guide to Starlight website
- Convert 20+ markdown guides to Starlight documentation site
- Implement organized navigation with 4 main sections:
  * 3 Tutorials (learning-oriented)
  * 13 How-To Guides (task-oriented)
  * 4 Explanations (understanding-oriented)
  * Quick Reference (information-oriented)
- Add custom CSS for enhanced conversational feel
- Preserve original voice and tone while improving structure
- Create responsive design with proper mobile support
- Include organized sidebar with logical groupings and badges
- Ready for deployment at localhost:4321

Content migrated from '/home/user/claude/how-to-ai/' with proper
frontmatter conversion and Starlight formatting.
2025-07-08 00:15:31 -06:00

12 lines
207 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}