Welcome to PWA MkDocs¶
For full documentation visit mkdocs.org.
Commands¶
mkdocs serve- Start the live-reloading docs server.npm run build- Build the documentation site.
Project layout¶
sw-src.js # Workbox service worker manifest
workbox-config.js # Workbox config file
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.