falkcorp/Documentation Generator

Generate API and workflow documentation from source code and GitHub Actions workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
source-dirsComma-separated list of source directories containing Python modules to document. Each directory will be scanned recursively for .py files. no.github/workflows/scripts
workflows-dirDirectory containing GitHub Actions workflow YAML files (.yml, .yaml). Used to generate workflow reference documentation. no.github/workflows
output-dirRoot directory where documentation will be generated. Creates subdirectories for API docs, workflows, and search index. yes
doc-versionDocumentation version string (e.g., "1.0.0", "latest", "stable-v2"). If not provided, derives from environment or defaults to "latest". no""
generate-apiWhether to generate API documentation from Python docstrings. notrue
generate-workflowsWhether to generate workflow reference documentation. notrue
generate-search-indexWhether to generate a search index JSON file for documentation site integration. notrue
namedescription
build-statusBuild status result. One of: success, partial, failed.
generated-filesJSON array of paths to generated documentation files.
api-docs-countNumber of API documentation files generated.
doc-versionThe resolved documentation version used for this build.
output-dirThe absolute path to the documentation output directory.
search-index-pathPath to the generated search index JSON file (if enabled).