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>
Takes the "retire the generator" option from #820.
cmd/configdocsgen reflected over internal/config and injected generated 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:
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
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