Documentation
¶
Overview ¶
docgen renders the Go SDK reference from source comments (godoc), one MDX page per package, for docs.lux.network. It PARSES the packages (go/parser + go/doc) rather than building them, so it is immune to build-graph skew.
go run ./tools/docgen <out-dir> [sdk-root] # default root: .
Click to show internal directories.
Click to hide internal directories.