Removed dup external templates section

Clarified the content that will be placed in this section.
This commit is contained in:
Mark Chmarny 2020-09-03 14:58:31 -07:00 committed by GitHub
parent 19d87864da
commit 8acfdb6756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -25,7 +25,14 @@ If you are new to Dapr, you may want to review following resources first:
## External samples
>This section will include external links to Dapr related samples, located outside the Dapr GitHub repositories.
>This section will include external links to Dapr related samples, located outside the Dapr Samples repository.
### Templates
* [Dapr gRPC Service in Go](https://github.com/dapr/dapr-grpc-service-template) - Template project to jump start your Dapr event subscriber service with gRPC development
* [Dapr HTTP Event Subscriber in Go](https://github.com/dapr/dapr-http-event-subscriber-template) - Template project to jump start your Dapr event subscriber service with HTTP development
* [Dapr gRPC Event Subscriber in Go](https://github.com/dapr/dapr-grpc-event-subscriber-template) - Template project to jump start your Dapr event subscriber service with gRPC development
* [dapr-http-cron-handler in Go](https://github.com/dapr/dapr-http-cron-handler-template) - Template project to jump start your Dapr service development for scheduled workloads
## Sample maintenance
@ -68,11 +75,3 @@ Example:
| Language | Go, C# (.NET Core), Node.js |
| Environment | Local or Kubernetes |
## External samples
### Templates
* [Dapr gRPC Service in Go](https://github.com/dapr/dapr-grpc-service-template) - Template project to jump start your Dapr event subscriber service with gRPC development
* [Dapr HTTP Event Subscriber in Go](https://github.com/dapr/dapr-http-event-subscriber-template) - Template project to jump start your Dapr event subscriber service with HTTP development
* [Dapr gRPC Event Subscriber in Go](https://github.com/dapr/dapr-grpc-event-subscriber-template) - Template project to jump start your Dapr event subscriber service with gRPC development
* [dapr-http-cron-handler in Go](https://github.com/dapr/dapr-http-cron-handler-template) - Template project to jump start your Dapr service development for scheduled workloads