Cursor rule
.cursor/rules/documentation-standards.mdcCursor rules
Quality
91/100
Scores the file, not the repository.Length
583 words
22 headings · 1 code blocksRepository
0
— · pushed 47 days agoLast changed
3 days ago
First indexed 3 days ago.1# Documentation Standards with Docusaurus23## Documentation Structure4- `docs/docs/` - Main documentation pages5- `docs/docusaurus.config.ts` - Site configuration6- `docs/sidebars.ts` - Navigation structure7- `docs/static/` - Static assets (images, downloads)8- `docs/src/` - Custom components and styling910## Standard Documentation Pages11- `intro.md` - Introduction and mod overview12- `installation.md` - Installation guide for players and servers13- `usage.md` - How to use the mod features14- `configuration.md` - Configuration options (if applicable)15- `faq.md` - Frequently asked questions16- `technical.md` - Technical details for developers17- `changelog.md` - Version history and changes1819## Content Standards20- **Writing Style**:21 - Use clear, concise language22 - Write for both new and experienced players23 - Avoid technical jargon where possible24- **Formatting**:25 - Use proper Markdown headings (##, ###)26 - Include code blocks with syntax highlighting27 - Add images for complex concepts28- **Media**:29 - Store images in `docs/static/img/`30 - Use descriptive filenames31 - Optimize images for web (PNG/JPG)32 - Reference with `/img/filename.png`3334## Compostables-Specific Documentation Rules3536### General Principles37- Maintain consistency across all documentation files38- Use proper Minecraft item names (official wiki names)39- Bold all mod items to distinguish from vanilla items40- Keep item counts accurate (107 total mod items)4142### Table Formatting43- Follow the exact 5-column format: 30%, 50%, 65%, 85%, 100%44- Use proper markdown table syntax45- Include image sprites and wiki links for all items46- Format: `[](wiki-link "Title")[Item Name](wiki-link "Title")`4748### Item Name Standards49- "Block of Bamboo" (not "Bamboo Block")50- Use proper capitalization51- Follow official Minecraft wiki naming52- Be consistent across all files5354### Files to Update Together55When making item changes, update:561. `docs/docs/intro.md` - Main documentation572. `docs/docs/modrinth.md` - Modrinth description583. `README.md` - If item counts change594. Any reference tables6061### Image Links62- Use minecraft.wiki image sprites63- Format: `https://minecraft.wiki/images/[Type]Sprite_[item-name].png?[hash]`64- Types: ItemSprite, BlockSprite, Invicon65- Always include alt text and titles6667### Wiki Links68- Link to official Minecraft wiki pages69- Format: `https://minecraft.wiki/w/[Item_Name]`70- Use proper page names (spaces become underscores)71- Include title attributes for accessibility7273### Markdown Best Practices74- Use proper heading hierarchy75- Include emoji icons for sections (🌱, ✨, 📦, etc.)76- Use code blocks for commands and file paths77- Keep line lengths reasonable for readability7879## Site Configuration80- Homepage redirects to documentation81- Navbar includes logo and navigation82- Search functionality enabled83- GitHub Pages deployment configured84- Custom styling in `docs/src/css/custom.css`8586## Key Features87- **Local Search**: Client-side search functionality88- **Responsive Design**: Mobile and desktop optimized89- **Theme Support**: Dark/light mode switching90- **Version Control**: Edit links to GitHub repository91- **Navigation**: Auto-generated sidebars92- **SEO**: Metadata and sitemap generation93- **Analytics**: Optional analytics integration9495## Documentation Development96```bash97cd docs9899# First time setup100npm install101102# Local development (hot reload)103npm start104105# Build for production106npm run build107108# Test production build locally109npm run serve110111# Clear cache if needed112npm run clear113```114115## Deployment116- Automatic deployment via GitHub Actions117- Deploys to GitHub Pages on main branch118- Custom domains supported119- Version tagging for releases120121## Best Practices122- **Organization**:123 - Group related topics together124 - Use consistent page structure125 - Create logical navigation flow126- **Content**:127 - Include practical examples128 - Add screenshots for UI elements129 - Provide troubleshooting sections130- **Maintenance**:131 - Update docs with each release132 - Review for accuracy regularly133 - Fix broken links promptly134description:135globs:136alwaysApply: false137---
Also in survivorsunited/mods-su-compostables
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| survivorsunited/mods-su-compostables.cursor/rules/ci-cd-workflow.mdc · 0 | Cursor rules | setupbuildgitsecurity+3 | 63/100 | 3 days ago | |
| survivorsunited/mods-su-compostables.cursor/rules/development-workflow.mdc · 0 | Cursor rules | setupbuildteststyle+4 | 86/100 | 3 days ago | |
| survivorsunited/mods-su-compostables.cursor/rules/gradle-build-standards.mdc · 0 | Cursor rules | buildstyledependenciesdeployment | 78/100 | 3 days ago | |
| survivorsunited/mods-su-compostables.cursor/rules/java-coding-standards.mdc · 0 | Cursor rules | stylearch | 58/100 | 3 days ago | |
| survivorsunited/mods-su-compostables.cursor/rules/proj-compostables.mdc · 0 | Cursor rules | archsecuritydeploymentagent-behaviour+1 | 66/100 | 3 days ago | |
| survivorsunited/mods-su-compostables.cursor/rules/project-overview.mdc · 0 | Cursor rules | buildarchdeploymentagent-behaviour+1 | 67/100 | 3 days ago | |
| survivorsunited/mods-su-compostables.cursor/rules/recipe-json-standards.mdc · 0 | Cursor rules | lint-formatstylearchtypes | 62/100 | 3 days ago | |
| survivorsunited/mods-su-compostables.cursor/rules/rules.mdc · 0 | Cursor rules | buildteststylearch+4 | 92/100 | 3 days ago |
Diff against .cursor/rules/ci-cd-workflow.mdc Diff against .cursor/rules/development-workflow.mdc Diff against .cursor/rules/gradle-build-standards.mdc Diff against .cursor/rules/java-coding-standards.mdc Diff against .cursor/rules/proj-compostables.mdc Diff against .cursor/rules/project-overview.mdc Diff against .cursor/rules/recipe-json-standards.mdc Diff against .cursor/rules/rules.mdc
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 3 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago |
