forked from projectcalico/calico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
81 lines (75 loc) · 1.27 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# This file contains only the changes from the defaults
# https://jekyllrb.com/docs/configuration/#default-configuration
# Make our URLs look nice. We're not a blog with dated posts, we just want the title.
permalink: /:title.html
gems:
- jekyll-redirect-from
url: https://docs.projectcalico.org
exclude:
- release-scripts
- LICENSE
- Makefile
- README.md
- RELEASING.md
- BUILDING_CALICO.md
- CONTRIBUTING_DOCS.md
- CONTRIBUTING_CODE.md
- hack
- calico_node
# Markdown Processors
# TODO - we're not entirely sure what these are for
kramdown:
html_to_native: true
syntax_highlighter: rouge
defaults:
-
scope:
path: ""
values:
layout: docwithnav
version: master
-
scope:
path: master
values:
version: master
-
scope:
path: v1.5
values:
version: v1.5
-
scope:
path: v1.6
values:
version: v1.6
-
scope:
path: v2.0
values:
version: v2.0
-
scope:
path: v2.1
values:
version: v2.1
-
scope:
path: v2.2
values:
version: v2.2
-
scope:
path: v2.3
values:
version: v2.3
-
scope:
path: v2.4
values:
version: v2.4
-
scope:
path: v2.5
values:
version: v2.5