-
Notifications
You must be signed in to change notification settings - Fork 32
/
config.toml
98 lines (81 loc) · 2.01 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
languageCode = "en-us"
title = "Fluvio"
enableRobotsTXT = true
pygmentsUseClasses = true
enableEmoji = true
disableKinds = []
staticDir = ["static", "code"]
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
block = true
[markup.goldmark.renderer]
unsafe = true
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "rss"
[params]
version = "2.0.0"
description = "Real-time Data Streaming Platform"
company_url = "https://www.infinyon.com"
fluvio_cloud= "https://infinyon.cloud/signup"
company_logo = "/images/assets/infinyon-logo-text.svg"
company_logo_white = "/images/assets/infinyon-logo-text-white.svg"
site_logo = "/images/assets/fluvio-with-text.svg"
[menu]
[[menu.fluvio]]
identifier = "docs"
name = "Docs"
url = "/docs/"
weight = 100
[[menu.fluvio]]
identifier = "connectors"
name = "Connectors"
url = "/connectors/"
weight = 120
[[menu.fluvio]]
identifier = "smartmodules"
name = "SmartModules"
url = "/smartmodules/"
weight = 130
[[menu.fluvio]]
identifier = "cli"
name = "CLI"
url = "/cli/"
weight = 140
[[menu.fluvio]]
identifier = "api"
name = "APIs"
url = "/api/"
weight = 150
[[menu.fluvio]]
identifier = "news"
name = "News"
url = "/news/"
weight = 160
[[menu.fluvio]]
identifier = "chat"
url = "https://discordapp.com/invite/bBG2dTz"
pre = "fab fa-discord"
weight = 170
[[menu.infinyon]]
identifier = "blog"
name = "Blog"
url = "https://www.infinyon.com/blog"
pre = "fab fa-blogger"
weight = 100
[[menu.infinyon]]
identifier = "webinars"
name = "Webinars"
url = "https://www.infinyon.com/webinars"
pre = "fas fa-desktop"
weight = 110
[[menu.infinyon]]
identifier = "use-cases"
name = "Use Cases"
url = "https://www.infinyon.com/use-cases"
pre = "fas fa-tools"
weight = 120