docs: bump mdxify to >=0.2.42, drop empty API-ref stubs#22339
Merged
Conversation
mdxify 0.2.42 no longer generates placeholder pages for empty modules and fixes navigation dead links. Regenerating drops 46 empty SDK reference stubs (e.g. prefect-cli-__init__) and their nav entries, and repoints packages with only-private submodules (prefect.cli.deploy, .transfer) at their actual -__init__ pages. Verified: 0 dead links and 0 orphans across all 360 API-ref nav entries. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
zzstoatzz
force-pushed
the
docs/mdxify-0.2.40-empty-modules
branch
from
June 22, 2026 16:56
a1f4c2f to
120b719
Compare
zzstoatzz
marked this pull request as ready for review
June 22, 2026 17:27
zzstoatzz
requested review from
chrisguidry,
cicdw and
desertaxle
as code owners
June 22, 2026 17:27
desertaxle
approved these changes
Jun 22, 2026
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This was referenced Jun 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the mdxify floor to
>=0.2.42and regenerates the Python SDK API reference. mdxify 0.2.42 stops generating placeholder pages for empty modules and fixes related navigation dead links. The regen removes 46 dead stub pages (e.g. theprefect-cli-__init__page that just read "This module is empty…") and cleans up their navigation entries.Verified: 0 dead links and 0 orphans across all 360 API-ref nav entries.
What changed
>=0.2.42injustfile(api-ref-all,api-ref) andscripts/generate_api_ref.py. Previously these used baremdxify/mdxify@latestwith no lower bound.just api-ref-all):.mdxstubs deleteddocs/docs.jsonnav trimmed and repointed: packages whose only submodules are private (prefect.cli.deploy,prefect.cli.transfer) now link to their actual-__init__pages instead of a 404mdxify fixes this depends on
--include-inheritance(v0.2.41)🤖 Generated with Claude Code