Ignore quickstart links in validation of links

This commit is contained in:
Nick Greenfield 2021-09-10 13:51:00 -07:00
parent b177460193
commit 670bc44cda
1 changed files with 9 additions and 10 deletions

View File

@ -15,15 +15,14 @@ The [Dapr Quickstarts](https://github.com/dapr/quickstarts/tree/v1.0.0) are a co
## Quickstarts
<!-- IGNORE_LINKS -->
| Quickstart | Description |
|--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Hello World](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/hello-world) | Demonstrates how to run Dapr locally. Highlights service invocation and state management. |
| [Hello Kubernetes](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/hello-kubernetes) | Demonstrates how to run Dapr in Kubernetes. Highlights service invocation and state management. |
| [Distributed Calculator](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/distributed-calculator) | Demonstrates a distributed calculator application that uses Dapr services to power a React web app. Highlights polyglot (multi-language) programming, service invocation and state management. |
| [Pub/Sub](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/pub-sub) | Demonstrates how to use Dapr to enable pub-sub applications. Uses Redis as a pub-sub component. |
| [Bindings](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/bindings) | Demonstrates how to use Dapr to create input and output bindings to other components. Uses bindings to Kafka. |
| [Middleware](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/middleware) | Demonstrates use of Dapr middleware to enable OAuth 2.0 authorization. |
| [Observability](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/observability) | Demonstrates Dapr tracing capabilities. Uses Zipkin as a tracing component. |
| [Secret Store](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/secretstore) | Demonstrates the use of Dapr Secrets API to access secret stores. |
<!-- END_IGNORE -->
| <!-- IGNORE_LINKS -->[Hello World](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/hello-world)<!-- END_IGNORE --> | Demonstrates how to run Dapr locally. Highlights service invocation and state management. |
| <!-- IGNORE_LINKS -->[Hello Kubernetes](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/hello-kubernetes)<!-- END_IGNORE --> | Demonstrates how to run Dapr in Kubernetes. Highlights service invocation and state management. |
| <!-- IGNORE_LINKS -->[Distributed Calculator](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/distributed-calculator)<!-- END_IGNORE --> | Demonstrates a distributed calculator application that uses Dapr services to power a React web app. Highlights polyglot (multi-language) programming, service invocation and state management. |
| <!-- IGNORE_LINKS -->[Pub/Sub](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/pub-sub)<!-- END_IGNORE --> | Demonstrates how to use Dapr to enable pub-sub applications. Uses Redis as a pub-sub component. |
| <!-- IGNORE_LINKS -->[Bindings](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/bindings)<!-- END_IGNORE --> | Demonstrates how to use Dapr to create input and output bindings to other components. Uses bindings to Kafka. |
| <!-- IGNORE_LINKS -->[Middleware](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/middleware)<!-- END_IGNORE --> | Demonstrates use of Dapr middleware to enable OAuth 2.0 authorization. |
| <!-- IGNORE_LINKS -->[Observability](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/observability)<!-- END_IGNORE --> | Demonstrates Dapr tracing capabilities. Uses Zipkin as a tracing component. |
| <!-- IGNORE_LINKS -->[Secret Store](https://github.com/dapr/quickstarts/tree/v{{% dapr-latest-version %}}/secretstore)<!-- END_IGNORE --> | Demonstrates the use of Dapr Secrets API to access secret stores. |