andykais / scrape-pages

generalized scraper using a single instruction set for any site that can be statically scraped
https://scrape-pages.js.org
MIT License
6 stars 2 forks source link

Add documentation to website #20

Open andykais opened 5 years ago

andykais commented 5 years ago

Document the library surface area (webpack entry files) using typedoc or esdoc

andykais commented 5 years ago

useful guide: https://marcobotto.com/blog/compiling-and-bundling-typescript-libraries-with-webpack/

possible typedoc improvements docfx api-extractor (microsoft)