-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathconfig.toml
More file actions
151 lines (135 loc) · 3.92 KB
/
Copy pathconfig.toml
File metadata and controls
151 lines (135 loc) · 3.92 KB
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
baseURL = "https://nifi.apache.org"
title = "Apache NiFi"
copyright = "The Apache Software Foundation"
languageCode = "en"
enableRobotsTXT = true
disableBrowserError = true
disableKinds = ["RSS", "taxonomy", "term"]
enableGitInfo = true
theme = "nifi"
enableInlineShortcodes = true
disablePathToLower = true
[markup.goldmark.renderer]
unsafe = true
[params]
description = "Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data"
keywords = "apache,nifi,data,distribution"
twitterUser = "apachenifi"
projectBrand = "/images/project-brand.jpg"
repositoryUrl = "https://github.com/apache/nifi"
repositorySourceBranch = "main"
siteRepositoryUrl = "https://github.com/apache/nifi-site"
siteRepositorySourceBranch = "main"
assets = "assets"
matomoSiteId = 28
productionHost = "nifi.apache.org"
staticDocsPath = "/nifi-docs"
apacheFoundationGroupsUrl = "https://projects.apache.org/json/foundation/groups.json"
apacheFoundationPeopleNameUrl = "https://projects.apache.org/json/foundation/people_name.json"
dynamicDownloadPathUrl = "https://www.apache.org/dyn/closer.lua?path=/nifi"
downloadPathUrl = "https://downloads.apache.org/nifi"
archiveDownloadPathUrl = "https://archive.apache.org/dist/nifi"
currentProjectVersion = "2.12.0"
currentProjectVersionReleased = "2026-09-13"
previousProjectVersion = "1.28.1"
previousProjectVersionReleased = "2024-11-19"
minifiCppCurrentProjectVersion = "1.0.0"
minifiCppCurrentProjectVersionReleased = "2026-08-19"
minifiCppPreviousProjectVersion = "0.99.2"
minifiCppPreviousProjectVersionReleased = "2025-10-06"
[module]
[[module.mounts]]
source = "content"
target = "content"
[[module.mounts]]
source = "static"
target = "static"
[[module.mounts]]
source = "layouts"
target = "layouts"
[[module.mounts]]
source = "prebuild/public/components"
target = "content/components"
[[module.mounts]]
source = "prebuild/public/html"
target = "static/nifi-docs"
[menu]
[[menu.main]]
name = 'NiFi Version 2 Documentation'
url = '/components/'
weight = 1
parent = 'Documentation'
[[menu.main]]
name = 'Wiki'
url = 'https://cwiki.apache.org/confluence/display/NIFI'
weight = 3
parent = 'Documentation'
[menu.main.params]
external = true
[[menu.main]]
name = 'Contributing'
url = 'https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide'
weight = 1
parent = 'Development'
[menu.main.params]
external = true
[[menu.main]]
name = 'Issues'
url = 'https://issues.apache.org/jira/browse/NIFI'
weight = 2
parent = 'Development'
[menu.main.params]
external = true
[[menu.main]]
name = 'Source'
url = 'https://github.com/apache/nifi'
weight = 3
parent = 'Development'
[menu.main.params]
external = true
[[menu.main]]
name = 'Team'
url = '/community'
weight = 3
parent = 'Community'
[[menu.main]]
name = 'Apache'
url = 'https://www.apache.org'
[[menu.main]]
name = 'Events'
url = 'https://apache.org/events/current-event'
parent = 'Apache'
[menu.main.params]
external = true
[[menu.main]]
name = 'License'
url = 'https://www.apache.org/licenses'
parent = 'Apache'
[menu.main.params]
external = true
[[menu.main]]
name = 'Privacy'
url = 'https://privacy.apache.org/policies/privacy-policy-public.html'
parent = 'Apache'
[menu.main.params]
external = true
[[menu.main]]
name = 'Sponsorship'
url = 'https://www.apache.org/foundation/sponsorship.html'
parent = 'Apache'
[menu.main.params]
external = true
[[menu.main]]
name = 'Thanks'
url = 'https://www.apache.org/foundation/thanks.html'
parent = 'Apache'
[menu.main.params]
external = true
[mediaTypes]
[mediaTypes."text/yaml"]
suffixes = ["yaml", "yml"]
[outputFormats]
[outputFormats.YAML]
mediaType = "text/yaml"
isPlainText = true
path = "/"