Skip to content

Releasing Documentation

Luke Inman-Semerau edited this page Oct 21, 2015 · 5 revisions

Project's documentation is located in the repository: https://github.com/selendroid/selendroid.io

Documentation is based on Twitter's bootstrap library and the Awestruct framework is used for creating static HTML sites. Be sure to install the old version of bootstrap-sass gem install bootstrap-sass -v 2.3.2.2

After you have setup awestruct, you can generate the files locally via which makes them available under http://localhost:4242.

awestruct -s --force

Hint: The samples on the quick start page are loaded via Javascript from the demo-project repo. If the files got updated there, the sha of the corresponding file must be update. The sha of a file can be displayed via: git rev-parse HEAD:src/main/python/FindElementTest.py

If changes are looking fine, they can be pushed to the github-pages automatically via:

awestruct -P production --deploy
Clone this wiki locally