v2026.04.02/scripts
Abdessamad Derraz b15b062782 feat: add mkdocs site generator, 332 pages
generate_site.py reads database.json + platforms/*.yml + emulators/*.yml
and produces a complete MkDocs Material documentation site:
- Home: stats, downloads, coverage dashboard
- 7 platform pages with per-file verification status
- 60 system pages grouped by manufacturer with cross-references
- 260 emulator pages with source code analysis
- Contributing guide

mkdocs.yml with Material theme, system fonts, auto dark mode.
Generated docs/ in .gitignore (built in CI only).
2026-03-18 10:22:00 +01:00
..
scraper refactor: extract _fetch_raw to BaseScraper (DRY) 2026-03-18 08:22:21 +01:00
auto_fetch.py refactor: quality audit fixes, honest verification reporting 2026-03-17 15:35:30 +01:00
common.py refactor: extract resolve_local_file to common.py (DRY) 2026-03-18 08:11:10 +01:00
cross_reference.py feat: add emulator profiles and cross-reference engine (tier 2) 2026-03-17 20:08:27 +01:00
dedup.py refactor: fix code review findings across all scripts 2026-03-17 15:16:51 +01:00
download.py refactor: fix code review findings across all scripts 2026-03-17 15:16:51 +01:00
download.sh update all references from retroarch_system to retrobios 2026-03-17 11:17:50 +01:00
generate_db.py feat: batocera 679/680, fix variant indexing, add hikaru + segaboot 2026-03-17 17:06:02 +01:00
generate_pack.py refactor: extract resolve_local_file to common.py (DRY) 2026-03-18 08:11:10 +01:00
generate_readme.py refactor: fix code review findings across all scripts 2026-03-17 15:16:51 +01:00
generate_site.py feat: add mkdocs site generator, 332 pages 2026-03-18 10:22:00 +01:00
list_platforms.py refactor: fix code review findings across all scripts 2026-03-17 15:16:51 +01:00
migrate.py v2: automated BIOS platform with full pipeline 2026-03-17 10:54:39 +01:00
validate_pr.py refactor: consolidate CI pipeline, remove third-party deps 2026-03-17 12:33:10 +01:00
verify.py refactor: extract resolve_local_file to common.py (DRY) 2026-03-18 08:11:10 +01:00