Skip to content

Commit 7493f8e

Browse files
committed
docs: update
1 parent e463478 commit 7493f8e

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,4 @@ Any feedback, bug reports and PRs are greatly appreciated! See our [guideline](.
8181

8282
## Licence
8383

84-
Copyright 2019-2021 StreamThoughts.
85-
86-
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
87-
88-
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
89-
90-
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
84+
This code base is available under the Apache License, version 2.

docs/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ copyright = "The Kafka Connect File Pulse Authors"
7272
# This menu appears only if you have at least one [params.versions] set.
7373
version_menu = "Releases"
7474
archived_version = false
75-
version = "v2.6.x"
75+
version = "v2.13.x"
7676

7777
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
7878
github_repo = "https://github.com/streamthoughts/kafka-connect-file-pulse"

docs/content/en/docs/Developer Guide/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2022-06-07
2+
date: 2023-09-12
33
title: "Installation"
44
linkTitle: "Installation"
55
weight: 10
@@ -29,7 +29,7 @@ Download the distribution ZIP file for the latest available version.
2929
**Example :**
3030

3131
```bash
32-
export VERSION=2.6.0
32+
export VERSION=2.13.0
3333
wget https://github.com/streamthoughts/kafka-connect-file-pulse/releases/download/v$VERSION/streamthoughts-kafka-connect-file-pulse-$VERSION.zip
3434
```
3535

docs/content/en/docs/Overview/FilePulse/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2020-05-20
2+
date: 2023-09-12
33
title: "What is Connect FilePulse ?"
44
linkTitle: "Connect FilePulse"
55
weight: 10
@@ -9,10 +9,10 @@ description: >
99

1010
## What is it?
1111

12-
**Connect FilePulse** is a polyvalent, scalable and reliable, Apache Kafka Connect plugin that makes it easy to parse, transform and stream any file, in any format, into Apache Kafka™.
12+
**Connect FilePulse** is a multipurpose, scalable and reliable, Apache Kafka Connect plugin that makes it easy to parse, transform and stream any file, in any format, into Apache Kafka™.
1313

1414
{{% alert title="About Connect" color="info" %}}
15-
**[Kafka Connect](https://kafka.apache.org/documentation/#connect)** is a tool for scalably and reliably streaming data between Apache Kafka and other systems. (source: [Apache documentation](https://kafka.apache.org/documentation/#connect)).
15+
**[Kafka Connect](https://kafka.apache.org/documentation/#connect)** is a tool for scalable and reliably streaming data between Apache Kafka and other systems. (source: [Apache documentation](https://kafka.apache.org/documentation/#connect)).
1616
{{% /alert %}}
1717

1818
### Key Features

0 commit comments

Comments
 (0)