forked from linkerd/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
121 lines (121 loc) · 2.75 KB
/
config.toml
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
Paginate = 10
baseurl = "https://linkerd.io/"
disableKinds = ["taxonomy", "taxonomyTerm"]
enableRobotsTXT = true
languageCode = "en-US"
sectionPagesMenu = "main"
theme = "buoyant"
title = "Linkerd"
[markup]
defaultMarkdownHandler = "blackfriday"
[markup.blackFriday]
angledQuotes = false
footnoteAnchorPrefix = ""
footnoteReturnLinkContents = ""
fractions = true
hrefTargetBlank = true
latexDashes = true
nofollowLinks = false
noreferrerLinks = false
plainIDAnchors = true
skipHTML = false
smartDashes = true
smartypants = true
smartypantsQuotesNBSP = false
taskLists = true
[mediaTypes."text/netlify"]
delimiter = ""
[[menu.community]]
name = "Slack"
url = "https://slack.linkerd.io/"
weight = 2
[[menu.community]]
name = "GitHub"
url = "https://github.com/linkerd/linkerd2"
weight = 1
[[menu.follow]]
name = "Twitter"
url = "https://twitter.com/linkerd"
weight = 3
[[menu.follow]]
name = "YouTube"
url = "https://www.youtube.com/buoyantio"
weight = 1
[[menu.top]]
identifier = "documentation"
name = "Docs"
url = "/docs/"
weight = 1
[[menu.top]]
identifier = "community"
name = "Community"
url = "/community/"
weight = 2
[[menu.top]]
identifier = "get-involved"
name = "Get Involved"
url = "/community/get-involved/"
weight = 1
parent = "community"
[[menu.top]]
identifier = "community-anchors"
name = "Community Anchors"
url = "/community/anchor/"
weight = 2
parent = "community"
[[menu.top]]
identifier = "community-heroes"
name = "Linkerd Heroes"
url = "/community/heroes/"
weight = 3
parent = "community"
[[menu.top]]
identifier = "community-adopters"
name = "Adopters"
url = "/community/adopters/"
weight = 3
parent = "community"
[[menu.top]]
identifier = "blog"
name = "Blog"
url = "/blog/"
weight = 3
[[menu.top]]
identifier = "faq"
name = "FAQ"
url = "/2/faq/"
weight = 4
[[menu.top]]
identifier = "github"
name = "GitHub"
pre = "<i class='fab fa-github fa-lg' aria-hidden='true'></i>"
url = "https://github.com/linkerd/linkerd2"
weight = 5
[[menu.top]]
identifier = "start"
name = "GET STARTED"
post = "</span>"
pre = "<span class='button-spacer'>"
url = "/2/getting-started/"
weight = 6
[outputFormats.REDIRECTS]
baseName = "_redirects"
mediaType = "text/netlify"
[outputFormats.RSS]
mediatype = "application/RSS"
baseName = "feed"
[outputs]
home = ["HTML", "RSS", "REDIRECTS"]
section = ["HTML", "RSS", "JSON"]
[params]
description = "Linkerd is an ultralight service mesh for Kubernetes. It gives you observability, reliability, and security without requiring any code changes."
images = [""]
latest_release_date = "2020-06-10"
latest_release_version = "1.7.4"
logo = "/images/identity/svg/linkerd_primary_color_white.svg"
[permalinks]
blog = "/:year/:month/:day/:slug/"
[privacy.twitter]
disable = false
enableDNT = false
simple = false