Skip to content

Commit 249299d

Browse files
author
Adriano Santos
committed
docs: new index and pages
1 parent 436b2e7 commit 249299d

26 files changed

+143
-56
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ The Spawn protocol is very simple to implement but it is necessary for the devel
134134

135135
**Don't forget to subscribe to our [Discord](https://discord.gg/2PcshvfS93) server and we wish you a good hack**.
136136

137-
[Next: History](docs/history.md)
137+
[Next: Local Development](docs/local_development.md)
138138

139-
[Previous: Protocol](docs/protocol.md)
139+
[Previous: Contribution Guilde](docs/contribution_guide.md)

docs/activators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ TODO
44

55
[Back to Index](index.md)
66

7-
[Next: Observability](observability.md)
7+
[Next: Operator Manual](operator_manual.md)
88

99
[Previous: Statestores](statestores.md)

docs/actors.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,4 +448,10 @@ end
448448

449449
* **Stateless Actors**: Simpler to implement and scale, as they do not require persistence mechanisms or consistent state handling.
450450

451-
By supporting both stateful and stateless behaviors, Spawn provides the flexibility needed to design distributed systems that efficiently balance complexity, scalability, and functionality.
451+
By supporting both stateful and stateless behaviors, Spawn provides the flexibility needed to design distributed systems that efficiently balance complexity, scalability, and functionality.
452+
453+
[Back to Index](index.md)
454+
455+
[Next: Projections](projections.md)
456+
457+
[Previous: Architecture](architecture.md)

docs/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ In turn, each Sidecar container within a POD organizes itself to form an Erlang
3232

3333
[Back to Index](index.md)
3434

35-
[Next: Conceptual](conceptual.md)
35+
[Next: Actors](actors.md)
3636

37-
[Previous: Overview](overview.md)
37+
[Previous: Developer Guide](developer_guide.md)

docs/conceptual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ platform.
8585

8686
[Back to Index](index.md)
8787

88-
[Next: Features](features.md)
88+
[Next: Main Concepts](main.md)
8989

90-
[Previous: Overview](architecure.md)
90+
[Previous: History](history.md)

docs/contribution_guide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Contribution Guide
2+
3+
TODO
4+
5+
[Back to Index](index.md)
6+
7+
[Next: Contributing](../CONTRIBUTING.md)
8+
9+
[Previous: Observability](observability.md)

docs/crds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Spawn defines some custom Resources for the user to interact with the API for de
2626

2727
[Next: Actor System Resource](crds/actor_system.md)
2828

29-
[Previous: SDKs](sdks.md)
29+
[Previous: Install](install.md)

docs/crds/activator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Activator Resource
22
TODO
33

4-
[Next: Statestores](../statestores.md)
4+
[Next: Observability](../observability.md)
55

6-
[Previous: Actor System Resource](actor_system.md)
6+
[Previous: Actor Host Resource](actor_host.md)

docs/developer_guide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Developer Guide
2+
3+
TODO
4+
5+
[Back to Index](index.md)
6+
7+
[Next: Architecture](architecture.md)
8+
9+
[Previous: Getting Started](getting_started.md)

docs/durable.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ TODO
44

55
[Back to Index](index.md)
66

7-
[Next: Protocol](protocol.md)
8-
9-
[Previous: Main Concepts](main.md)
7+
[Previous: Modeling Systems with Actors](modeling_with_actors.md)

0 commit comments

Comments
 (0)