Skip to content

Commit dd10df9

Browse files
committed
Documentation
1 parent d5d0e75 commit dd10df9

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

docs/insiders/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,10 @@ which are currently exclusively available to sponsors:
174174

175175
<div class="mdx-columns" markdown>
176176

177+
- [x] [Tooltips] :material-new-box:
177178
- [x] [Chinese search support] :material-new-box:
178179
- [x] [Tag icons] :material-new-box:
179-
- [x] [Card grids] :material-new-box:
180+
- [x] [Card grids]
180181
- [x] [Offline plugin]
181182
- [x] [Privacy plugin]
182183
- [x] [Table of contents anchor following]
@@ -277,11 +278,13 @@ are released for general availability.
277278

278279
- [x] [Privacy plugin]
279280
- [x] [Card grids]
281+
- [x] [Tooltips]
280282
- [ ] [Instant previews]
281283
- [ ] and much more, to be announced ...
282284

283285
[Privacy plugin]: ../setup/ensuring-data-privacy.md
284286
[Card grids]: ../reference/grids.md
287+
[Tooltips]: ../reference/tooltips.md
285288
[Instant previews]: https://twitter.com/squidfunk/status/1466794654213492743
286289

287290
### Goals completed

docs/setup/extensions/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ markdown_extensions:
9797
- pymdownx.superfences
9898
```
9999
100-
[reference]: ../../reference/abbreviations.md
100+
[reference]: ../../reference/tooltips.md
101101
102102
### Recommended configuration
103103

docs/setup/extensions/python-markdown-extensions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ See reference for usage:
559559

560560
[Snippets]: https://facelessuser.github.io/pymdown-extensions/extensions/snippets/
561561
[Snippets support]: https://github.com/squidfunk/mkdocs-material/releases/tag/0.1.0
562-
[Adding a glossary]: ../../reference/abbreviations.md#adding-a-glossary
562+
[Adding a glossary]: ../../reference/tooltips.md#adding-a-glossary
563563
[Embedding external files]: ../../reference/code-blocks.md#embedding-external-files
564564

565565
### SuperFences

docs/setup/extensions/python-markdown.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ No configuration options are available. See reference for usage:
3434
3535
[Abbreviations]: https://python-markdown.github.io/extensions/abbreviations/
3636
[Abbreviations support]: https://github.com/squidfunk/mkdocs-material/releases/tag/1.0.0
37-
[Adding abbreviations]: ../../reference/abbreviations.md#adding-abbreviations
38-
[Adding a glossary]: ../../reference/abbreviations.md#adding-a-glossary
37+
[Adding abbreviations]: ../../reference/tooltips.md#adding-abbreviations
38+
[Adding a glossary]: ../../reference/tooltips.md#adding-a-glossary
3939
4040
### Admonition
4141

0 commit comments

Comments
 (0)