forked from projectcalico/calico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
114 lines (105 loc) · 1.89 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# 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
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
url: https://docs.projectcalico.org
repository: projectcalico/calico
prodname: Calico
nodecontainer: calico/node
noderunning: calico-node
# Image names in case the host changes
imageNames:
node: quay.io/calico/node
calicoctl: quay.io/calico/ctl
typha: quay.io/calico/typha
cni: quay.io/calico/cni
kubeControllers: quay.io/calico/kube-controllers
calico-upgrade: quay.io/calico/upgrade
flannel: quay.io/coreos/flannel
exclude:
- release-scripts
- LICENSE
- Makefile
- README.md
- RELEASING.md
- BUILDING_CALICO.md
- CONTRIBUTING_DOCS.md
- CONTRIBUTING_CODE.md
- DOC_STYLE_GUIDE.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
-
scope:
path: v2.6
values:
version: v2.6
-
scope:
path: v3.0
values:
version: v3.0
-
scope:
path: v3.1
values:
version: v3.1