forked from cockroachdb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·49 lines (41 loc) · 904 Bytes
/
_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
homepage_title: CockroachDB Docs
site_title: Cockroach Labs
url: "https://www.cockroachlabs.com"
baseurl: "/docs"
gems:
- jekyll-sitemap
highlighter: rouge
markdown: redcarpet
redcarpet:
extensions:
- disable_indented_code_blocks
- no_intra_emphasis
- tables
- with_toc_data
versions:
stable: v1.1
dev: v1.1
# dev: v1.2
release_info:
v1.0:
version: v1.0.6
build_time: 2017/09/14 15:13:51 (go1.8.3)
start_time: 2017-09-14 13:33:22.046027038 -0400 EDT
v1.1:
name: v1.1
version: v1.1.0
build_time: 2017/10/12 14:48:26 (go1.8.3)
start_time: 2017-10-12 15:10:52.34274101 +0000 UTC
# v1.2:
# name: v1.2
# version: v1.2
# build_time: 2017/10/05 15:21:15 (go1.8.3)
# start_time: 2017-10-05 18:53:43.318460386 -0400 EDT
exclude: ["ci", "vendor"]
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"