Skip to content

Tellisense/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 install --path vendor/bundle)
  5. Install pygments (pip install pygments) - would need python and pip (http://pygments.org/)
  6. Make your modifications
  7. Docs for new features go in edge
  8. Docs for existing release version go in that directory
  9. Modify the .js, .rb, or .py file in the src directory for the version being updated.
  10. Run bundle exec rake pages to rebuild the html pages for edge. If you're editing a different version you can set the JASMINE_VERSION environment variable.
  11. Commit your changes (git commit -am 'Add some docs')
  12. Push to the branch (git push origin my-new-docs)
  13. Create new Pull Request

About

Source for Jasmine's documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 65.9%
  • JavaScript 31.5%
  • CSS 1.6%
  • Other 1.0%