This repository contains the source files of PhotoPrism's documentation in markdown.
They are meant to be parsed with the Mkdocs documentation builder to build the HTML documentation on docs.photoprism.org.
Pull Requests should use the master
branch by default.
Though arguably less convenient to edit than a wiki, this git repository is meant to receive pull requests to always improve the documentation, add new pages, etc. Having direct access to the source files in a revision control system is a big plus to ensure the quality of our documentation.
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
First make sure you have Docker and common development tools like make
installed on your computer.
Then use this command in the main project directory to download and run the latest version of mkdocs-material:
make pull watch
Now open http://localhost:8000/ in a Web browser to browse the docs.
To edit an existing page, locate its .md source file and open it in your favourite text editor. You can then commit the changes, push them to your fork and make a pull request.
- photoprism - main repository
- photoprism.github.io - public homepage hosted by GitHub Pages on photoprism.org
All the content of this repository is licensed under the Attribution-ShareAlike 4.0 International license (CC BY-SA 4.0).