Skip to content

Commit 53b32a1

Browse files
committed
Updated documentation
1 parent 98bc87b commit 53b32a1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/upgrade.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pip show mkdocs-material
2424
- Added support for integrating a language selector
2525
- Added support for rendering admonitions as inline blocks
2626
- 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)
2828
- Fixed keyboard navigation for code blocks after content tabs switch
2929

3030
### Changes to `mkdocs.yml`
@@ -605,7 +605,7 @@ matches the new structure:
605605
- Slight facelifting of some UI elements (Admonitions, tables, ...)
606606

607607
[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
609609
[prebuilt search indexes]: setup/setting-up-site-search.md#built-in-search
610610

611611
### Changes to `mkdocs.yml`
@@ -616,7 +616,7 @@ does not contain the key, you can skip it.
616616

617617
#### `theme.feature`
618618

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
620620
flags and can be enabled by listing them in `mkdocs.yml` under `theme.features`:
621621

622622
=== "5.x"
@@ -639,7 +639,7 @@ flags and can be enabled by listing them in `mkdocs.yml` under `theme.features`:
639639
#### `theme.logo.icon`
640640

641641
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]:
643643

644644
=== "5.x"
645645

@@ -660,7 +660,7 @@ be set to any of the [icons bundled with the theme][6]:
660660
#### `extra.repo_icon`
661661

662662
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]:
664664

665665
=== "5.x"
666666

@@ -679,7 +679,7 @@ be set to any of the [icons bundled with the theme][6]:
679679

680680
#### `extra.search.*`
681681

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
683683
search languages must now be listed as an array of strings and the `tokenizer`
684684
was renamed to `separator`:
685685

@@ -704,7 +704,7 @@ was renamed to `separator`:
704704
tokenizer: '[\s\-\.]+'
705705
```
706706

707-
[6]: setup/setting-up-site-search.md#built-in-search
707+
[plugin options]: setup/setting-up-site-search.md#built-in-search
708708

709709
#### `extra.social.*`
710710

0 commit comments

Comments
 (0)