docs(mkdocs): formatting and tooling upgrades to improve performance

BREAKING CHANGE: This version is NOT compatible with v1.1.x. It is a top-down rebuild of the guide in mkdocs-material.

Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
nopeitsnothing
2024-07-26 23:19:20 -04:00
committed by No
parent ec6ff4f3e4
commit 11b6004bba
7 changed files with 528 additions and 4 deletions

10
.cz.toml Normal file
View File

@@ -0,0 +1,10 @@
[tool.commitizen]
bump_message = "release $current_version → $new_version []"
annotated_tag = true
version = "1.2.1"
update_changelog_on_bump = false
gpg_sign = true
allow_abort = true
version_files = [
"_config.yml:version"
]