forked from opentracing/opentracing.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
51 lines (40 loc) · 1.19 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Google services
google_analytics: UA-79528055-1
# Content
core_pages_list:
"Home": '/'
"Semantic Specification": '/spec'
"Data Conventions": '/data'
"Contributors": '/contributors'
"News and Notes": '/updates'
user_pages_list:
"APIs and Supported Tracers": '/integration'
"Instrumentation Use Cases": '/use-cases'
"Cross-Process Propagation": '/propagation'
implementor_pages_list:
"Implementing OpenTracing": '/implementors'
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
hard_wrap: false
gems:
- jekyll-paginate
- jekyll-gist
- jekyll-mentions
- jekyll-coffeescript
# Permalinks
permalink: pretty
# Setup
title: The OpenTracing Project
tagline: 'Consistent, expressive, vendor-neutral APIs for distributed tracing and context propagation'
description: 'Consistent, expressive, vendor-neutral APIs for distributed tracing and context propagation'
url: http://opentracing.io
baseurl: /
author:
name: 'The OpenTracing Authors'
url: http://opentracing.io
# Custom vars
version: 2.1.0
github:
repo: https://github.com/opentracing