From 62927073de633bd29bebe1907271d01c6345af71 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sun, 18 Nov 2018 05:51:35 +1300 Subject: [PATCH] Added documentation for Web App Manifest (#916) --- docs/getting-started.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 1e3c87a43..ab23ee4a5 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -585,6 +585,15 @@ will result in `fa fa-github`. [21]: customization.md +## Web app manifest + +A web app manifest is a simple JSON file that tells the browser about your web application and how it should behave when installed on the user's mobile device or desktop. You can specify a manifest in your `mkdocs.yml`: + +```yaml +extra: + manifest: site.webmanifest +``` + ## Integrations ### Google Analytics @@ -697,6 +706,7 @@ extra: link: 'https://twitter.com/squidfunk' - type: 'linkedin' link: 'https://linkedin.com/in/squidfunk' + manifest: site.webmanifest # Google Analytics google_analytics: