Jasmine doc site
- Fork the repo
- Create your feature branch (
git checkout -b my-new-docs
) - Ensure ruby and bundler (
gem install bundler
) are installed - Install ruby dependencies (
bundle
) - Make your modifications
- Docs for new features go in
edge
- Docs for existing release version go in that directory
- Modify the .js, .rb, or .py file in the
src
directory for the version being updated. - Run
rake pages
to rebuild the html pages for edge. If you're editing a different version you can set theJASMINE_VERSION
environment variable. - Commit your changes (git commit -am 'Add some docs')
- Push to the branch (git push origin my-new-docs)
- Create new Pull Request