docs: add v5 migration guide

This commit is contained in:
2026-07-11 15:09:41 +02:00
committed by d3vyce
parent 51acf61d0f
commit 7da08ffd9a
4 changed files with 166 additions and 6 deletions
+1 -2
View File
@@ -121,7 +121,6 @@ Modules = [
{Models = "module/models.md"},
{Pytest = "module/pytest.md"},
{Schemas = "module/schemas.md"},
{Security = "module/security.md"},
]
[[project.nav]]
@@ -137,7 +136,6 @@ Reference = [
{Models = "reference/models.md"},
{Pytest = "reference/pytest.md"},
{Schemas = "reference/schemas.md"},
{Security = "reference/security.md"},
]
[[project.nav]]
@@ -147,6 +145,7 @@ Examples = [
[[project.nav]]
Migration = [
{"v5.0" = "migration/v5.md"},
{"v4.0" = "migration/v4.md"},
{"v3.0" = "migration/v3.md"},
{"v2.0" = "migration/v2.md"},