Skip to content

Documentation Notes

Brendan Lee edited this page Aug 10, 2016 · 1 revision

We use Jekyll to serve our docs on tableau.github.io/webdataconnector

To make changes to the docs and test out the changes locally, do the following:

  • Checkout the gh-pages (in your own fork preferably)
  • Make sure you're running ruby >= 2.0.0
  • Run bundle install
  • Run bundle exec jekyll serve

Any commits to the gh-pages branch will automatically update the hosted docs.

Clone this wiki locally