ryardley / ts-bus

A lightweight JavaScript/TypeScript event bus to help manage your application architecture.
MIT License
135 stars 8 forks source link

Nice API documentation #34

Open ryardley opened 5 years ago

ryardley commented 5 years ago

We should create a simple API documentation site driven by jsdoc style comments.

The best way I can think to do this is to use https://www.gatsbyjs.org/packages/gatsby-source-typedoc with gatsby to then create an API site.

At the same time it would be nice to somehow generate a Markdown file from this system