labdoc

Automatically generate documentation for GitLab CI/CD components and CI/CD pipelines

MIT License

Stars
5

Bot releases are visible (Hide)

labdoc - 1.1.0 Latest Release

Published by github-actions[bot] 4 months ago

1.1.0 (2024-06-13)

Features

  • Add column "Options" to the inputs table
  • Add column "Regex" to the inputs table
  • Add column "Mandatory" to the inputs table
  • Improve display of empty string values in the inputs table
  • Improve display of nil values in the inputs table
  • Avoid duplicate headings in the generated documentation
labdoc - 1.0.3

Published by github-actions[bot] 4 months ago

1.0.3 (2024-06-11)

Bug Fixes

  • Make the order of documented components deterministic by sorting the components by name (714ab1d)
labdoc - 1.0.2

Published by github-actions[bot] 4 months ago

1.0.2 (2024-06-10)

Bug Fixes

  • Adapt logic for formatting comments for the documentation so hash symbols can still be used for anchor links (afdf01f), closes #10
labdoc - 1.0.1

Published by github-actions[bot] 4 months ago

1.0.1 (2024-06-08)

Bug Fixes

  • dependencies: Update module github.com/stretchr/testify to v1.9.0 (#7) (9485e7b)
labdoc - 1.0.0

Published by github-actions[bot] 4 months ago

1.0.0 (2024-06-07)

Features

  • Add functionality to generate documentation for GitLab CI/CD components (afae25e)
  • Add GitLab CI/CD component for running labdoc generate (85457e8)
  • Add pre-commit hook for running labdoc generate (e074223)