Prepare 9.6.0 release

This commit is contained in:
squidfunk
2025-01-31 11:02:40 +07:00
parent 050c299ec8
commit 1416697c6b
10 changed files with 43 additions and 33 deletions

View File

@@ -134,12 +134,14 @@ is enabled.
<!-- md:version 8.2.0 -->
<!-- md:default none -->
!!! info "This setting is not needed in [Insiders]"
!!! warning "This setting is deprecated"
Insiders ships a __ground up rewrite of the tags plugin__ which is infinitely
more powerful than the current version in the community edition. It allows
for an arbitrary number of tags indexes (listings), [scoped listings],
[shadow tags], [nested tags], and much more.
As of version <!-- md:version 9.6.0 -->, this setting is deprecated, as this
version ships a __ground up rewrite of the tags plugin__ which is much more
powerful than the previous version. Tags [listings] can be used on any page
now.
<div style="opacity: 0.5" markdown>
Use this setting to specify the location of the tags index, which is the page
used to render a list of all tags and their associated pages. If this setting is
@@ -158,10 +160,9 @@ if you want to have a tags index.
The provided path is resolved from the [`docs` directory][mkdocs.docs_dir].
[Insiders]: ../insiders/index.md
[scoped listings]: ../setup/setting-up-tags.md#scoped-listings
[shadow tags]: ../setup/setting-up-tags.md#shadow-tags
[nested tags]: ../setup/setting-up-tags.md#nested-tags
</div>
[listings]: ../setup/setting-up-tags.md#adding-a-tags-index
---