briandipalma / jasmine.github.io

Jasmine doc site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jasmine.github.io Build Status

Jasmine doc site

Contributing

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

About

Jasmine doc site

License:MIT License