Moved docs to top level folder

This commit is contained in:
Aaron Crawfis 2020-10-12 15:26:05 -07:00
parent ad9081f817
commit c176ea507b
192 changed files with 214 additions and 18 deletions

View File

@ -1,20 +1,18 @@
--- ---
title: "Dapr Documentation" type: docs
linkTitle: "Home"
weight: 1
no_list: true
description: >
Docs, references, and best-practices for the Dapr project.
--- ---
# <img src="/images/home-title.png" alt="Dapr Docs" width=400>
## Further documentation Welcome to the Dapr documentation site!
| Area | Description | <font size=4>
|------|-------------|
| **[Command Line Interface (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. - [Concepts]({{< ref "concepts" >}})
| **[Dapr Runtime](https://github.com/dapr/dapr)** | Dapr runtime code and overview documentation. - [Getting started]({{< ref "getting-started" >}})
| **[Components Contribution](https://github.com/dapr/components-contrib)** | Open, community driven reusable components for building distributed applications. - [Developing applications]({{< ref "developing-applications" >}})
| **SDKs** | - [Go SDK](https://github.com/dapr/go-sdk)<br>- [Java SDK](https://github.com/dapr/java-sdk)<br>- [Javascript SDK](https://github.com/dapr/js-sdk)<br>- [Python SDK](https://github.com/dapr/python-sdk)<br>- [.NET SDK](https://github.com/dapr/dotnet-sdk)<br>- [C++ SDK](https://github.com/dapr/cpp-sdk)<br>- [RUST SDK](https://github.com/dapr/rust-sdk)<br><br>**Note:** Dapr is language agnostic and provides a [RESTful HTTP API](./reference/api/README.md) in addition to the protobuf clients. - [Operations]({{< ref "operations" >}})
| **Frameworks** | - [Workflows](https://github.com/dapr/workflows)<br>- [Azure Functions extension](https://github.com/dapr/azure-functions-extension)<br> - [Reference]({{< ref "reference" >}})
| **[Dapr Presentations](./presentations)** | Previous Dapr presentations and information on how to give your own Dapr presentation. - [Contributing]({{< ref "contributing" >}})
</font>

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Dapr Concepts" title: "Dapr Concepts"
linkTitle: "Concepts" linkTitle: "Concepts"
weight: 10 weight: 10

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Building blocks" title: "Building blocks"
linkTitle: "Building Blocks" linkTitle: "Building Blocks"
weight: 200 weight: 200

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Components" title: "Components"
linkTitle: "Components" linkTitle: "Components"
weight: 300 weight: 300

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Configuration" title: "Configuration"
linkTitle: "Configuration" linkTitle: "Configuration"
weight: 400 weight: 400

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Frequently asked Questions and Answers" title: "Frequently asked Questions and Answers"
linkTitle: "FAQs" linkTitle: "FAQs"
weight: 1000 weight: 1000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Middleware pipelines" title: "Middleware pipelines"
linkTitle: "Middleware" linkTitle: "Middleware"
weight: 400 weight: 400

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Observability" title: "Observability"
linkTitle: "Observability" linkTitle: "Observability"
weight: 500 weight: 500

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Overview" title: "Overview"
linkTitle: "Overview" linkTitle: "Overview"
weight: 100 weight: 100

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Security" title: "Security"
linkTitle: "Security" linkTitle: "Security"
weight: 600 weight: 600

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Contributing to Dapr" title: "Contributing to Dapr"
linkTitle: "Contributing" linkTitle: "Contributing"
weight: 100 weight: 100

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Developing applications with Dapr" title: "Developing applications with Dapr"
linkTitle: "Developing applications" linkTitle: "Developing applications"
description: "Tools, tips, and information on how to build your application with Dapr" description: "Tools, tips, and information on how to build your application with Dapr"

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Building blocks" title: "Building blocks"
linkTitle: "Building blocks" linkTitle: "Building blocks"
weight: 10 weight: 10

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Actors" title: "Actors"
linkTitle: "Actors" linkTitle: "Actors"
weight: 50 weight: 50

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Dapr actors overview" title: "Dapr actors overview"
linkTitle: "Dapr actors" linkTitle: "Dapr actors"
weight: 200 weight: 200

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Introduction to actors" title: "Introduction to actors"
linkTitle: "Introduction to actors" linkTitle: "Introduction to actors"
weight: 100 weight: 100

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Bindings" title: "Bindings"
linkTitle: "Bindings" linkTitle: "Bindings"
weight: 40 weight: 40

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Bindings overview" title: "Bindings overview"
linkTitle: "Overview" linkTitle: "Overview"
weight: 100 weight: 100

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How-To: Use bindings to interface with external resources" title: "How-To: Use bindings to interface with external resources"
linkTitle: "How-To: Bindings" linkTitle: "How-To: Bindings"
description: "Invoke external systems with Dapr output bindings" description: "Invoke external systems with Dapr output bindings"

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How-To: Trigger your application with input bindings" title: "How-To: Trigger your application with input bindings"
linkTitle: "How-To: Triggers" linkTitle: "How-To: Triggers"
description: "Use Dapr input bindings to trigger event driven applications" description: "Use Dapr input bindings to trigger event driven applications"

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Observability" title: "Observability"
linkTitle: "Observability" linkTitle: "Observability"
weight: 60 weight: 60

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Logs" title: "Logs"
linkTitle: "Logs" linkTitle: "Logs"
weight: 3000 weight: 3000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Metrics" title: "Metrics"
linkTitle: "Metrics" linkTitle: "Metrics"
weight: 4000 weight: 4000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Sidecar health" title: "Sidecar health"
linkTitle: "Sidecar health" linkTitle: "Sidecar health"
weight: 5000 weight: 5000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Distributed tracing" title: "Distributed tracing"
linkTitle: "Distributed tracing" linkTitle: "Distributed tracing"
weight: 1000 weight: 1000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "W3C trace context" title: "W3C trace context"
linkTitle: "W3C trace context" linkTitle: "W3C trace context"
weight: 1000 weight: 1000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How-To: Use W3C trace context with Dapr" title: "How-To: Use W3C trace context with Dapr"
linkTitle: "Overview" linkTitle: "Overview"
weight: 20000 weight: 20000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "W3C trace context overview" title: "W3C trace context overview"
linkTitle: "Overview" linkTitle: "Overview"
weight: 10000 weight: 10000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Pub/Sub" title: "Pub/Sub"
linkTitle: "Pub/Sub" linkTitle: "Pub/Sub"
weight: 30 weight: 30

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How-To: Publish message to a topic" title: "How-To: Publish message to a topic"
linkTitle: "How-To: Publish" linkTitle: "How-To: Publish"
weight: 2000 weight: 2000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How-To: Subscribe to a topic" title: "How-To: Subscribe to a topic"
linkTitle: "How-To: Subscribe" linkTitle: "How-To: Subscribe"
weight: 3000 weight: 3000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Pub/Sub and namespaces" title: "Pub/Sub and namespaces"
linkTitle: "Pub/Sub and namespaces" linkTitle: "Pub/Sub and namespaces"
weight: 4000 weight: 4000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Pub/Sub overview" title: "Pub/Sub overview"
linkTitle: "Pub/Sub overview" linkTitle: "Pub/Sub overview"
weight: 1000 weight: 1000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How To: Scope Pub/Sub topics" title: "How To: Scope Pub/Sub topics"
linkTitle: "How To: Scope topics" linkTitle: "How To: Scope topics"
weight: 5000 weight: 5000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Secrets stores" title: "Secrets stores"
linkTitle: "Secrets stores" linkTitle: "Secrets stores"
weight: 70 weight: 70

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How To: Retrieve a secret" title: "How To: Retrieve a secret"
linkTitle: "How To: Retrieve a secret" linkTitle: "How To: Retrieve a secret"
weight: 2000 weight: 2000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Secrets stores overview" title: "Secrets stores overview"
linkTitle: "Secrets stores overview" linkTitle: "Secrets stores overview"
weight: 1000 weight: 1000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How To: Use secret scoping" title: "How To: Use secret scoping"
linkTitle: "How To: Use secret scoping" linkTitle: "How To: Use secret scoping"
weight: 3000 weight: 3000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Service invocation" title: "Service invocation"
linkTitle: "Service invocation" linkTitle: "Service invocation"
weight: 10 weight: 10

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How-To: Invoke and discover services" title: "How-To: Invoke and discover services"
linkTitle: "How-To: Invoke and discover services" linkTitle: "How-To: Invoke and discover services"
description: "Use service invocation in a distributed application" description: "Use service invocation in a distributed application"

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Service invocation overview" title: "Service invocation overview"
linkTitle: "Service invocation overview" linkTitle: "Service invocation overview"
weight: 1000 weight: 1000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "State management" title: "State management"
linkTitle: "State management" linkTitle: "State management"
weight: 20 weight: 20

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How-To: Save and get state" title: "How-To: Save and get state"
linkTitle: "How-To: Save and get state" linkTitle: "How-To: Save and get state"
weight: 200 weight: 200

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How-To: Build a stateful service" title: "How-To: Build a stateful service"
linkTitle: "How-To: Build a stateful service" linkTitle: "How-To: Build a stateful service"
weight: 300 weight: 300

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Work with backend state stores" title: "Work with backend state stores"
linkTitle: "Work with backend state stores" linkTitle: "Work with backend state stores"
weight: 400 weight: 400

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Azure Cosmos DB" title: "Azure Cosmos DB"
linkTitle: "Azure Cosmos DB" linkTitle: "Azure Cosmos DB"
weight: 1000 weight: 1000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "State management overview" title: "State management overview"
linkTitle: "State Management overview" linkTitle: "State Management overview"
weight: 100 weight: 100

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "IDE support" title: "IDE support"
linkTitle: "IDE support" linkTitle: "IDE support"
weight: 30 weight: 30

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "IntelliJ" title: "IntelliJ"
linkTitle: "IntelliJ" linkTitle: "IntelliJ"
weight: 1000 weight: 1000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "VS Code" title: "VS Code"
linkTitle: "VS Code" linkTitle: "VS Code"
weight: 2000 weight: 2000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "VS Code remote containers" title: "VS Code remote containers"
linkTitle: "VS Code remote containers" linkTitle: "VS Code remote containers"
weight: 3000 weight: 3000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Integrations" title: "Integrations"
linkTitle: "Integrations" linkTitle: "Integrations"
weight: 50 weight: 50

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Autoscaling a Dapr app with KEDA" title: "Autoscaling a Dapr app with KEDA"
linkTitle: "Autoscale" linkTitle: "Autoscale"
weight: 2000 weight: 2000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Dapr's gRPC Interface" title: "Dapr's gRPC Interface"
linkTitle: "gRPC" linkTitle: "gRPC"
weight: 1000 weight: 1000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Middleware" title: "Middleware"
linkTitle: "Middleware" linkTitle: "Middleware"
weight: 50 weight: 50

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How-To: Apply OPA policies" title: "How-To: Apply OPA policies"
linkTitle: "How-To: Apply OPA policies" linkTitle: "How-To: Apply OPA policies"
weight: 1000 weight: 1000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "SDKs" title: "SDKs"
linkTitle: "SDKs" linkTitle: "SDKs"
weight: 20 weight: 20

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Serialization in Dapr's SDKs" title: "Serialization in Dapr's SDKs"
linkTitle: "Serialization" linkTitle: "Serialization"
weight: 1000 weight: 1000

View File

@ -1 +0,0 @@
# <img src="/images/home-title.png" alt="Dapr Docs" width=400>

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Getting started with Dapr" title: "Getting started with Dapr"
linkTitle: "Getting started" linkTitle: "Getting started"
weight: 20 weight: 20

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How-To: Setup Redis" title: "How-To: Setup Redis"
linkTitle: "How-To: Setup Redis" linkTitle: "How-To: Setup Redis"
weight: 30 weight: 30

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Getting started guide" title: "Getting started guide"
linkTitle: "Guide" linkTitle: "Guide"
weight: 10 weight: 10

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How-To: Setup Dapr environment" title: "How-To: Setup Dapr environment"
linkTitle: "How-To: Setup environment" linkTitle: "How-To: Setup environment"
weight: 20 weight: 20

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Deploying and configuring Dapr in your environment" title: "Deploying and configuring Dapr in your environment"
linkTitle: "Operations" linkTitle: "Operations"
weight: 40 weight: 40

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Managing components in Dapr" title: "Managing components in Dapr"
linkTitle: "Components" linkTitle: "Components"
weight: 300 weight: 300

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How-To: Scope components to one or more applications" title: "How-To: Scope components to one or more applications"
linkTitle: "How-To: Set component scopes" linkTitle: "How-To: Set component scopes"
weight: 6000 weight: 6000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "How-To: Reference secret stores in components" title: "How-To: Reference secret stores in components"
linkTitle: "How-To: Reference secrets" linkTitle: "How-To: Reference secrets"
weight: 7000 weight: 7000

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Bindings components" title: "Bindings components"
linkTitle: "Bindings" linkTitle: "Bindings"
description: "Guidance on setting up Dapr bindings components" description: "Guidance on setting up Dapr bindings components"

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "RethinkDB binding" title: "RethinkDB binding"
linkTitle: "RethinkDB" linkTitle: "RethinkDB"
description: "Use bindings to RethinkDB for tracking state store changes" description: "Use bindings to RethinkDB for tracking state store changes"

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Pub/Sub components" title: "Pub/Sub components"
linkTitle: "Pub/Sub" linkTitle: "Pub/Sub"
description: "Guidance on setting up different message brokers for Dapr Pub/Sub" description: "Guidance on setting up different message brokers for Dapr Pub/Sub"

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Apache Kafka" title: "Apache Kafka"
linkTitle: "Apache Kafka" linkTitle: "Apache Kafka"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "AWS SNS/SQS" title: "AWS SNS/SQS"
linkTitle: "AWS SNS/SQS" linkTitle: "AWS SNS/SQS"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Azure Events Hub" title: "Azure Events Hub"
linkTitle: "Azure Events Hub" linkTitle: "Azure Events Hub"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Azure Service Bus" title: "Azure Service Bus"
linkTitle: "Azure Events Hub" linkTitle: "Azure Events Hub"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "GCP Pub/Sub" title: "GCP Pub/Sub"
linkTitle: "GCP Pub/Sub" linkTitle: "GCP Pub/Sub"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Hazelcast" title: "Hazelcast"
linkTitle: "Hazelcast" linkTitle: "Hazelcast"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "MQTT" title: "MQTT"
linkTitle: "MQTT" linkTitle: "MQTT"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "NATS streaming" title: "NATS streaming"
linkTitle: "NATS streaming" linkTitle: "NATS streaming"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Overview" title: "Overview"
linkTitle: "Overview" linkTitle: "Overview"
description: "General overview on set up of message brokers for Dapr Pub/Sub" description: "General overview on set up of message brokers for Dapr Pub/Sub"

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Pulsar" title: "Pulsar"
linkTitle: "Pulsar" linkTitle: "Pulsar"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "RabbitMQ" title: "RabbitMQ"
linkTitle: "RabbitMQ" linkTitle: "RabbitMQ"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Redis streams" title: "Redis streams"
linkTitle: "Redis streams" linkTitle: "Redis streams"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Secret store components" title: "Secret store components"
linkTitle: "Secret stores" linkTitle: "Secret stores"
description: "Guidance on setting up different secret store components" description: "Guidance on setting up different secret store components"

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "AWS Secrets Manager" title: "AWS Secrets Manager"
linkTitle: "AWS Secrets Manager" linkTitle: "AWS Secrets Manager"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Azure Key Vault (Managed identities)" title: "Azure Key Vault (Managed identities)"
linkTitle: "Azure Key Vault (Managed identities)" linkTitle: "Azure Key Vault (Managed identities)"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Azure Key Vault" title: "Azure Key Vault"
linkTitle: "Azure Key Vault" linkTitle: "Azure Key Vault"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Local environment variables (for Development)" title: "Local environment variables (for Development)"
linkTitle: "Local environment variables" linkTitle: "Local environment variables"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Local file (for Development)" title: "Local file (for Development)"
linkTitle: "Local file" linkTitle: "Local file"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "GCP Secret Manager" title: "GCP Secret Manager"
linkTitle: "GCP Secret Manager" linkTitle: "GCP Secret Manager"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "HashiCorp Vault" title: "HashiCorp Vault"
linkTitle: "HashiCorp Vault" linkTitle: "HashiCorp Vault"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Kubernetes Secrets" title: "Kubernetes Secrets"
linkTitle: "Kubernetes Secrets" linkTitle: "Kubernetes Secrets"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "State management components" title: "State management components"
linkTitle: "State management" linkTitle: "State management"
description: "Guidance on setting up different state stores for Dapr state management" description: "Guidance on setting up different state stores for Dapr state management"

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Aerospike" title: "Aerospike"
linkTitle: "Aerospike" linkTitle: "Aerospike"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Azure Blob Storage" title: "Azure Blob Storage"
linkTitle: "Azure Blob Storage" linkTitle: "Azure Blob Storage"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Azure Cosmos DB" title: "Azure Cosmos DB"
linkTitle: "Azure Cosmos DB" linkTitle: "Azure Cosmos DB"
type: docs type: docs

View File

@ -1,4 +1,5 @@
--- ---
type: docs
title: "Azure Table Storage " title: "Azure Table Storage "
linkTitle: "Azure Table Storage " linkTitle: "Azure Table Storage "
type: docs type: docs

Some files were not shown because too many files have changed in this diff Show More