mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05: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).
34 lines
725 B
Plaintext
34 lines
725 B
Plaintext
|
|
desktop.ini
|
|
.DS_Store
|
|
Thumbs.db
|
|
__pycache__/
|
|
*.pyc
|
|
.cache/
|
|
dist/
|
|
site/
|
|
*.tmp
|
|
*.log
|
|
node_modules/
|
|
|
|
# Generated site pages (built in CI)
|
|
docs/index.md
|
|
docs/platforms/
|
|
docs/systems/
|
|
docs/emulators/
|
|
docs/contributing.md
|
|
|
|
# Large files stored as GitHub Release assets (> 50MB)
|
|
bios/Arcade/Arcade/Firmware.19.0.0.zip
|
|
bios/Arcade/Arcade/maclc3.zip
|
|
bios/Nintendo/Nintendo DS/dsi_nand.bin
|
|
bios/Other/Batocera42/dsi_nand.bin
|
|
bios/Sony/PlayStation 3/PS3UPDAT.PUP
|
|
bios/Sony/PlayStation Vita/PSVUPDAT.PUP
|
|
bios/Sony/PlayStation Vita/PSP2UPDAT.PUP
|
|
|
|
# Large files stored as GitHub Release assets (additional)
|
|
bios/Arcade/MAME/artwork/snspell.zip
|
|
bios/Arcade/MAME/MAME 0.174 Arcade XML.dat
|
|
bios/Sony/PlayStation Vita/.variants/PSP2UPDAT.PUP
|