Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: show template's Akka logo #3319

Merged
merged 6 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion docs/src/main/paradox/.htaccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file can be used for redirects like:
RedirectMatch 301 ^/docs/alpakka/([^/]+)/data-transformations/recordio.html https://doc.akka.io/libraries/alpakka/$1/data-transformations/simple-codecs.html
# Move CSV example to alpakka-samples
RedirectMatch 301 ^/docs/alpakka/([^/]+)/examples/csv-samples.html https://akka.io/alpakka-samples/
RedirectMatch 301 ^/docs/alpakka/([^/]+)/examples/csv-samples.html https://github.com/akka/alpakka-samples/
# Drop pre-1.0 release notes
RedirectMatch 301 ^/docs/alpakka/([^/]+)/release-notes/1.0-RC1.html https://doc.akka.io/libraries/alpakka/$1/release-notes/1.0.x.html
RedirectMatch 301 ^/docs/alpakka/([^/]+)/release-notes/1.0-M3.html https://doc.akka.io/libraries/alpakka/$1/release-notes/1.0.x.html
Expand Down
1 change: 0 additions & 1 deletion docs/src/main/paradox/_template/logo.st

This file was deleted.

4 changes: 2 additions & 2 deletions docs/src/main/paradox/examples/elasticsearch-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

### Example: Index all data from an RDBMS table into Elasticsearch

This example is now available in the [Alpakka Samples](https://akka.io/alpakka-samples/jdbc-to-elasticsearch/) project.
This example is now available in the [Alpakka Samples](https://github.com/akka/alpakka-samples/tree/main/alpakka-sample-jdbc-to-elasticsearch) project.


### Example: Read from a Kafka topic and publish to Elasticsearch

This example is now available in the [Alpakka Samples](https://akka.io/alpakka-samples/kafka-to-elasticsearch/) project.
This example is now available in the [Alpakka Samples](https://github.com/akka/alpakka-samples/tree/main/alpakka-sample-kafka-to-elasticsearch) project.
4 changes: 2 additions & 2 deletions docs/src/main/paradox/examples/ftp-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Example: Copy all files from an FTP server to local files

This example is available in the [Alpakka Samples](https://akka.io/alpakka-samples/ftp-to-file/) project.
This example is available in the [Alpakka Samples](https://github.com/akka/alpakka-samples/tree/main/alpakka-sample-ftp-to-file) project.

### Example: Rotate data stream over to multiple compressed files on SFTP server

This example is available in the [Alpakka Samples](https://akka.io/alpakka-samples/rotate-logs-to-ftp/) project.
This example is available in the [Alpakka Samples](https://github.com/akka/alpakka-samples/tree/main/alpakka-sample-rotate-logs-to-ftp) project.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

@@@ note

Alpakka examples are available in the [Alpakka Samples](https://akka.io/alpakka-samples/) documentation created from the [Alpakka Samples Repository](https://github.com/akka/alpakka-samples).
Alpakka examples are available in the [Alpakka Samples Repository](https://github.com/akka/alpakka-samples).

@@@
2 changes: 1 addition & 1 deletion docs/src/main/paradox/examples/jms-samples.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# JMS

JMS examples are shown in the [Alpakka Samples](https://akka.io/alpakka-samples/jms/) project.
JMS examples are shown in the [Alpakka Samples](https://github.com/akka/alpakka-samples/tree/main/alpakka-sample-jms) project.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/examples/mqtt-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## Example: Read from an MQTT topic, group messages and publish to Kafka

This example is available in the [Alpakka Samples](https://akka.io/alpakka-samples/mqtt-to-kafka/) project.
This example is available in the [Alpakka Samples](https://github.com/akka/alpakka-samples/tree/main/alpakka-sample-mqtt-to-kafka) project.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you want to try out a connector that has not yet been released, give @ref[sna

Please feel free to contribute to Alpakka by reporting issues you identify, or by suggesting changes to the code. Please refer to our [contributing instructions](https://github.com/akka/alpakka/blob/main/CONTRIBUTING.md) and our [contributor advice](https://github.com/akka/alpakka/blob/main/contributor-advice.md) to learn how it can be done. The target structure for Alpakka connectors is illustrated by the @ref[Reference connector](reference.md).

We want Akka and Alpakka to strive in a welcoming and open atmosphere and expect all contributors to respect our [code of conduct](https://www.lightbend.com/conduct).
We want Akka and Alpakka to strive in a welcoming and open atmosphere and expect all contributors to respect our [code of conduct](https://akka.io/conduct).

[![alpakka]][alpakka-scaladex] Feel free to tag your project with *akka-streams* keyword in Scaladex for easier discoverability.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/release-notes/1.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ If you have kept to older versions of Alpakka to avoid multiple upgrades, **now

Most artifacts of Alpakka are available for Scala 2.11, 2.12 and 2.13.0-M5.

Alpakka 1.0.0 modules require at least [Akka](https://akka.io/blog/news-archive.html) 2.5.21. Some modules built up [Akka HTTP](https://doc.akka.io/libraries/akka-http/current/release-notes/10.1.x.html) 10.1.7.
Alpakka 1.0.0 modules require at least Akka 2.5.21. Some modules built up [Akka HTTP](https://doc.akka.io/libraries/akka-http/current/release-notes/10.1.x.html) 10.1.7.


### Compatibility
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/release-notes/2.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Released 2020-04-30

- **Alpakka 2.0 updates dependencies for most connectors.**
- **Alpakka 2.0 requires Akka 2.5.31 or Akka 2.6.4.** We recommend upgrading your projects to the latest versions of Akka.
- Many Alpakka APIs haven't changed since Alpakka 1.0. We hope adapting to the changes will be easy. For the time being we don't have dedicated migration guides. Please reach out in the [Discuss forum](https://discuss.akka.io/c/akka/streams-and-alpakka) if you run into problems.
- Many Alpakka APIs haven't changed since Alpakka 1.0. We hope adapting to the changes will be easy. For the time being we don't have dedicated migration guides. Please reach out in the [Discuss forum](https://discuss.akka.io/c/akka-libraries) if you run into problems.

## Major new functionality

Expand Down
4 changes: 2 additions & 2 deletions project/project-info.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ project-info {
}
forums: [
{
text: "Lightbend Discuss"
url: "https://discuss.akka.com/c/akka/"
text: "Akka Discuss"
url: "https://discuss.akka.io"
}
]
}
Expand Down
Loading