-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
config.yaml
123 lines (122 loc) · 2.4 KB
/
config.yaml
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
115
116
117
118
119
120
121
122
123
#baseURL: "https://velero.io/"
disablePathToLower: true
languageCode: en-us
DefaultContentLanguage: "en"
title: Velero
frontmatter:
date: [":filename", ":default"]
params:
author: Velero Authors
vm_logo: vm-logo.png
logo: Velero.svg
hero:
backgroundColor: med-blue
versioning: true
latest: v1.14
versions:
- main
- v1.14
- v1.13
- v1.12
- v1.11
- v1.10
- v1.9
- v1.8
- v1.7
- v1.6
- v1.5
- v1.4
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- v0.11.0
- v0.10.0
- v0.9.0
- v0.8.1
- v0.8.0
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.0
- v0.3.0
gh_repo: https://github.com/vmware-tanzu/velero
footer:
title: Getting Started
content: To help you get started, see the documentation.
cta_title: ''
cta_url: /docs
cta_text: Documentation
vm_link: http://vmware.github.io/
footer_social_links:
- title: Twitter
fa_icon: fab fa-twitter
url: https://twitter.com/projectvelero
- title: Slack
fa_icon: fab fa-slack
url: https://kubernetes.slack.com/messages/velero
- title: Google Groups
fa_icon: fas fa-users
url: https://groups.google.com/forum/#!forum/projectvelero
- title: RSS
fa_icon: fa fa-rss
url: /blog/index.xml
- title: GitHub
fa_icon: fab fa-github
url: https://github.com/vmware-tanzu/velero
minify:
disableCSS: false
disableHTML: false
disableJS: false
disableJSON: false
disableSVG: false
disableXML: true
minifyOutput: false
tdewolff:
css:
decimals: -1
keepCSS2: true
html:
keepConditionalComments: true
keepDefaultAttrVals: true
keepDocumentTags: true
keepEndTags: true
keepQuotes: true
keepWhitespace: false
js: {}
json: {}
svg:
decimals: -1
xml:
keepWhitespace: false
enableRobotsTXT: true
enableGitInfo: true
permalinks:
posts: "/blog/:slug/"
outputs:
home: [ "HTML", "REDIRECTS" ]
section: ["HTML"]
page: ["HTML"]
taxonomy: ["HTML"]
term: ["HTML"]
markup:
highlight:
codeFences: true
guessSyntax: true
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
style: monokai
tabWidth: 4
mediaTypes:
"text/netlify":
delimiter: ""
outputFormats:
REDIRECTS:
mediaType: "text/netlify"
baseName: "_redirects"