slimsag / opentracing.github.io

Pan-Platform OpenTracing Topics (and static website source)

Home Page:http://opentracing.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opentracing.io

repo for the opentracing.io + documentation

Build Status Join gitter channel

This repository contains the source code for http://opentracing.io website, generated with Jekyll + Node.js + Gitbook.

We build this static page using Travis when master changes. You can see the latest build here

Prerequisites

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

Running Opentracing.io locally

Install dependencies

nvm use
npm install

Run locally

npm run dev
open http://localhost:4000

Project structure

Folders

_data

collections of data that is then used in to render liquid templates

_docs

The gitbook documentation that is then built into /documentation on build

_includes, _layouts

jekyll folders containing html templates and layouts

_sass

Contains the scss that is then preprocessed into /css on build

_site

Jekyll temp folder when running jekyll serve. You can ignore this.

fonts, img

static content

css, documentation

post-build static assets. don't edit these.

About

Pan-Platform OpenTracing Topics (and static website source)

http://opentracing.io


Languages

Language:CSS 84.3%Language:HTML 15.4%Language:Shell 0.2%Language:JavaScript 0.1%