Skip to content

jballoffet/robolectric.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robolectric

This repository is the source for the docs that live at robolectric.org.

Contributing

Make sure you are in the master branch before making changes. This is the default branch so git should put you there automatically.

Before submitting a pull request, view the docs locally to check that the content and layout are correct. The docs are built using Jekyll.

Assuming you don't already have Bundler installed, you will first need to do:

gem install bundler

The above command may require sudo.

Then run:

bundle install
bundle exec jekyll server --incremental

This will build the docs and make them available at localhost:4000. Once your pull request is accepted, the docs will be automatically built and pushed to the web by GitHub.

If you want to update Jekyll's dependencies, you can run:

bundle update

Javadocs

When Robolectric is released, the source/javadocs directory needs to be updated. We can get latest steps to generate Javadocs at Robolectric Wiki's release part.

About

Source for the documentation at robolectric.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.6%
  • CSS 26.5%
  • SCSS 12.8%
  • JavaScript 4.9%
  • Ruby 0.2%