@@ -24,7 +24,7 @@ pip show mkdocs-material
24
24
- Added support for integrating a language selector
25
25
- Added support for rendering admonitions as inline blocks
26
26
- Rewrite of the underlying reactive architecture
27
- - Removed Webpack in favor of reactive build strategy (- 480 dependencies)
27
+ - Removed Webpack in favor of reactive build strategy (– 480 dependencies)
28
28
- Fixed keyboard navigation for code blocks after content tabs switch
29
29
30
30
### Changes to ` mkdocs.yml `
@@ -605,7 +605,7 @@ matches the new structure:
605
605
- Slight facelifting of some UI elements (Admonitions, tables, ...)
606
606
607
607
[ CSS variables ] : setup/changing-the-colors.md#custom-colors
608
- [ icon integration ] : setup/changing-the-logo-and- icons.md#icons
608
+ [ icon integration ] : reference/ icons-emojis .md#search
609
609
[ prebuilt search indexes ] : setup/setting-up-site-search.md#built-in-search
610
610
611
611
### Changes to ` mkdocs.yml `
@@ -616,7 +616,7 @@ does not contain the key, you can skip it.
616
616
617
617
#### ` theme.feature `
618
618
619
- Optional features like [ tabs] [ 3 ] and [ instant loading] [ 4 ] are now implemented as
619
+ Optional features like [ tabs] and [ instant loading] are now implemented as
620
620
flags and can be enabled by listing them in ` mkdocs.yml ` under ` theme.features ` :
621
621
622
622
=== "5.x"
@@ -639,7 +639,7 @@ flags and can be enabled by listing them in `mkdocs.yml` under `theme.features`:
639
639
#### ` theme.logo.icon `
640
640
641
641
The logo icon configuration was centralized under ` theme.icon.logo ` and can now
642
- be set to any of the [ icons bundled with the theme] [ 6 ] :
642
+ be set to any of the [ icons bundled with the theme] [ icon integration ] :
643
643
644
644
=== "5.x"
645
645
@@ -660,7 +660,7 @@ be set to any of the [icons bundled with the theme][6]:
660
660
#### ` extra.repo_icon `
661
661
662
662
The repo icon configuration was centralized under ` theme.icon.repo ` and can now
663
- be set to any of the [ icons bundled with the theme] [ 6 ] :
663
+ be set to any of the [ icons bundled with the theme] [ icon integration ] :
664
664
665
665
=== "5.x"
666
666
@@ -679,7 +679,7 @@ be set to any of the [icons bundled with the theme][6]:
679
679
680
680
#### ` extra.search.* `
681
681
682
- Search is now configured as part of the [ plugin options] [ 6 ] . Note that the
682
+ Search is now configured as part of the [ plugin options] . Note that the
683
683
search languages must now be listed as an array of strings and the ` tokenizer `
684
684
was renamed to ` separator ` :
685
685
@@ -704,7 +704,7 @@ was renamed to `separator`:
704
704
tokenizer: '[\s\-\.]+'
705
705
```
706
706
707
- [ 6 ] : setup/setting-up-site-search.md#built-in-search
707
+ [ plugin options ] : setup/setting-up-site-search.md#built-in-search
708
708
709
709
#### ` extra.social.* `
710
710
0 commit comments