kaskadi / template-kaskadi-element

a template for building kaskadi's custom elements
MIT License
0 stars 0 forks source link

JSDoc integration? #16

Closed Holger-Will closed 4 years ago

Holger-Will commented 4 years ago

should we integrate with JSDoc?

alexlemaire commented 4 years ago

We can give it a shot yep

alexlemaire commented 4 years ago

There is now a new action action-generate-docs that can be used in a workflow to automatically generate documentation for a repository.

As for now it supports action and package type of repository. The documentation is built using the following logic:

Notes:

Automatic documentation generation implemented in repositories. CI/CD pipeline integration as follow:

All documentations are pushed by our kaskadi-bot (GPG signed) but that can be modified.

Examples below:

Closing for now!

EDIT 21.09.2020: layer now supported! EDIT 22.09.2020: lambda now supported! EDIT 29.09.2020: api now supported! Also did some tweaks and improvements to layer and lambda EDIT 20.10.2020: element now supported! Improved api, lambda and layer modules in the meantime as well as refactored package to reuse logic into element