From 115c3513519ed0097fd69194d5f8a4c73ad4fa72 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Wed, 6 Nov 2019 08:55:09 +0100 Subject: [PATCH] move Coordinated Shutdown down in ToC (#28132) * if reading the pages in order the Coordinated Shutdown page is not very important, compared with Interaction Patterns, when getting started --- akka-docs/src/main/paradox/typed/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/typed/index.md b/akka-docs/src/main/paradox/typed/index.md index 6e30a112c2..2370a487a0 100644 --- a/akka-docs/src/main/paradox/typed/index.md +++ b/akka-docs/src/main/paradox/typed/index.md @@ -9,13 +9,13 @@ project.description: Using Akka to build reliable multi-core applications distri * [actors](actors.md) * [actor-lifecycle](actor-lifecycle.md) -* [coordinated-shutdown](../coordinated-shutdown.md) * [interaction patterns](interaction-patterns.md) * [fault-tolerance](fault-tolerance.md) * [actor-discovery](actor-discovery.md) * [routers](routers.md) * [stash](stash.md) * [fsm](fsm.md) +* [coordinated-shutdown](../coordinated-shutdown.md) * [dispatchers](dispatchers.md) * [mailboxes](mailboxes.md) * [testing](testing.md)