MkDocs

MkDocs Categories Plugin Update

less than 1 minute read

pypi

The latest version, v0.4.0, of the mkdocs-categories-plugin is now available here or by running pip install mkdocs-categories-plugin. This new version fixes the sorting of categories containing numbers. This release is a minor quality-of-life update, but I can’t believe I didn’t notice this behavior before!

v0.3.0 v0.4.0
Before the patch After the patch

MkDocs Plugins Updates

less than 1 minute read

The latest version, v0.6.0, of the mkdocs-alias-plugin is now available here or by running pip install mkdocs-alias-plugin. This new version adds the ability to use anchors within aliases, e.g.: [[my-alias#my anchor]] would link to something like my-page.md#my anchor.

Also updated is the mkdocs-categories-plugin, version 0.3.0 is available here or by running pip install mkdocs-categories-plugin. This version adds support for subcategories, allowing you to create structured category hierarchies.

mkdocs-alias-plugin 0.5.0 Release

less than 1 minute read

The latest version, v0.5.0, of the mkdocs-alias-plugin is now available here. This new version adds the ability to use the use_relative_link config flag, which causes the plugin to generate relative links to the aliased document rather than absolute ones. This flag is useful for those who host their wikis in subdirectories.

mkdocs-alias-plugin is an MkDocs plugin allowing links to your pages using a custom alias such as [[my-alias]] or [[my-alias|My Title]].