
- 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.
22 lines
229 B
Plaintext
22 lines
229 B
Plaintext
# build output
|
|
dist/
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|