Skip to content
David Koteski edited this page Apr 30, 2026 · 2 revisions

Wiki source files

This folder contains the Markdown source for the OmenMon-Reborn GitHub Wiki.

File Wiki page
Home.md Home
Architecture.md Architecture
Model-Database.md Model Database
Auto-Detection.md Auto-Detection
Contributing-Hardware-Data.md Contributing Hardware Data

Images

Place screenshot files in wiki/images/. The four screenshots referenced across the pages are:

Filename Used in Shows
unknown-model-detected.png Auto-Detection The startup prompt for an unrecognised device
auto-config-saved.png Auto-Detection The success dialog after heuristic detection
contribute-menu-item.png Contributing Hardware Data The tray context menu with the new item visible
hardware-dump-copied.png Contributing Hardware Data The confirmation dialog after the dump is copied

Publishing to GitHub Wiki

GitHub Wiki is a separate Git repository at https://github.com/seakyy/OmenMon-Reborn.wiki.git.
To push these files there:

git clone https://github.com/seakyy/OmenMon-Reborn.wiki.git
cp wiki/*.md OmenMon-Reborn.wiki/
cp -r wiki/images OmenMon-Reborn.wiki/
cd OmenMon-Reborn.wiki
git add .
git commit -m "Add developer wiki"
git push

Clone this wiki locally