Files
FlexLove/docs/README.md
Michael Freno f4d514bf2e simplified
2025-11-16 09:41:40 -05:00

19 lines
510 B
Markdown

# FlexLöve Documentation
This directory contains auto-generated API documentation from LuaLS annotations.
## Regenerating Documentation
To regenerate the documentation after making changes:
```bash
./scripts/generate_docs.sh
```
This will:
1. Extract version from `FlexLove.lua` (single source of truth)
2. Generate markdown from LuaLS annotations
3. Convert to searchable HTML with syntax highlighting
4. Create navigation sidebar with search functionality
5. Display version in page titles and headers