mirror of https://github.com/dapr/docs.git
Update quickstart versions to v1.4.0 manually
This commit is contained in:
parent
670bc44cda
commit
5ab1e618ca
|
@ -17,12 +17,12 @@ The [Dapr Quickstarts](https://github.com/dapr/quickstarts/tree/v1.0.0) are a co
|
|||
|
||||
| Quickstart | Description |
|
||||
|--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [Hello World](https://github.com/dapr/quickstarts/tree/v1.4.0/hello-world) | Demonstrates how to run Dapr locally. Highlights service invocation and state management. |
|
||||
| [Hello Kubernetes](https://github.com/dapr/quickstarts/tree/v1.4.0/hello-kubernetes) | Demonstrates how to run Dapr in Kubernetes. Highlights service invocation and state management. |
|
||||
| [Distributed Calculator](https://github.com/dapr/quickstarts/tree/v1.4.0/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/v1.4.0/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/v1.4.0/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/v1.4.0/middleware) | Demonstrates use of Dapr middleware to enable OAuth 2.0 authorization. |
|
||||
| [Observability](https://github.com/dapr/quickstarts/tree/v1.4.0/observability) | Demonstrates Dapr tracing capabilities. Uses Zipkin as a tracing component. |
|
||||
| [Secret Store](https://github.com/dapr/quickstarts/tree/v1.4.0/secretstore) | Demonstrates the use of Dapr Secrets API to access secret stores. |
|
||||
|
||||
| <!-- 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. |
|
||||
|
|
Loading…
Reference in New Issue