Skip to content

Commit e87ba6b

Browse files
alexluongclaude
andauthored
fix: remove go:generate directive for configdocsgen (#852)
The docs moved from docs/pages/references/configuration.mdx to docs/content/self-hosting/configuration.mdoc, so the go:generate directive points at a nonexistent path and breaks goreleaser (`go generate ./...` in before hooks). The Makefile target `make docs/generate/config` is preserved for manual use. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bd7701b commit e87ba6b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/config/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//go:generate go run ../../cmd/configdocsgen/main.go -input-dir . -output-file ../../docs/pages/references/configuration.mdx
21
package config
32

43
import (

0 commit comments

Comments
 (0)