From 2a7d3221befd64ede36b9b758f0f75717311c785 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Thu, 30 Mar 2023 17:13:30 -0400 Subject: [PATCH] remove for another PR Signed-off-by: Hannah Hunter --- .../building-blocks/actors/actors-features-concepts.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/actors/actors-features-concepts.md b/daprdocs/content/en/developing-applications/building-blocks/actors/actors-features-concepts.md index 6cdf7b57c..b2b9442d3 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/actors/actors-features-concepts.md +++ b/daprdocs/content/en/developing-applications/building-blocks/actors/actors-features-concepts.md @@ -82,16 +82,6 @@ The following example illustrates the above concepts. Consider an actor type tha -## Actor types and ids - -Learn more about actor types and ids specific to each SDK: - -- [.NET SDK] -- [Go SDK] -- [Java SDK] -- [JavaScript SDK] -- [Python SDK] - ## Next steps {{< button text="Timers and reminders >>" page="actors-timers-reminders.md" >}}