mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added missing documentation for the site_favicon option
This commit is contained in:
parent
00ba4be6aa
commit
e7a72a3d5d
@ -286,6 +286,15 @@ Additionally, for GitHub, the number of stars and forks is shown.
|
|||||||
|
|
||||||
[15]: http://www.mkdocs.org/user-guide/configuration/#edit_uri
|
[15]: http://www.mkdocs.org/user-guide/configuration/#edit_uri
|
||||||
|
|
||||||
|
### Adding a favicon
|
||||||
|
|
||||||
|
Adding a favicon to your site is very easy. Simply set the following variable
|
||||||
|
via your project's `mkdocs.yml`:
|
||||||
|
|
||||||
|
``` yaml
|
||||||
|
site_favicon: 'images/favicon.ico'
|
||||||
|
```
|
||||||
|
|
||||||
### Adding a logo
|
### Adding a logo
|
||||||
|
|
||||||
Material makes it easy to add your logo. Your logo should have rectangular
|
Material makes it easy to add your logo. Your logo should have rectangular
|
||||||
|
Loading…
Reference in New Issue
Block a user