Skip to content

ry4n1m3/robolectric.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 source 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. One can do this by running:

middleman server

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

Javadocs

When Robolectric is released, the source/javadocs directory needs to be updated. This can be done by grabbing the javadocs that were pushed to Maven Central and unjarring them into that directory.

Gory Details: How These Docs Get Published

This repository has 2 branches: source and master. The former is a middleman project that can generate the latter. With every commit that is made to the source branch, Travis CI runs middleman and deploys the results back to the master branch. It does this by using an OAUTH token belonging to the robolectric-travis-bot user, who only has permission to commit and push to this repository.

About

Source for the documentation at robolectric.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 74.5%
  • Ruby 16.6%
  • Shell 8.6%
  • JavaScript 0.3%