Skip to content

Commit ac81c55

Browse files
author
Adriano Santos
committed
docs: reindexing
1 parent 82fbd46 commit ac81c55

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

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: Operator Manual](operator_manual.md)
7+
[Next: Observability](observability.md)
88

99
[Previous: Statestores](statestores.md)

docs/durable.md

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

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

7-
[Previous: Modeling Systems with Actors](modeling_with_actors.md)
7+
[Previous: Main Concepts](main.md)

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,17 @@
4343
- [Invoking Actors](sdks/rust/actor_invocation.md)
4444
- [Workflows](sdks/rust/workflows.md)
4545
- [Projections](sdks/rust/projections.md)
46-
- 3.5 [Statestores](statestores.md)
47-
- 3.6 [Activators](activators.md)
46+
- 3.5 [Modeling Systems with Actors](modeling_with_actors.md)
4847
04. [Operator Manual](operator_manual.md)
4948
- 4.1 [Install](install.md)
5049
- 4.2 [Command Line](cli.md)
5150
- 4.3 [Custom Resources](crds.md)
5251
- 4.3.1 [Actor System Resource](crds/actor_system.md)
5352
- 4.3.2 [Actor Host Resource](crds/actor_host.md)
5453
- 4.3.3 [Activator Resource](crds/activator.md)
55-
- 4.4 [Observability](observability.md)
54+
- 4.4 [Statestores](statestores.md)
55+
- 4.5 [Activators](activators.md)
56+
- 4.6 [Observability](observability.md)
5657
05. [Contributing](contribution_guide.md)
5758
- 5.1 [Contributing](../CONTRIBUTING.md)
5859
- 5.2 [Local Development](local_development.md)
@@ -61,7 +62,6 @@
6162
- 6.1 [History](history.md)
6263
- 6.2 [Conceptual](conceptual.md)
6364
- 6.3 [Main Concepts](main.md)
64-
- 6.4 [Modeling Systems with Actors](modeling_with_actors.md)
6565
- 6.5 [Durable Computing](durable.md)
6666

6767
[Next: Overview](overview.md)

docs/main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ Nats' ability to natively implement different topologies, as well as its minimal
7171

7272
[Back to Index](index.md)
7373

74-
[Next: Modeling Systems with Actors](modeling_with_actors.md)
74+
[Next: Durable Computing](durable.md)
7575

7676
[Previous: Conceptual](conceptual.md)

docs/modeling_with_actors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ The Actor Model offers a robust paradigm for building scalable, resilient, and m
110110

111111
[Back to Index](index.md)
112112

113-
[Next: Durable Computing](durable.md)
113+
[Next: Operator Manual](operator_manual.md)
114114

115-
[Previous: Main Concepts](main.md)
115+
[Previous: SDKs](sdks.md)

docs/projections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,6 @@ alias Inventory.InventoryProjectionActor, as: InventoryClient
239239

240240
[Back to Index](index.md)
241241

242-
[Next: Features](features.md)
242+
[Next: Modeling Systems with Actors](modeling_with_actors.md)
243243

244244
[Previous: Actors](actors.md)

docs/sdks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Full documentation for each language can be found in each of their repositories,
2222

2323
[Jump to language support index](sdks/index.md)
2424

25-
[Next: Statestores](statestores.md)
25+
[Next: Modeling Systems with Actors](modeling_with_actors.md)
2626

2727
[Previous: Features](features.md)

docs/statestores.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ It is also worth mentioning that this feature depends on the implementation of e
4848

4949
[Next: Activators](activators.md)
5050

51-
[Previous: SDKs](sdks.md)
51+
[Previous: Custom Resources](crds.md)

0 commit comments

Comments
 (0)