Skip to content

brettchabot/robolectric.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robolectric

Build Status

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

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.

Javadocs

When Robolectric is released, the source/javadocs directory needs to be updated. They can be generated with:

./gradlew aggregateJavadocs

About

Source for the documentation at robolectric.org

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 54.9%
  • CSS 38.9%
  • JavaScript 4.8%
  • Ruby 1.3%
  • Shell 0.1%