This repository contains the source code for http://opentracing.github.io website, generated with Jekyll + Node.js + Gitbook.
You need to have Node.js, NPM and Jekyll installed on your computer.
node --version
> v4.6.0
npm --version
> 2.15.9
jekyll --version
> jekyll 3.1.2
npm install
npm run dev
open http://localhost:4000
npm run docs:watch
npm run docs:build
npm run production
collections of data that is then used in to render liquid templates
The gitbook documentation that is then built into /documentation on build
jekyll folders containing html templates and layouts
Contains the scss that is then preprocessed into /css on build
Jekyll temp folder when running jekyll serve
. You can ignore this.
post-build static assets. don't remove these.
Create a branch, test the change locally, then create a pull request.