This archive contains a user-friendly documentation page for the Audio Wave (Simple) visualizer source plugin for OBS Studio.
docs/index.html– main documentation page (client-oriented).docs/assets/css/style.css– styling for the docs page.docs/assets/img/– folder for screenshots referenced by the docs.
Expected screenshot filenames (you can replace the placeholders with your real images):
audio-wave-sources-list.png– First screenshot with the Sources+button and arrows to the new source item.audio-wave-blank-setup.png– Properties window with the blank / default setup.audio-wave-custom-setup.png– Properties window with some customized settings applied.
- Replace the placeholder images in
docs/assets/img/with your real screenshots, keeping the same filenames. - Adjust any text in
docs/index.htmlif you want to change wording, the plugin name, or repository URL. - Upload the
docs/folder to your project (e.g. as a GitHub Pages site, or as part of your plugin’s website).
By default, the docs include:
- Ko-fi:
https://ko-fi.com/mmltech - PayPal:
https://paypal.me/mmltools - GitHub repo (example):
https://github.com/mmlTools/obs-audio-wave-visualizer
If your repository name is different, edit the link in docs/index.html:
<a class="btn btn-github" href="https://github.com/mmlTools/obs-audio-wave-visualizer" target="_blank" rel="noopener">
</> Star & Fork on GitHub
</a>Change the URL to the actual repository for this plugin.
If this docs folder lives in your plugin repository:
- Put the
docs/folder at the root of the repo. - In the GitHub repo settings, enable GitHub Pages and choose the
docs/folder as the source. - GitHub will serve
docs/index.htmlas a small documentation website.
Your users can then access a nice, client-oriented guide without needing to read code or technical notes.