Privacy, support, and terms pages for our iOS apps. Built with mkdocs-material, deployed to GitHub Pages.
Live: https://app-docs.omegion.dev/
docs/apps/<app-slug>/
index.md # app description, links to the three legal pages
privacy.md
support.md
terms.md
Then add a section under nav: in mkdocs.yml, and a card on docs/index.md.
pip install -r requirements.txt
mkdocs serveOpen http://127.0.0.1:8000.
GitHub Actions builds and deploys on every push to main. To deploy manually,
run the Deploy site workflow under the Actions tab.