A docset of LifterLMS for the Mac OS X app Dash.
- Download and extract the Zip of this repository.
- Open Dash
- Double Click "LifterLMS.docset"
- Clone this repo and cd into the directory.
- Install node dependencies:
npm install
- Install Dashing:
brew install dashing
- Scrape the docs from https://developer.lifterlms.com:
npm run scrape
(this takes a while) - Generate the docset with Dashing:
npm run generate
- Bump the package version (use
npm version {version}
), commit and push the changes. - Sync the fork, add new docs to fork, push changes:
./push.sh
- Open a PR in the upstream repo: https://github.com/Kapeli/Dash-User-Contributions/compare/master...gocodebox:master