Make the 'other modules' doc sections (#23233)

So they show up in the ToC
This commit is contained in:
Arnout Engelen 2017-06-27 04:51:50 -07:00 committed by Johan Andrén
parent 1b1b825865
commit 8bea7b4ace

View file

@ -1,10 +1,24 @@
# Other Akka modules
* [Akka HTTP](http://doc.akka.io/docs/akka-http/current/scala.html)
* [Alpakka](http://developer.lightbend.com/docs/alpakka/current/)
* [Akka Streams Kafka](http://doc.akka.io/docs/akka-stream-kafka/current/home.html)
* [Cassandra Plugins for Akka Persistence](https://github.com/akka/akka-persistence-cassandra)
* [Akka Management](http://developer.lightbend.com/docs/akka-management/current/)
## [Akka HTTP](http://doc.akka.io/docs/akka-http/current/scala.html)
A full server- and client-side HTTP stack on top of akka-actor and akka-stream.
## [Alpakka](http://developer.lightbend.com/docs/alpakka/current/)
Various Akka Streams connectors, integration patterns, and data transformations for integration use cases
## [Akka Streams Kafka](http://doc.akka.io/docs/akka-stream-kafka/current/home.html)
Akka Streams Kafka, also known as Reactive Kafka, is an Akka Streams connector for Apache Kafka.
## [Cassandra Plugins for Akka Persistence](https://github.com/akka/akka-persistence-cassandra)
A replicated Akka Persistence journal backed by Apache Cassandra.
## [Akka Management](http://developer.lightbend.com/docs/akka-management/current/)
Utilities for managing a running Akka Cluster.
## Community Projects