Skip to content

Commit 6e0e799

Browse files
committed
Documentation
1 parent db09bd0 commit 6e0e799

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

docs/reference/code-blocks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ See additional configuration options:
4343
4444
### Code annotations
4545
46-
[:octicons-heart-fill-24:{ .mdx-heart } Insiders][Insiders]{ .mdx-insiders } ·
47-
[:octicons-tag-24: insiders-2.2.0][Insiders] ·
46+
[:octicons-tag-24: 8.0.0b1][Code annotations support] ·
4847
:octicons-unlock-24: Feature flag ·
4948
:octicons-beaker-24: Experimental
5049
@@ -78,7 +77,7 @@ theme:
7877
Note that the language shortcode which has to come first must now also be
7978
prefixed by a `.`.
8079

81-
[Insiders]: ../insiders/index.md
80+
[Code annotations support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.0.0b1
8281
[Attribute Lists]: ../setup/extensions/python-markdown.md#attribute-lists
8382

8483
## Usage

docs/setup/setting-up-navigation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ especially useful for large documentation sites.
4141
4242
### Anchor tracking
4343
44-
[:octicons-heart-fill-24:{ .mdx-heart } Insiders][Insiders]{ .mdx-insiders } ·
45-
[:octicons-tag-24: insiders-2.1.0][Insiders] ·
44+
[:octicons-tag-24: 8.0.0b1][Anchor tracking support] ·
4645
:octicons-unlock-24: Feature flag ·
4746
:octicons-beaker-24: Experimental
4847
@@ -56,7 +55,7 @@ theme:
5655
- navigation.tracking
5756
```
5857

59-
[Insiders]: ../insiders/index.md
58+
[Anchor tracking support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.0.0b1
6059

6160
### Navigation tabs
6261

docs/setup/setting-up-versioning.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ Check out the versioning example to see it in action –
6262

6363
### Version warning
6464

65-
[:octicons-heart-fill-24:{ .mdx-heart } Insiders][Insiders]{ .mdx-insiders } ·
66-
[:octicons-tag-24: insiders-2.5.0][Insiders] ·
65+
[:octicons-tag-24: 8.0.0b1][Version warning support] ·
6766
:octicons-file-symlink-file-24: Customization
6867

6968
If you're using versioning, you might want to display a warning when the user
@@ -103,7 +102,7 @@ extra:
103102

104103
Make sure that this matches the [default version].
105104

106-
[Insiders]: ../insiders/index.md
105+
[Version warning support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.0.0b1
107106
[theme extension]: ../customization.md#extending-the-theme
108107
[overriding blocks]: ../customization.md#overriding-blocks
109108
[Version warning preview]: ../assets/screenshots/version-warning.png
@@ -134,6 +133,8 @@ the current page:
134133
docs.example.com/0.1/bar/ -> docs.example.com/0.2/
135134
```
136135

136+
[Insiders]: ../insiders/index.md
137+
137138
## Usage
138139

139140
While this section outlines the basic workflow for publishing new versions,

0 commit comments

Comments
 (0)