mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed links to features in upgrade to 5.x (#1584)
From (bad link): https://squidfunk.github.io/getting-started/#tabs To: https://squidfunk.github.io/mkdocs-material/getting-started/#tabs
This commit is contained in:
parent
65482d466b
commit
e5b5d07229
@ -54,8 +54,8 @@ flags and can be enabled by listing them in `mkdocs.yml` under `theme.features`:
|
|||||||
tabs: true
|
tabs: true
|
||||||
```
|
```
|
||||||
|
|
||||||
[4]: ../../../getting-started/#tabs
|
[4]: ../../getting-started/#tabs
|
||||||
[5]: ../../../getting-started/#instant-loading
|
[5]: ../../getting-started/#instant-loading
|
||||||
|
|
||||||
#### `theme.logo.icon`
|
#### `theme.logo.icon`
|
||||||
|
|
||||||
@ -70,7 +70,7 @@ be set to any of the [icons bundled with the theme][6]:
|
|||||||
logo: material/cloud
|
logo: material/cloud
|
||||||
```
|
```
|
||||||
|
|
||||||
[6]: ../../../getting-started/#icons
|
[6]: ../../getting-started/#icons
|
||||||
|
|
||||||
=== "4.x"
|
=== "4.x"
|
||||||
|
|
||||||
@ -127,7 +127,7 @@ was renamed to `separator`:
|
|||||||
tokenizer: [\s\-\.]+
|
tokenizer: [\s\-\.]+
|
||||||
```
|
```
|
||||||
|
|
||||||
[7]: ../../../plugins/search/#configuration
|
[7]: ../../plugins/search/#configuration
|
||||||
|
|
||||||
#### `extra.social.*`
|
#### `extra.social.*`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user