File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ JVM User Language Support for [Spawn](https://github.com/eigr/spawn).
77
881 . [ Overview] ( #overview )
992 . [ Getting Started] ( #getting-started )
10+ - [ Deploy] ( #deploy )
10113 . [ Advanced Use Cases] ( #advanced-use-cases )
1112 - [ Dependency Injection] ( #dependency-injection )
1213 - [ Types of Actors] ( #types-of-actors )
@@ -17,16 +18,16 @@ JVM User Language Support for [Spawn](https://github.com/eigr/spawn).
1718 - [ Forward] ( #forward )
1819 - [ Pipe] ( #pipe )
1920 - [ State Management] ( #state-management )
20- 5 . [ Using Actors] ( #using-actors )
21+ 4 . [ Using Actors] ( #using-actors )
2122 - [ Call Named Actors] ( #call-named-actors )
2223 - [ Call Unnamed Actors] ( #call-unnamed-actors )
2324 - [ Async] ( #async )
2425 - [ Timeouts] ( #timeouts )
25- 6 . [ Deploy] ( #deploy )
26+ 5 . [ Deploy] ( #deploy )
2627 - [ Defining an ActorSystem] ( #defining-an-actorsystem )
2728 - [ Defining an ActorHost] ( #defining-an-actorhost )
2829 - [ Activators] ( #activators )
29- 7 . [ Actor Model] ( #actor-model )
30+ 6 . [ Actor Model] ( #actor-model )
3031 - [ Virtual Actors] ( #virtual-actors )
3132
3233
@@ -602,6 +603,10 @@ mvn compile jib:build
602603
603604And this is it to start! Now that you know the basics of local development, we can go a little further.
604605
606+ ### Deploy
607+
608+ Please see main documentation [ page] ( https://github.com/eigr/spawn/blob/main/docs/getting_started.md ) .
609+
605610## Advanced Use Cases
606611
607612Spawn Actors abstract a huge amount of developer infrastructure and can be used for many types of jobs.
You can’t perform that action at this time.
0 commit comments