Skip to content

appstore-ideas/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appstore-ideas — public docs

Privacy, support, and terms pages for our iOS apps. Built with mkdocs-material, deployed to GitHub Pages.

Live: https://app-docs.omegion.dev/

Add a new app

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.

Local preview

pip install -r requirements.txt
mkdocs serve

Open http://127.0.0.1:8000.

Deploy

GitHub Actions builds and deploys on every push to main. To deploy manually, run the Deploy site workflow under the Actions tab.

Releases

No releases published

Packages

 
 
 

Contributors