docs: Add the 4to5 migration guide to the docs

Adding this to the built docs ensures that it is buildable.
This commit is contained in:
Matthias Clasen 2024-05-29 19:03:23 -04:00
parent 0e94e5ecda
commit 83aa176466
2 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,7 @@ content_files = [
"section-tree-widget.md",
"migrating-2to4.md",
"migrating-3to4.md",
"migrating-4to5.md",
"broadway.md",
"osx.md",
"wayland.md",

View File

@ -14,6 +14,7 @@ expand_content_md_files = [
'running.md',
'migrating-2to4.md',
'migrating-3to4.md',
'migrating-4to5.md',
'actions.md',
'input-handling.md',
'drawing-model.md',