mirror of https://github.com/dapr/dotnet-sdk.git
Update actors docs
This commit is contained in:
parent
51e0584110
commit
fadb6c2654
|
|
@ -64,3 +64,4 @@ Dapr offers a variety of packages to help with the development of .NET applicati
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue