mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Added documentation for Web App Manifest (#916)
This commit is contained in:
parent
09f979c32c
commit
62927073de
@ -585,6 +585,15 @@ will result in `fa fa-github`.
|
|||||||
|
|
||||||
[21]: customization.md
|
[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
|
## Integrations
|
||||||
|
|
||||||
### Google Analytics
|
### Google Analytics
|
||||||
@ -697,6 +706,7 @@ extra:
|
|||||||
link: 'https://twitter.com/squidfunk'
|
link: 'https://twitter.com/squidfunk'
|
||||||
- type: 'linkedin'
|
- type: 'linkedin'
|
||||||
link: 'https://linkedin.com/in/squidfunk'
|
link: 'https://linkedin.com/in/squidfunk'
|
||||||
|
manifest: site.webmanifest
|
||||||
|
|
||||||
# Google Analytics
|
# Google Analytics
|
||||||
google_analytics:
|
google_analytics:
|
||||||
|
Loading…
Reference in New Issue
Block a user