Skip to content
github-actions[bot] edited this page Jul 15, 2026 · 8 revisions

Soterios Wiki

Version-controlled wiki source for Soterios. These pages mirror the GitHub Wiki and can be synced by maintainers.

User guides

Privacy and support

Developer documentation

Syncing to GitHub Wiki

Maintainers can copy pages to the wiki git repository:

git clone https://github.com/chrisriv10/Soterios.wiki.git
cp docs/wiki/*.md Soterios.wiki/
cd Soterios.wiki
git add .
git commit -m "Sync wiki from docs/wiki"
git push

GitHub Wiki uses page names without the .md extension in links (e.g., [Installation](Installation)).

Clone this wiki locally