alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 736 forks source link

Doc generation fix #645

Closed Shreyas-vgr closed 4 years ago

Shreyas-vgr commented 4 years ago

Doc generation fix

Description

Fixed typedocs generation bugs and provided an npm run docs command to generate api_docs. Also removed lerna gulp and travis.yml dependencies since we have migrated to GitHub actions.

Testing

Generated the api_docs and verified all ts files being generated.

Types of changes

Checklist

License