Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
462eb16
Create Flume web site
rgoers Sep 20, 2020
72a2bc9
Update the Gitbox/Github related mirror setup
martin-g Apr 14, 2021
043713f
Remove links to Jenkins and Sonar
martin-g Apr 14, 2021
f67223f
Add a page about testing with TravisCI
martin-g Apr 14, 2021
965b048
Update site for 1.10.0
rgoers Jun 2, 2022
a2519f3
Add privacy link
rgoers Jun 3, 2022
b3f2b24
Fix document links
rgoers Jun 5, 2022
485652f
Remove org from inactive members
rgoers Jun 7, 2022
d4b6771
Update site for 1.10.0
rgoers Jun 13, 2022
cea8ff2
Flume-1.10.1-rc1
rgoers Jul 31, 2022
dbd4694
Fix version error
rgoers Jul 31, 2022
49b7df3
Flume 1.10.1-rc2
rgoers Aug 13, 2022
fc99524
Update release date
rgoers Aug 13, 2022
9720ca5
Release 1.10.1
rgoers Aug 20, 2022
93a0b4a
Add Spring Boot support
rgoers Oct 3, 2022
e750266
Add info on Spring Boot support
rgoers Oct 4, 2022
4e4f4b0
Add info about Kafka headers and timestamp
rgoers Oct 8, 2022
2ce65be
Flume 1.11.0 RC1
rgoers Oct 10, 2022
3a94377
Add release info to news
rgoers Oct 10, 2022
4027fa0
Fix bullet list
rgoers Oct 10, 2022
6ef617d
Add info about CVE-2022-42468
rgoers Oct 25, 2022
e7838be
Change reference to MD5 to SHA512
rgoers Oct 25, 2022
c0192be
Change name of the reporter
rgoers Oct 25, 2022
2e94cdb
Remove reverted dependency
rgoers Oct 25, 2022
d525c4b
Fix some outdated links, update some to https
raboof Nov 29, 2022
c655d86
Update Spring Boot documentations
rgoers Mar 17, 2023
1147ce6
Update developers guide on updating protocol buffers
rgoers Mar 17, 2023
306400d
Add Subprojects home
rgoers Mar 20, 2023
54d33a0
Update team page
rgoers Mar 28, 2023
66886c4
Move Ashish back to active
rgoers Mar 30, 2023
7ffbc75
Update download links
rgoers Apr 2, 2023
3b2c07f
Fix wording
rgoers Apr 2, 2023
f0bb1e4
Convert website from reStructuredText to Antora/AsciiDoc (#6)
ppkarwasz Jun 18, 2026
7a6eb40
fix: formatting
ppkarwasz Jul 8, 2026
964245d
Ignore NPM modules and add `package-lock.json`
ppkarwasz Jul 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ nb-configuration.xml
.flattened-pom.xml
# Maven extensions
.mvn/extensions.xml

# Node dependencies
/node_modules/
43 changes: 43 additions & 0 deletions antora-playbook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to you under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

site:
title: Apache Flume
url: "https://flume.apache.org"
start_page: "flume::index.adoc"

content:
sources:
- url: .
branches: HEAD
start_paths:
- src/site/antora
edit_url: "https://github.com/apache/logging-flume-site/edit/{refname}/{path}"

asciidoc:
attributes:
tabs-sync-option: true
extensions:
- "@asciidoctor/tabs"

ui:
bundle:
url: "https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable"
snapshot: true

output:
dir: ./target/site
Loading
Loading