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
This commit is contained in:
Patrik Nordwall 2019-11-06 08:55:09 +01:00 committed by Johan Andrén
parent 4bbb8a5396
commit 115c351351

View file

@ -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)