mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03: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
|
||||
|
||||
## 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:
|
||||
|
Loading…
Reference in New Issue
Block a user