This script creates a API docset for RxJS from its documentation. The docset can be used in the incredibly useful Dash. It is submitted also as a User Contributed docset for Dash.
Requires npm, git, Python > 3.6.x, Jinja2
- create some folder like
dash-doc - checkout this repo under
dash-doc - checkout rxjs repo under
dash-doc cd dash-doc/rxjs/docs_appgit checkout 6.3.3or any version you want to buildnpm run setupnpm run buildcd dash-doc/rxjs-dash-docsetpip3 install -r requirements.txt./build.py ../rxjs
then wait for some time, you will get a rxjs docset for Dash