Skip to content

amavisca/jasmine.github.io

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.5%
  • JavaScript 39.9%
  • Ruby 1.2%
  • CSS 1.1%
  • Python 0.3%