This is the source code for http://karma-runner.github.com. The homepage and documentation of karma, the spectacular test runner.
If you wanna update the docs, just go the the main repo and update the markdown. You can even do that directly from the github web interface.
$ git clone https://github.com/karma-runner/karma-runner.github.com.git
$ cd karma-runner.github.com
$ npm install
$ grunt
Now open your browser at http://localhost:8000.
Add or update documentation content for docs-version based on the content of Karma repository at branch-or-tag-in-karma-repo revision:
$ ./sync-docs.sh <branch-or-tag-in-karma-repo> <docs-version>
Examples:
-
Generate documentation for Karma 5.0 based on the v5.0.4 tag in the Karma repository:
$ ./sync-docs.sh v5.0.4 5.0
-
Generate documentation for Karma 5.1 based on the latest
master
branch in the Karma repository:$ ./sync-docs.sh master 5.1