-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.yaml
92 lines (92 loc) · 2.06 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
baseURL: "https://antrea.io/"
languageCode: "en-us"
title: "Antrea"
theme: "antrea"
outputs:
home: ["HTML"]
# home: ["HTML", "REDIRECTS"]
posts: ["HTML", "RSS"]
pygmentsCodefences: true
pygmentsStyle: "pygments"
markup:
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
style: native
tabWidth: 4
goldmark:
renderer:
unsafe: true
params:
twitter_url: "https://twitter.com/projectantrea"
github_url: "https://github.com/antrea-io/antrea"
slack_url: "https://kubernetes.slack.com/archives/CR2J23M0X"
github_website_url: "https://github.com/antrea-io/website"
rss_url: "/blog/feed.xml"
use_advanced_docs: true
docs_right_sidebar: false
docs_search: false
docs_search_index_name: index_name
docs_search_api_key: api_key
docs_versioning: true
docs_latest: v2.2.0
docs_versions:
- main
- v2.2.0
- v2.1.0
- v2.0.1
- v2.0.0
- v1.15.2
- v1.15.1
- v1.15.0
- v1.14.3
- v1.14.2
- v1.14.1
- v1.14.0
- v1.13.4
- v1.13.3
- v1.13.2
- v1.13.1
- v1.13.0
- v1.12.3
- v1.12.2
- v1.12.1
- v1.12.0
- v1.11.4
- v1.11.3
- v1.11.2
- v1.11.1
- v1.11.0
- v1.10.1
- v1.10.0
- v1.9.1
- v1.9.0
- v1.8.1
- v1.8.0
- v1.7.3
mediaTypes:
"text/netlify":
delimiter: ""
outputFormats:
# this would override our default one?
# REDIRECTS:
# mediaType: "text/netlify"
# baseName: "_redirects"
RSS:
mediatype: "application/rss"
baseName: "feed"
ignoreFiles:
# Without this we end up with 2 api-reference files under public/:
# api-reference.html (original) and api-reference/index.html (generated by
# Hugo). Only the latter one is needed, and for some reason when using Netlify
# to build the website the former one is "picked", leading to incorrect
# formatting for that webpage. Surprisingly, I cannot reproduce the issue when
# building locally.
- api-reference\.html