mirror of
https://github.com/Abdess/retrobios.git
synced 2026-04-20 05:47:46 +00:00
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). |
||
|---|---|---|
| .. | ||
| scraper | ||
| auto_fetch.py | ||
| common.py | ||
| cross_reference.py | ||
| dedup.py | ||
| download.py | ||
| download.sh | ||
| generate_db.py | ||
| generate_pack.py | ||
| generate_readme.py | ||
| generate_site.py | ||
| list_platforms.py | ||
| migrate.py | ||
| validate_pr.py | ||
| verify.py | ||