Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render Docs from README.md files #28

Open
3 tasks
hoegertn opened this issue May 4, 2024 · 3 comments
Open
3 tasks

Render Docs from README.md files #28

hoegertn opened this issue May 4, 2024 · 3 comments

Comments

@hoegertn
Copy link
Contributor

hoegertn commented May 4, 2024

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:

  • create build script to collect README.md files and render static HTML
  • create GH actions workflow to use that script and prepare GH pages
  • configure GH pages to deploy using this workflow
@hoegertn
Copy link
Contributor Author

hoegertn commented May 4, 2024

Any ideas?

@mbonig
Copy link
Contributor

mbonig commented May 4, 2024

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

@dbartholomae
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants