forked from projectcalico/calico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
91 lines (79 loc) · 2.49 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
# 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
archive: false
noindex: false
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
url: https://docs.projectcalico.org
repository: projectcalico/calico
prodname: Calico
prodnamedash: calico
prodnameWindows: Calico for Windows
rootDirWindows: C:\CalicoWindows
nodecontainer: calico/node
noderunning: calico-node
open_source: true
# DEPRECATED: use imageNames stored in per-directory defaults, e.g. 'page.imageNames'
imageNames:
node: docker.io/calico/node
calicoctl: docker.io/calico/ctl
apiserver: docker.io/calico/apiserver
typha: docker.io/calico/typha
cni: docker.io/calico/cni
kubeControllers: docker.io/calico/kube-controllers
calico-upgrade: docker.io/calico/upgrade
flannel: quay.io/coreos/flannel
flannelMigration: docker.io/calico/flannel-migration-controller
dikastes: docker.io/calico/dikastes
pilot-webhook: docker.io/calico/pilot-webhook
flexvol: docker.io/calico/pod2daemon-flexvol
# List of files to exclude. These files won't get included in the deployed site.
exclude:
- release-scripts
- LICENSE
- Makefile
- README.md
- RELEASING.md
- DEVELOPER_GUIDE.md
- CONTRIBUTING_DOCS.md
- CONTRIBUTING_CODE.md
- DOC_STYLE_GUIDE.md
- hack
- vendor
breadcrumbs:
root:
hide: false # show breadcrumbs on root/home page
image: false # Show image or title text
# Set to 'true' to show warning that points users to latest version of each page.
is_latest: false
defaults:
-
scope:
path: ""
values:
layout: docwithnav
show_title: true
show_read_time: true
show_toc: true
version: master
sitemap: true
registry:
# A lookup map for imageNames based on component names.
# Keys should be camel-cased *and* match the keys used in versions.yml components.
imageNames:
calico/node: calico/node
calicoctl: calico/ctl
typha: calico/typha
calico/cni: calico/cni
calico/apiserver: calico/apiserver
calico/kube-controllers: calico/kube-controllers
calico-upgrade: calico/upgrade
flannel: quay.io/coreos/flannel
flannelMigration: calico/flannel-migration-controller
calico/dikastes: calico/dikastes
pilot-webhook: calico/pilot-webhook
flexvol: calico/pod2daemon-flexvol