Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Sep 12, 2023
1 parent e463478 commit 7493f8e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -81,10 +81,4 @@ Any feedback, bug reports and PRs are greatly appreciated! See our [guideline](.

## Licence

Copyright 2019-2021 StreamThoughts.

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](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
This code base is available under the Apache License, version 2.
2 changes: 1 addition & 1 deletion docs/config.toml
Expand Up @@ -72,7 +72,7 @@ copyright = "The Kafka Connect File Pulse Authors"
# This menu appears only if you have at least one [params.versions] set.
version_menu = "Releases"
archived_version = false
version = "v2.6.x"
version = "v2.13.x"

# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/streamthoughts/kafka-connect-file-pulse"
Expand Down
4 changes: 2 additions & 2 deletions docs/content/en/docs/Developer Guide/installation.md
@@ -1,5 +1,5 @@
---
date: 2022-06-07
date: 2023-09-12
title: "Installation"
linkTitle: "Installation"
weight: 10
Expand Down Expand Up @@ -29,7 +29,7 @@ Download the distribution ZIP file for the latest available version.
**Example :**

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

Expand Down
6 changes: 3 additions & 3 deletions docs/content/en/docs/Overview/FilePulse/_index.md
@@ -1,5 +1,5 @@
---
date: 2020-05-20
date: 2023-09-12
title: "What is Connect FilePulse ?"
linkTitle: "Connect FilePulse"
weight: 10
Expand All @@ -9,10 +9,10 @@ description: >

## What is it?

**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™.
**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™.

{{% alert title="About Connect" color="info" %}}
**[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)).
**[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)).
{{% /alert %}}

### Key Features
Expand Down

0 comments on commit 7493f8e

Please sign in to comment.