forked from linkerd/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
81 lines (81 loc) · 1.85 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
Paginate = 10
baseurl = "https://linkerd.io/"
disableKinds = ["taxonomy", "taxonomyTerm"]
enableRobotsTXT = true
languageCode = "en-US"
sectionPagesMenu = "main"
theme = "buoyant"
title = "Linkerd"
[blackfriday]
HrefTargetBlank = true
[mediaTypes."text/netlify"]
delimiter = ""
[[menu.community]]
name = "Slack"
url = "https://slack.linkerd.io/"
weight = 3
[[menu.community]]
name = "Discourse"
url = "https://discourse.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 = "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