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:
parent
4bbb8a5396
commit
115c351351
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue