chore: retire configdocsgen - #1035
Merged
Merged
Conversation
The generator injected env-var and YAML blocks into docs/pages/references/configuration.mdx between MDX placeholders. That page went away with the move to Markdoc, so the tool wrote to a path that no longer exists and `make docs/generate/config` failed outright. Its replacement, docs/content/self-hosting/configuration.mdoc, is curated — grouped into sections with prose around them — rather than one generated table, so there is nothing left for the generator to fill in. Closes #820 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
alexbouchardd
approved these changes
Aug 11, 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.
Takes the "retire the generator" option from #820.
cmd/configdocsgenreflected overinternal/configand injected generated env-var and YAML blocks intodocs/pages/references/configuration.mdx, between MDX placeholders. That page went away with the move to Markdoc, so the tool wrote to a path that no longer exists:Its replacement,
docs/content/self-hosting/configuration.mdoc, is curated — grouped into sections with prose around them, a different shape from the generator's single table — and carries no autogen placeholders. There is nothing left for the generator to fill in.Changes
cmd/configdocsgen.docs/generate/configMake target.contributing/config.mdstep 6 now says to editconfiguration.mdocby hand. It previously pointed atgo generate ./internal/config/..., and the//go:generatedirective it names no longer exists either.The historical plan under
contributing/.plans/still describes the generator; left as-is since it is a dated record.Closes #820
🤖 Generated with Claude Code