docs: add RetroArch save sorting requirement to Save Sync page
3016e64
docs: use banner image on Home page
125638f
docs: add banner image to wiki
5e57c70
docs: update architecture and development pages for service/adapter migration
4419f4e
chore: add logo to Home page and markdownlint config
de29c49
docs: update paths for lib/ → py_modules/lib/ move, version to v0.9.3
- Backend-Architecture: update path reference, lint command
- Development: update project structure, lint command
- Getting-Started: update example URL to v0.9.3
- Steam-Non-Steam-Shortcuts: update file references
ea595a9
docs: install from URL requires developer mode — add step to enable it
27ae425
docs: fix installation instructions — show URL pattern, remove cross-mode clipboard assumption
554e451
docs: improve installation instructions with example URL and manual alternative
03f6278
fix: correct save sync state schema, field names, and pre-launch trigger description
eeec2b2
docs: update BIOS Management wiki for core switching UI
- CPU button replaces gear menu submenu for per-game core selection
- Per-game override is now first in detection chain
- Offline BiosManager support (core switching works, downloads disabled)
- Non-default core indicator (yellow/gray CPU button)
- Two-column layout for BIOS + Emulator in game detail
- Removed "Platform Default" menu option
0b8b606
docs: add core switching UI documentation
Per-platform dropdown in BiosManager, per-game selection in gear menu,
non-default core badge in PlaySection.
be267d7
docs: update BIOS Management with per-platform filtering and detection chain
e0828ba
docs: per-core BIOS filtering + RetroDECK path migration
- BIOS Management: add Active Core Detection section
- New page: RetroDECK Path Migration (warning banners, conflict handling, what gets migrated)
- Home: add migration page to nav, renumber
- Save Sync: update prev nav link
17ed905
docs: note that save sync only works from game detail page
ed5ad32
docs: fix inaccuracies in Configuration, Syncing, Troubleshooting, Home
- Configuration: replace debug toggle with log level dropdown (4 levels,
default warn)
- Syncing Your Library: metadata displayed in custom panel, not natively
- Troubleshooting: BIOS not limited to disc-based systems, add missing
Delete Save Files and Delete BIOS Files sections to Danger Zone
- Home: BIOS description not limited to disc-based systems
106a909
docs: update wiki for accuracy and add new pages
- Steam-Non-Steam-Shortcuts: remove obsolete BIsModOrShortcut bypass
counter sections (~130 lines), document current custom component approach
- Home: update link descriptions, add Backend Architecture and Development links
- Save-Sync: fix conflict mode default (newest_wins → ask_me)
- Save-File-Sync-Architecture: fix conflict mode default, remove
dangling .romm-api-verified.md reference
- Getting-Started: replace Decky Store install with manual release zip
- Add Backend-Architecture page (9 mixins, dependency diagram, ~3500 LOC)
- Add Development page (setup, build, test, deploy guide)
94d6423
docs: update save sync wiki for verified RomM 4.6.1 API behavior
- Add RomM Save API endpoint reference table
- Document notes GET bug and all_user_notes workaround
- Add hybrid conflict detection explanation
- Add RomM 4.7.x future migration comparison table
- Add RomM version compatibility note to user-facing Save-Sync page
02c833b
docs: first-sync forces ask-me conflict resolution
c34e3dd
docs: add user guide wiki pages
Add 7 new user-facing wiki pages covering:
- Getting Started (prerequisites, installation, first-time setup)
- Configuration (connection settings, SGDB API key, Steam Input, debug)
- Syncing Your Library (how sync works, platform toggles, collections, artwork)
- Managing Games (detail panel, downloads, uninstall, metadata refresh)
- BIOS Management (what BIOS files are, per-platform status, downloads)
- Save Sync (auto-sync, conflict modes, manual sync, failed retries, offline)
- Troubleshooting (common issues, fixes, Danger Zone explained)
Rewrite Home.md as a proper landing page with separate User Guide
and Technical Reference sections.
14a54bb
docs: update save paths to use retrodeck.json instead of hardcoded paths
- Add Save base path section explaining retrodeck.json as canonical source
- Replace ~/retrodeck/saves/ with <saves_path> from retrodeck.json
- Document sort_savefiles_by_content_enable behavior (ROM folder, not core name)
- Add standalone emulator save path table (10 emulators with confirmed paths)
- Update save states reference to use <states_path> from retrodeck.json
- Clarify pending_conflicts file_path is relative to saves_path
71c7e41
docs: add Steam Non-Steam Shortcuts technical reference
Cover AddShortcut API behavior (ignored params, 500ms delay, quoting),
BIsModOrShortcut bypass counter state machine from MetaDeck pattern,
VDF format notes, CRC32 app ID calculation, and common pitfalls.
e0889a0
docs: add Save File Sync Architecture wiki page
New page covering three-way conflict detection, sync flows,
playtime tracking, device registration, and state schema.
Updated Home.md with link.
85a7c0f
Update: document removed detection approaches, add collection scoping
bc85676
Add Remote Play cross-device shortcuts documentation
f0a566b