diff --git a/akka-docs/src/main/paradox/index-cluster.md b/akka-docs/src/main/paradox/index-cluster.md new file mode 100644 index 0000000000..498e632591 --- /dev/null +++ b/akka-docs/src/main/paradox/index-cluster.md @@ -0,0 +1,17 @@ +# Clustering + +@@toc { depth=2 } + +@@@ index + +* [common/cluster](common/cluster.md) +* [cluster-usage](cluster-usage.md) +* [cluster-singleton](cluster-singleton.md) +* [distributed-pub-sub](distributed-pub-sub.md) +* [cluster-client](cluster-client.md) +* [cluster-sharding](cluster-sharding.md) +* [cluster-metrics](cluster-metrics.md) +* [distributed-data](distributed-data.md) +* [cluster-dc](cluster-dc.md) + +@@@ diff --git a/akka-docs/src/main/paradox/index-network.md b/akka-docs/src/main/paradox/index-network.md index ae4015ed67..3a4da612e9 100644 --- a/akka-docs/src/main/paradox/index-network.md +++ b/akka-docs/src/main/paradox/index-network.md @@ -4,15 +4,6 @@ @@@ index -* [common/cluster](common/cluster.md) -* [cluster-usage](cluster-usage.md) -* [cluster-singleton](cluster-singleton.md) -* [distributed-pub-sub](distributed-pub-sub.md) -* [cluster-client](cluster-client.md) -* [cluster-sharding](cluster-sharding.md) -* [cluster-metrics](cluster-metrics.md) -* [distributed-data](distributed-data.md) -* [cluster-dc](cluster-dc.md) * [remoting](remoting.md) * [remoting-artery](remoting-artery.md) * [serialization](serialization.md) @@ -22,4 +13,4 @@ * [camel](camel.md) * [multi-jvm-testing](multi-jvm-testing.md) -@@@ \ No newline at end of file +@@@ diff --git a/akka-docs/src/main/paradox/index.md b/akka-docs/src/main/paradox/index.md index cd9fb4e1cc..32f90a681f 100644 --- a/akka-docs/src/main/paradox/index.md +++ b/akka-docs/src/main/paradox/index.md @@ -8,8 +8,9 @@ * [guide/index](guide/index.md) * [general/index](general/index.md) * [index-actors](index-actors.md) -* [index-network](index-network.md) +* [index-cluster](index-cluster.md) * [stream/index](stream/index.md) +* [index-network](index-network.md) * [index-futures](index-futures.md) * [index-utilities](index-utilities.md) * [common/other-modules](common/other-modules.md)