Remove the unused bundle/docsgen documentation generator#5568
Merged
Conversation
bundle/docsgen (added in #2033) generated the DABs configuration reference markdown (reference.md/resources.md). It has been superseded by the docs-only JSON schema added in #4414 (bundle/schema/jsonschema_for_docs.json), which is now the source of truth for the published documentation; docsgen's output is no longer consumed anywhere. Remove the package along with its call sites and references across the repository. Co-authored-by: Isaac
shreyas-goenka
approved these changes
Jun 12, 2026
The removed bundle/docsgen generator was its last caller, so the deadcode check now flags it. The test exercises the unexported typePath directly and is unaffected. Co-authored-by: Isaac
Collaborator
Integration test reportCommit: c01d008
22 interesting tests: 15 SKIP, 7 RECOVERED
Top 30 slowest tests (at least 2 minutes):
|
janniklasrose
added a commit
that referenced
this pull request
Jun 12, 2026
Main removed the unused bundle/docsgen generator (#5568); the docs-only schema jsonschema_for_docs.json is the published-docs source of truth and already carries this branch's launch-stage prefixes and enum labels, so the branch's docsgen changes are dropped with the package (modify/delete conflicts resolved by deleting). PreviewTag's comment no longer claims to be shared with the docs generator. Co-authored-by: Isaac
Collaborator
Integration test reportCommit: afe30fe
553 interesting tests: 497 MISS, 36 FAIL, 13 KNOWN, 3 RECOVERED, 2 PANIC, 2 SKIP
Top 50 slowest tests (at least 2 minutes):
|
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.
bundle/docsgen(added in #2033) generated the DABs configuration reference markdown. It has been superseded by the docs-only JSON schema added in #4414 (bundle/schema/jsonschema_for_docs.json), which is now the source of truth for the published documentation; docsgen's output is no longer consumed anywhere.This removes the package along with its call sites and references across the repository.
This pull request and its description were written by Isaac.