blackstork-io / fabric

An open-source command-line tool for reporting workflow automation and a configuration language for reusable templates. Reporting-as-Code
https://blackstork.io/fabric/
Apache License 2.0
12 stars 0 forks source link

Implement plugin documentation generator #86

Closed dobarx closed 3 months ago

dobarx commented 3 months ago

First draft for generating docs based on schema. @traut Can you check what needs to be changed or improved? To generate docs run:

just generate-docs
# or
go run ./tools/docgen

It uses golang template file from /tools/docgen/markdown.gotempl