4.46.6
(fix): Fix tag description pages not being generated when a tag reference in
docs.yml uses a title override. Tags with title overrides are parsed
as Package type items, but the #convertPackage method did not call
createTagDescriptionPageId, so the overview page was silently dropped.
The method now falls back to creating a tag description page when no
explicit overview is provided.
4.46.5
(fix): Internal improvements to GitHub integration for server-side operations.