From 1e0202a83e33dd3279adbcecd090d686bb53819c Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Thu, 15 Oct 2020 15:01:16 -0700 Subject: [PATCH] Small actors fixes --- .../building-blocks/actors/actors-overview.md | 6 +++--- .../building-blocks/actors/actors_background.md | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/actors/actors-overview.md b/daprdocs/content/en/developing-applications/building-blocks/actors/actors-overview.md index 51461487e..0e9f7a521 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/actors/actors-overview.md +++ b/daprdocs/content/en/developing-applications/building-blocks/actors/actors-overview.md @@ -1,12 +1,12 @@ --- type: docs title: "Dapr actors overview" -linkTitle: "Dapr actors" -weight: 200 +linkTitle: "Overview" +weight: 10 description: Overview of Dapr support for actors --- -The Dapr actors runtime provides following capabilities: +The Dapr actors runtime provides support for [virtual actors]({{< ref actors_background.md >}}) through following capabilities: ## Actor method invocation diff --git a/daprdocs/content/en/developing-applications/building-blocks/actors/actors_background.md b/daprdocs/content/en/developing-applications/building-blocks/actors/actors_background.md index 0520083fa..92265517d 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/actors/actors_background.md +++ b/daprdocs/content/en/developing-applications/building-blocks/actors/actors_background.md @@ -1,8 +1,8 @@ --- type: docs title: "Introduction to actors" -linkTitle: "Introduction to actors" -weight: 100 +linkTitle: "Actors background" +weight: 20 description: Learn more about the actor pattern --- @@ -16,8 +16,8 @@ Dapr includes a runtime that specifically implements the [Virtual Actor pattern] ## Quick links -- [Dapr Actor Features](./actors_features.md) -- [Dapr Actor API Spec](../../reference/api/actors_api.md) +- [Dapr Actor Features]({{< actors-overview.md >}}) +- [Dapr Actor API Spec]({{< actors_api.md >}} ) ### When to use actors @@ -79,7 +79,7 @@ POST/GET/PUT/DELETE http://localhost:3500/v1.0/actors///}}) for more details. ### Concurrency