Skip to content

Commit

Permalink
docs: reindexing
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Santos committed Jan 8, 2025
1 parent 82fbd46 commit ac81c55
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/activators.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ TODO

[Back to Index](index.md)

[Next: Operator Manual](operator_manual.md)
[Next: Observability](observability.md)

[Previous: Statestores](statestores.md)
2 changes: 1 addition & 1 deletion docs/durable.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ TODO

[Back to Index](index.md)

[Previous: Modeling Systems with Actors](modeling_with_actors.md)
[Previous: Main Concepts](main.md)
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,17 @@
- [Invoking Actors](sdks/rust/actor_invocation.md)
- [Workflows](sdks/rust/workflows.md)
- [Projections](sdks/rust/projections.md)
- 3.5 [Statestores](statestores.md)
- 3.6 [Activators](activators.md)
- 3.5 [Modeling Systems with Actors](modeling_with_actors.md)
04. [Operator Manual](operator_manual.md)
- 4.1 [Install](install.md)
- 4.2 [Command Line](cli.md)
- 4.3 [Custom Resources](crds.md)
- 4.3.1 [Actor System Resource](crds/actor_system.md)
- 4.3.2 [Actor Host Resource](crds/actor_host.md)
- 4.3.3 [Activator Resource](crds/activator.md)
- 4.4 [Observability](observability.md)
- 4.4 [Statestores](statestores.md)
- 4.5 [Activators](activators.md)
- 4.6 [Observability](observability.md)
05. [Contributing](contribution_guide.md)
- 5.1 [Contributing](../CONTRIBUTING.md)
- 5.2 [Local Development](local_development.md)
Expand All @@ -61,7 +62,6 @@
- 6.1 [History](history.md)
- 6.2 [Conceptual](conceptual.md)
- 6.3 [Main Concepts](main.md)
- 6.4 [Modeling Systems with Actors](modeling_with_actors.md)
- 6.5 [Durable Computing](durable.md)

[Next: Overview](overview.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ Nats' ability to natively implement different topologies, as well as its minimal

[Back to Index](index.md)

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

[Previous: Conceptual](conceptual.md)
4 changes: 2 additions & 2 deletions docs/modeling_with_actors.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ The Actor Model offers a robust paradigm for building scalable, resilient, and m

[Back to Index](index.md)

[Next: Durable Computing](durable.md)
[Next: Operator Manual](operator_manual.md)

[Previous: Main Concepts](main.md)
[Previous: SDKs](sdks.md)
2 changes: 1 addition & 1 deletion docs/projections.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@ alias Inventory.InventoryProjectionActor, as: InventoryClient

[Back to Index](index.md)

[Next: Features](features.md)
[Next: Modeling Systems with Actors](modeling_with_actors.md)

[Previous: Actors](actors.md)
2 changes: 1 addition & 1 deletion docs/sdks.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Full documentation for each language can be found in each of their repositories,

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

[Next: Statestores](statestores.md)
[Next: Modeling Systems with Actors](modeling_with_actors.md)

[Previous: Features](features.md)
2 changes: 1 addition & 1 deletion docs/statestores.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ It is also worth mentioning that this feature depends on the implementation of e

[Next: Activators](activators.md)

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

0 comments on commit ac81c55

Please sign in to comment.