-
Notifications
You must be signed in to change notification settings - Fork 0
github wiki setup
Daniel Christo edited this page Apr 12, 2026
·
2 revisions
This wiki is a sibling git repository to zFlux/soundwave: clone URL git@github.com:zFlux/soundwave.wiki.git (or https://github.com/zFlux/soundwave.wiki.git).
Documentation lives here, not in the main Soundwave repo. The application repository holds code and assets; conceptual docs, design notes, and setup instructions are maintained as wiki pages (backed by this git repo).
Workflow:
- Edit wiki pages in the GitHub Wiki UI, or clone this repository, edit
.mdfiles locally, commit, and push. - Changes to the wiki do not require a commit to the main
soundwaverepo unless you are also changing application code.
git clone https://github.com/zFlux/soundwave.wiki.git
cd soundwave.wiki
# edit .md files, then:
git add .
git commit -m "Update wiki"
git pushThe default landing page is Home.md. Optional navigation: _Sidebar.md.
Product
Concept
Legacy implementation
Experiments / PoCs
Meta