The documentation for the PWAsForFirefox project.
Note
Parts of the website are still work-in-progress. Please use the feedback button and open GitHub issues with your feedback and suggestions about potential improvements. You can also participate in a GitHub discussion about the documentation website. Thank you!
Note
The website can be viewed at pwasforfirefox.filips.si.
The documentation website for the project is built using MkDocs and Material for MkDocs theme. It is built and deployed automatically on new releases, but a deployment can also be triggered manually if needed.
pip install -r requirements.txt
mkdocs serve
- Start the live-reloading docs server.mkdocs build
- Build the documentation site.mkdocs -h
- Print help message and exit.