Instruction file imported from mike-at-redspace/video-ambient-glow (
.cursor/rules/wiki.mdc). Copyright stays with the author.
- Use Markdown format for all documentation
- Include code examples with syntax highlighting
- Reference framework integrations: React, Vue, Svelte, Angular
- API documentation should match types in
src/types.ts - Include installation instructions, usage examples, configuration options
- Use clear headings and structure
- Link between pages where relevant
- Examples should be copy-paste ready and tested
- Include performance tips and best practices
- Document all public API methods and options
- Note:
wiki/is a git submodule pointing to the GitHub wiki repository - After editing wiki files, publish with
npm run wiki(runsscripts/publish-wiki.sh) - Remember to commit the submodule update in main repo:
git add wiki && git commit -m "Update wiki submodule" - @file wiki/API-Reference.md
- @file wiki/Examples.md
- @file scripts/publish-wiki.sh