All Projects → opentracing → Opentracing.io

opentracing / Opentracing.io

Licence: apache-2.0
OpenTracing website

Labels

Projects that are alternatives of or similar to Opentracing.io

Raisincss
An Utility CSS only library. It supports css grid and many more useful css properties.
Stars: ✭ 93 (-7%)
Mutual labels:  scss
Vue Now Ui Kit
Vue Now UI Kit
Stars: ✭ 97 (-3%)
Mutual labels:  scss
Sassdoc
Release the docs!
Stars: ✭ 1,353 (+1253%)
Mutual labels:  scss
Katatema
A handy static site generator using React.js
Stars: ✭ 95 (-5%)
Mutual labels:  scss
O Grid
Responsive grid system
Stars: ✭ 96 (-4%)
Mutual labels:  scss
Select2 Bootstrap4 Theme
A theme for Select2 v4 and Bootstrap 4
Stars: ✭ 97 (-3%)
Mutual labels:  scss
Search Guard Docs
Official documentation for Search Guard, the Elasticsearch security suite
Stars: ✭ 92 (-8%)
Mutual labels:  scss
Engineering Blog
📝 We write about our technologies and the problems we handle at scale.
Stars: ✭ 99 (-1%)
Mutual labels:  scss
Tacit
CSS Framework for Dummies, Without Classes
Stars: ✭ 1,344 (+1244%)
Mutual labels:  scss
Paperbits Demo
This repository shows an example how developers can use Paperbits to build web apps with rich content authoring capabilities.
Stars: ✭ 98 (-2%)
Mutual labels:  scss
Guide
A free, open-source community resource for designers, developers and others working on non-custodial bitcoin products.
Stars: ✭ 94 (-6%)
Mutual labels:  scss
Bootstrap 4 Github Pages
A Bootstrap 4 template project for Github Pages and Jekyll
Stars: ✭ 96 (-4%)
Mutual labels:  scss
Cyber.dhs.gov
A site for CISA directives
Stars: ✭ 98 (-2%)
Mutual labels:  scss
Gridlex
Just a CSS Flexbox Grid System
Stars: ✭ 1,328 (+1228%)
Mutual labels:  scss
Hugo Theme Even
🚀 A super concise theme for Hugo https://hugo-theme-even.netlify.app
Stars: ✭ 1,351 (+1251%)
Mutual labels:  scss
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (-8%)
Mutual labels:  scss
Vue Mpc
multiple pages (multiple entries) based on vue-cli3.x(基于vue-cli3.x创建的多页面应用,每个页面入口又可以创建自己的vue-router)
Stars: ✭ 97 (-3%)
Mutual labels:  scss
Typescript Node Starter
A reference example for TypeScript and Node with a detailed README describing how to use the two together.
Stars: ✭ 10,111 (+10011%)
Mutual labels:  scss
Awescnb
🎨 快速构建、安装、切换博客园皮肤
Stars: ✭ 99 (-1%)
Mutual labels:  scss
Clever Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Clever is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 98 (-2%)
Mutual labels:  scss

Build Status Join gitter channel

opentracing.io

This repository contains the source code for http://opentracing.io website.

Contributing

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

License

Copyright (c) 2016-present, The OpenTracing Authors.

Licensed under the Apache License, Version 2.0.

By contributing to opentracing.io, you agree that your contributions will be licensed under its Apache 2.0 License.

Updating the Docs

If you'd like to work on the website locally, first install Hugo and a fork this repository:

Once hugo is installed, you can build the website. First, open up a terminal, navigate to the directory you would like to work in, and clone your fork of this repository.

git clone https://github.com/YOUR_USERNAME/opentracing.io.git
cd opentracing.io

Build the website using make:

make

One the site is setup, you can start the site locally in development mode:

make serve

Navigate to http://localhost:1313/ to see the site. Any content changes you make will automatically appear.

That's it! Most articles can be found in the /content directory, and are written in Markdown. For basic changes, use the following flow:

  • edit the markdown files directly
  • commit and push to your fork
  • make a pull request

For larger structral changes, please see the Hugo Documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].