hoverkraft-tech/CI Dokumentor

Automatically generate documentation for CI/CD components like GitHub Actions and workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sourceSource manifest file path(s) to handle. Supports: - Single file: `action.yml` - Multiple files (space-separated): `action.yml .github/workflows/ci.yml` - Multiple files (newline-separated): Use multiline YAML string - Glob patterns: `*.yml` or `.github/workflows/*.yml` yes
destinationDestination path for generated documentation (optional; destination is auto-detected if not specified by the adapter). Only applicable when processing a single file. no
repositoryRepository platform (auto-detected if not specified).no
cicdCI/CD platform (`github-actions`, `gitlab-ci`, etc.).no
include-sectionsComma-separated list of sections to include.no
exclude-sectionsComma-separated list of sections to exclude.no
dry-runWhether to perform a dry run (no files are written).nofalse
versionVersion to document (auto-detected if not specified).no
extra-badgesJSON array of extra badges to include in the documentation. Each badge should have `label`, `url`, and optional `linkUrl` properties. no""
format-linkTransform bare URLs to links. Types: `auto` (autolinks), `full` (full links), `false` (disabled). noauto
concurrencyMaximum number of files to process concurrently when processing multiple files.no5
github-tokenThe GitHub token used to fetch repository information.no${{ github.token }}
ci-dokumentor-versionVersion of CI Dokumentor to use. See https://github.com/hoverkraft-tech/ci-dokumentor/releases.nolatest
namedescription
destinationDestination path for generated documentation.