Skip to content

Files

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Progressive Web Apps for Firefox - Documentation

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!

Description

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.

Development

Dependencies

pip install -r requirements.txt

Commands

  • mkdocs serve - Start the live-reloading docs server.
  • mkdocs build - Build the documentation site.
  • mkdocs -h - Print help message and exit.