refactor(docs): restructure with tabbed navigation

This commit is contained in:
Travis Abendshien
2025-09-28 13:09:19 -07:00
parent b7e0613ffb
commit 8d7ba0dd86
29 changed files with 1579 additions and 1241 deletions

View File

@@ -38,7 +38,7 @@ dependencies = [
[project.optional-dependencies]
dev = ["tagstudio[mkdocs,mypy,pre-commit,pyinstaller,pytest,ruff]"]
mkdocs = ["mkdocs-material[imaging]>=9.6.14"]
mkdocs = ["mkdocs-material[imaging]>=9.6.14", "mkdocs-redirects~=1.2"]
mypy = ["mypy==1.15.0", "mypy-extensions==1.*", "types-ujson~=5.10"]
pre-commit = ["pre-commit~=4.2"]
pyinstaller = ["Pyinstaller~=6.13"]