mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-14 10:57:41 +01:00
Merge pull request #2375 from polarathene/docs/setup-logo-clarify
docs: Better clarify logo setup options
This commit is contained in:
commit
f14a96020b
@ -16,11 +16,19 @@ additional icons][1] with minimal effort.
|
|||||||
### Logo
|
### Logo
|
||||||
|
|
||||||
[:octicons-file-code-24: Source][2] ·
|
[:octicons-file-code-24: Source][2] ·
|
||||||
:octicons-milestone-24: Default: `material/library`
|
:octicons-milestone-24: Default: [`material/library`](https://github.com/squidfunk/mkdocs-material/blob/master/material/.icons/material/library.svg)
|
||||||
|
|
||||||
There're two ways to specify a _logo_: it must be a valid path to [any icon
|
Configured in your `mkdocs.yml`; there are two types of _logo_ (choose only one):
|
||||||
bundled with the theme][3], or to a user-provided image located in the `docs`
|
|
||||||
folder. Both can be set via `mkdocs.yml`:
|
- `theme.logo` a user-provided image (_supports SVG_) located in the `docs` folder.
|
||||||
|
- `theme.icon.logo` for using [any icon bundled with the theme][3].
|
||||||
|
|
||||||
|
=== "Image"
|
||||||
|
|
||||||
|
``` yaml
|
||||||
|
theme:
|
||||||
|
logo: assets/logo.png
|
||||||
|
```
|
||||||
|
|
||||||
=== "Icon"
|
=== "Icon"
|
||||||
|
|
||||||
@ -30,13 +38,6 @@ folder. Both can be set via `mkdocs.yml`:
|
|||||||
logo: material/library
|
logo: material/library
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "Image"
|
|
||||||
|
|
||||||
``` yaml
|
|
||||||
theme:
|
|
||||||
logo: assets/logo.png
|
|
||||||
```
|
|
||||||
|
|
||||||
[2]: https://github.com/squidfunk/mkdocs-material/blob/master/src/partials/logo.html
|
[2]: https://github.com/squidfunk/mkdocs-material/blob/master/src/partials/logo.html
|
||||||
[3]: https://github.com/squidfunk/mkdocs-material/tree/master/material/.icons
|
[3]: https://github.com/squidfunk/mkdocs-material/tree/master/material/.icons
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user