Skip to content

docs: add generated code docs and code-docs CI job - #69

Open
ntlaletsi70 wants to merge 1 commit into
developfrom
docs/add-code-docs
Open

docs: add generated code docs and code-docs CI job#69
ntlaletsi70 wants to merge 1 commit into
developfrom
docs/add-code-docs

Conversation

@ntlaletsi70

Copy link
Copy Markdown
Collaborator

Summary

  • This repo was missing the docs/code/ + gomarkdoc convention that environments, environments-controller, and environments-api already follow
  • Added initial docs/code/ content (4 packages: root, cmd, scripts, util) — all now documented
  • Added .github/workflows/code-docs.yml, scoped to environments-cli only, to keep docs regenerated on every push to main. No private-module git config step, since this repo has no blanketops/* module dependencies.

Test plan

  • gomarkdoc --output 'docs/code/{{.Dir}}.md' ./... ran clean, output matches every package in go list ./...
  • Merge to main once, confirm the new code-docs.yml job runs and produces a no-op diff on the next push

🤖 Generated with Claude Code

This repo was missing the docs/code + gomarkdoc convention that
environments, environments-controller, and environments-api already
have. Adds:

- docs/code/ — initial gomarkdoc output for ./... (4 packages: root,
  cmd, scripts, util — all now documented)
- .github/workflows/code-docs.yml — regenerates and commits docs/code
  on every push to main, mirroring the sibling repos' job. No
  private-module git config step since this repo has no blanketops/*
  module dependencies (it resolves sibling releases at runtime via
  .../releases/latest/... URLs).

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant