Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 427 Bytes

File metadata and controls

11 lines (8 loc) · 427 Bytes

Contributor instructions

Hugo site dependencies

docs/site is a Hugo module, not a Go source module.

  • Never run go mod tidy in docs/site. It removes Hugo theme dependencies, such as Hextra, because they are not Go packages.
  • Use make docs-deps or run hugo mod tidy from docs/site instead.
  • Running go mod tidy at the repository root is safe; it does not traverse into the nested docs/site module.