scotthovestadt / gigya

Gigya JavaScript REST SDK
MIT License
37 stars 62 forks source link

generate types doc with typedoc #32

Open MiguelSavignano opened 5 years ago

MiguelSavignano commented 5 years ago

This package is amaizing, i consider types i'ts a good documentation for gigya rest api.

I generate a static html with types documentation for easy read all methods.

Example: image

generate typesdoc in docs folder

npm run docs

You can publish this doc folder using github page or any static server.