Skip to content

Commit c4cf616

Browse files
committed
Updated documentation
1 parent babc28f commit c4cf616

7 files changed

+227
-148
lines changed

docs/reference/footnotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ _Example_:
6363

6464
_Result_:
6565

66-
[Jump to footnote at the bottom of the page](#fn:1)
66+
[:octicons-arrow-down-24: Jump to footnote](#fn:1)
6767

6868
[^1]: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
6969

@@ -87,4 +87,4 @@ _Result_:
8787
nulla. Curabitur feugiat, tortor non consequat finibus, justo purus
8888
auctor massa, nec semper lorem quam in massa.
8989

90-
[Jump to footnote at the bottom of the page](#fn:2)
90+
[:octicons-arrow-down-24: Jump to footnote](#fn:2)

docs/setup/adding-a-git-repository.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ The following configuration options are supported:
198198

199199
`enable_creation_date`{ #enable-creation-date }
200200

201-
: :octicons-milestone-24: Default: `false` – Enables the display of the
201+
: [:octicons-tag-24: 7.1.4][enable_creation_date support] ·
202+
:octicons-milestone-24: Default: `false` – Enables the display of the
202203
creation date of the file associated with the page next to the last updated
203204
date at the bottom of the page:
204205

@@ -215,3 +216,4 @@ them at your own risk.
215216

216217
[git-revision-date-localized support]: https://github.com/squidfunk/mkdocs-material/releases/tag/4.6.0
217218
[git-revision-date-localized]: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
219+
[enable_creation_date support]: https://github.com/squidfunk/mkdocs-material/releases/tag/7.1.4

docs/setup/changing-the-language.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following languages are supported:
7676
- `zh` – Chinese (Simplified)
7777
- `zh-Hant` – Chinese (Traditional)
7878
- `zh-TW` – Chinese (Taiwanese)
79-
- [Add language](https://bit.ly/38F5RCa)
79+
- [Add language]
8080

8181
</div>
8282

@@ -85,6 +85,7 @@ the default slug function works. Consider using a [Unicode-aware slug function].
8585

8686
[language support]: https://github.com/squidfunk/mkdocs-material/releases/tag/1.12.0
8787
[Unicode-aware slug function]: setting-up-navigation.md#slugify
88+
[Add language]: https://bit.ly/38F5RCa
8889

8990
### Site language selector
9091

docs/setup/setting-up-navigation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ This feature flag is not compatible with [`toc.integrate`][toc.integrate].
231231
[:octicons-tag-24: 6.2.0][toc.integrate support] ·
232232
:octicons-unlock-24: Feature flag
233233

234-
When navigation integration for the table of contents is enabled, it is always
234+
When navigation integration for the [table of contents] is enabled, it is always
235235
rendered as part of the navigation sidebar on the left. Add the following lines
236236
to `mkdocs.yml`:
237237

@@ -252,6 +252,7 @@ theme:
252252
This feature flag is not compatible with [`navigation.indexes`]
253253
[navigation.indexes].
254254

255+
[table of contents]: extensions/python-markdown.md#table-of-contents
255256
[toc.integrate support]: https://github.com/squidfunk/mkdocs-material/releases/tag/7.3.0
256257
[toc.integrate enabled]: ../assets/screenshots/toc-integrate.png
257258
[toc.integrate disabled]: ../assets/screenshots/navigation-tabs.png

0 commit comments

Comments
 (0)