From cda2949bf6c75d306d70ac357d938ccecb14b75d Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Thu, 15 Oct 2020 14:43:07 -0700 Subject: [PATCH] Update reference page --- daprdocs/content/en/reference/_index.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/daprdocs/content/en/reference/_index.md b/daprdocs/content/en/reference/_index.md index 802d22700..7908b27c5 100644 --- a/daprdocs/content/en/reference/_index.md +++ b/daprdocs/content/en/reference/_index.md @@ -5,17 +5,3 @@ linkTitle: "Reference" weight: 60 description: "Detailed documentation on the Dapr API, CLI, bindings and more" --- - -# Dapr references - -- **[Dapr CLI](https://github.com/dapr/cli)**: The Dapr CLI allows you to setup Dapr on your local dev machine or on a Kubernetes cluster, provides debugging support, launches and manages Dapr instances. -- **[Dapr APIs](./api)**: Dapr provides a variety of APIs to allow developers to access building block capabilities: - - [Actors](./api/actors_api.md) - - [Bindings](./api/bindings_api.md) - - [Publish/Subscribe Messaging](./api/pubsub_api.md) - - [Secrets](./api/secrets_api.md) - - [Service Invocation](./api/service_invocation_api.md) - - [State Management](./api/state_api.md) -- [Error Codes](./api/error_codes.md) returned by Dapr APIs. -- **[Dapr Binding Specs](./specs/bindings)**: Bindings provide triggers and interactions with external resources and services -- **[Monitoring Dashboard templates](./dashboard/README.md)**: Monitoring dashboard templates help Dapr user to monitor Dapr services by importing templates to their monitoring tools