003_cursor_docs
DocumentationDevelopmentBest PracticesFile OrganizationCross-referencing
Description
These files contain reference documentation and guides to aid in development efforts
Globs
docs/**/*
---
description: These files contain reference documentation and guides to aid in development efforts
globs: docs/**/*
---
Documentation Organization for hyperbliss.tech:
Style:
- Informative but clever and engagingb
File Organization:
- Use descriptive filenames in kebab-case.md format
- Include a frontmatter section with title, date, and author
- Group related documents in subdirectories
- For API docs, include examples and props/methods tables
Cross-referencing:
- Use @file syntax to reference related files
- Link documentation to relevant code files when applicable
- Reference architectural decisions with links to ADRs
- Tag components with their documentation counterparts