Skip to content
Riqqqque edited this page Jun 12, 2026 · 6 revisions

OpenLaunchDeck Wiki

This folder is the source for the public GitHub wiki.

Use Home as the wiki landing page. The pages are written so a new user can set up the app without already knowing MIDI, OBS WebSocket, or Windows audio routing.

The source files in this folder use normal .md links so they render correctly in the main repository. The live GitHub Wiki should use extensionless page links, otherwise wiki navigation can open raw Markdown files instead of rendered pages. Use scripts\sync-wiki.ps1 to copy the pages into the wiki repository and rewrite those links safely.

Pages

Syncing To GitHub Wiki

The GitHub wiki uses a separate repository:

https://github.com/Riqqqque/OpenLaunchDeck.wiki.git

Copy the Markdown files from this folder into that wiki repository and push the wiki repo after editing.

Recommended sync command:

powershell -ExecutionPolicy Bypass -File scripts\sync-wiki.ps1 -WikiPath "$env:LOCALAPPDATA\Temp\OpenLaunchDeck.wiki"

Clone this wiki locally