reorder toc for API references and component specs

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2024-06-04 11:30:23 -04:00
parent 463bdc5e7a
commit ead715c94f
18 changed files with 18 additions and 18 deletions

View File

@ -3,7 +3,7 @@ type: docs
title: "Actors API reference"
linkTitle: "Actors API"
description: "Detailed documentation on the actors API"
weight: 500
weight: 600
---
Dapr provides native, cross-platform, and cross-language virtual actor capabilities.

View File

@ -3,7 +3,7 @@ type: docs
title: "Bindings API reference"
linkTitle: "Bindings API"
description: "Detailed documentation on the bindings API"
weight: 400
weight: 500
---
Dapr provides bi-directional binding capabilities for applications and a consistent approach to interacting with different cloud/on-premise services or systems.

View File

@ -3,7 +3,7 @@ type: docs
title: "Configuration API reference"
linkTitle: "Configuration API"
description: "Detailed documentation on the configuration API"
weight: 700
weight: 800
---
## Get Configuration

View File

@ -3,7 +3,7 @@ type: docs
title: "Distributed Lock API reference"
linkTitle: "Distributed Lock API"
description: "Detailed documentation on the distributed lock API"
weight: 800
weight: 900
---
## Lock

View File

@ -3,7 +3,7 @@ type: docs
title: "Pub/sub API reference"
linkTitle: "Pub/Sub API"
description: "Detailed documentation on the pub/sub API"
weight: 300
weight: 200
---
## Publish a message to a given topic

View File

@ -3,7 +3,7 @@ type: docs
title: "Secrets API reference"
linkTitle: "Secrets API"
description: "Detailed documentation on the secrets API"
weight: 600
weight: 700
---
## Get Secret

View File

@ -3,7 +3,7 @@ type: docs
title: "State management API reference"
linkTitle: "State management API"
description: "Detailed documentation on the state management API"
weight: 200
weight: 400
---
## Component file

View File

@ -3,7 +3,7 @@ type: docs
title: "Workflow API reference"
linkTitle: "Workflow API"
description: "Detailed documentation on the workflow API"
weight: 900
weight: 300
---
{{% alert title="Note" color="primary" %}}

View File

@ -2,7 +2,7 @@
type: docs
title: "Bindings component specs"
linkTitle: "Bindings"
weight: 3000
weight: 4000
description: The supported external bindings that interface with Dapr
aliases:
- "/operations/components/setup-bindings/supported-bindings/"

View File

@ -2,7 +2,7 @@
type: docs
title: "Configuration store component specs"
linkTitle: "Configuration stores"
weight: 5000
weight: 6000
description: The supported configuration stores that interface with Dapr
aliases:
- "/operations/components/setup-configuration-store/supported-configuration-stores/"

View File

@ -2,7 +2,7 @@
type: docs
title: "Cryptography component specs"
linkTitle: "Cryptography"
weight: 7000
weight: 8000
description: The supported cryptography components that interface with Dapr
no_list: true
---

View File

@ -2,7 +2,7 @@
type: docs
title: "Lock component specs"
linkTitle: "Locks"
weight: 6000
weight: 7000
description: The supported locks that interface with Dapr
no_list: true
---

View File

@ -2,7 +2,7 @@
type: docs
title: "Middleware component specs"
linkTitle: "Middleware"
weight: 9000
weight: 10000
description: List of all the supported middleware components that can be injected in Dapr's processing pipeline.
no_list: true
aliases:

View File

@ -2,7 +2,7 @@
type: docs
title: "Name resolution provider component specs"
linkTitle: "Name resolution"
weight: 8000
weight: 9000
description: The supported name resolution providers to enable Dapr service invocation
no_list: true
---

View File

@ -2,7 +2,7 @@
type: docs
title: "Pub/sub brokers component specs"
linkTitle: "Pub/sub brokers"
weight: 2000
weight: 1000
description: The supported pub/sub brokers that interface with Dapr
aliases:
- "/operations/components/setup-pubsub/supported-pubsub/"

View File

@ -2,7 +2,7 @@
type: docs
title: "Secret store component specs"
linkTitle: "Secret stores"
weight: 4000
weight: 5000
description: The supported secret stores that interface with Dapr
aliases:
- "/operations/components/setup-secret-store/supported-secret-stores/"

View File

@ -3,7 +3,7 @@ type: docs
title: "State store component specs"
linkTitle: "State stores"
description: "The supported state stores that interface with Dapr"
weight: 1000
weight: 4000
aliases:
- "/operations/components/setup-state-store/supported-state-stores/"
no_list: true

View File

@ -2,7 +2,7 @@
type: docs
title: "Workflow backend component specs"
linkTitle: "Workflow backend"
weight: 9000
weight: 2000
description: The supported workflow backend that orchestrate workflow and save workflow state
no_list: true
---