kgar / ts-markdown

An extensible TypeScript markdown generator that takes JSON and creates a markdown document
https://kgar.github.io/ts-markdown/
MIT License
10 stars 4 forks source link

Documentation Upgrade - Now with a Playground! #28

Closed kgar closed 2 years ago

kgar commented 2 years ago

Added custom-docs directory to house any non-TypeDoc content, starting with the playground. Temporarily add

Updated "documentation refresh" scripting to copy in additional content from the custom-docs directory (specific files only) after generating the TypeDocs.

Added web build of ts-markdown in its own dist.browser folder. This web build currently exists to provide a static web-friendly version of ts-markdown for running in the playground, but it can be used by anyone on a website.

kgar commented 2 years ago

Closes #25