open-constructs / aws-cdk-library

Community-Driven CDK Construct Library
Apache License 2.0
65 stars 15 forks source link

Render Docs from README.md files #28

Open hoegertn opened 6 months ago

hoegertn commented 6 months ago

The project itself and all the folders and subfolder of src/ contain README.md files. These can be used to generate a structured documentation website.

This website could then be built and hosted by GH pages.

Tasks:

hoegertn commented 6 months ago

Any ideas?

mbonig commented 6 months ago

I've used docusaurus before for this sort of thing...

dbartholomae commented 5 months ago

For TypeScript, I've used typedoc in the past which also creates nice documentation out of JSDoc comments. Here's an example: https://dbartholomae.github.io/middy-middleware-jwt-auth/

The benefit of getting automated documentation from JSDoc is paid for though by being uglier and less feature-rich than e.g. Docusaurus