Update actors docs

This commit is contained in:
Aaron Crawfis 2021-04-01 08:26:02 -07:00 committed by Ryan Nowak
parent 51e0584110
commit fadb6c2654
6 changed files with 12 additions and 11 deletions

View File

@ -64,3 +64,4 @@ Dapr offers a variety of packages to help with the development of .NET applicati
</div>
</div>
</div>
<br />

View File

@ -8,4 +8,4 @@ description: How to get up and running with the Dapr .NET SDK
The Dapr actor package allows you to interact with Dapr virtual actors from a .NET application.
See [How to use Dapr actors]({{ ref dotnet-actors-howto.md }}) for getting started instructions.
See [How to use Dapr actors]({{< ref dotnet-actors-howto.md >}}) for getting started instructions.

View File

@ -1,8 +1,8 @@
---
type: docs
title: "Dapr actor .NET usage guide"
linkTitle: "Actors Usage"
weight: 10000
linkTitle: "Actors client"
weight: 100000
description: Learn all about using the actor client with the .NET SDK
---

View File

@ -1,8 +1,8 @@
---
type: docs
title: "How to use Dapr virtual actors with the .NET SDK"
linkTitle: "Actors"
weight: 100000
title: "Example of running and using virtual actors in the .NET SDK"
linkTitle: "Example"
weight: 300000
description: Try out .NET Dapr virtual actors with this example
---

View File

@ -1,9 +1,9 @@
---
type: docs
title: "Dapr actor .NET usage guide"
linkTitle: "Actors Usage"
weight: 10000
description: Learn all about using actors with the .NET SDK
linkTitle: "Authoriung actors"
weight: 200000
description: Learn all about authoring and running actors with the .NET SDK
---
## Authoring actors

View File

@ -1,9 +1,9 @@
---
type: docs
title: "Developing applications with the Dapr .NET SDK"
linkTitle: "Development"
linkTitle: "Dev integrations"
weight: 50000
description: Learn about local development options for .NET Dapr applications
description: Learn about local development integration options for .NET Dapr applications
---
## Thinking more than one at a time