Skip to content

Commit 9c44ff7

Browse files
bibryammsfussell
andauthored
Order APIs and Components alphabetically (#4883)
Signed-off-by: Bilgin Ibryam <[email protected]> Co-authored-by: Mark Fussell <[email protected]>
1 parent 110a88e commit 9c44ff7

File tree

25 files changed

+27
-27
lines changed

25 files changed

+27
-27
lines changed

daprdocs/content/en/reference/api/actors_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: docs
33
title: "Actors API reference"
44
linkTitle: "Actors API"
55
description: "Detailed documentation on the actors API"
6-
weight: 600
6+
weight: 200
77
---
88

99
Dapr provides native, cross-platform, and cross-language virtual actor capabilities.

daprdocs/content/en/reference/api/bindings_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: docs
33
title: "Bindings API reference"
44
linkTitle: "Bindings API"
55
description: "Detailed documentation on the bindings API"
6-
weight: 500
6+
weight: 300
77
---
88

99
Dapr provides bi-directional binding capabilities for applications and a consistent approach to interacting with different cloud/on-premise services or systems.

daprdocs/content/en/reference/api/configuration_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: docs
33
title: "Configuration API reference"
44
linkTitle: "Configuration API"
55
description: "Detailed documentation on the configuration API"
6-
weight: 800
6+
weight: 400
77
---
88

99
## Get Configuration

daprdocs/content/en/reference/api/conversation_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: docs
33
title: "Conversation API reference"
44
linkTitle: "Conversation API"
55
description: "Detailed documentation on the conversation API"
6-
weight: 1400
6+
weight: 500
77
---
88

99
{{% alert title="Alpha" color="primary" %}}

daprdocs/content/en/reference/api/cryptography_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: docs
33
title: "Cryptography API reference"
44
linkTitle: "Cryptography API"
55
description: "Detailed documentation on the cryptography API"
6-
weight: 1300
6+
weight: 600
77
---
88

99
Dapr provides cross-platform and cross-language support for encryption and decryption support via the

daprdocs/content/en/reference/api/distributed_lock_api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
type: docs
3-
title: "Distributed Lock API reference"
4-
linkTitle: "Distributed Lock API"
3+
title: "Distributed lock API reference"
4+
linkTitle: "Distributed lock API"
55
description: "Detailed documentation on the distributed lock API"
6-
weight: 900
6+
weight: 700
77
---
88

99
## Lock

daprdocs/content/en/reference/api/health_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: docs
33
title: "Health API reference"
44
linkTitle: "Health API"
55
description: "Detailed documentation on the health API"
6-
weight: 1000
6+
weight: 800
77
---
88

99
Dapr provides health checking probes that can be used as readiness or liveness of Dapr and for initialization readiness from SDKs.

daprdocs/content/en/reference/api/jobs_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: docs
33
title: "Jobs API reference"
44
linkTitle: "Jobs API"
55
description: "Detailed documentation on the jobs API"
6-
weight: 1300
6+
weight: 900
77
---
88

99
{{% alert title="Note" color="primary" %}}

daprdocs/content/en/reference/api/metadata_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: docs
33
title: "Metadata API reference"
44
linkTitle: "Metadata API"
55
description: "Detailed documentation on the Metadata API"
6-
weight: 1100
6+
weight: 1000
77
---
88

99
Dapr has a metadata API that returns information about the sidecar allowing runtime discoverability. The metadata endpoint returns the following information.

daprdocs/content/en/reference/api/placement_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: docs
33
title: "Placement API reference"
44
linkTitle: "Placement API"
55
description: "Detailed documentation on the Placement API"
6-
weight: 1200
6+
weight: 1100
77
---
88

99
Dapr has an HTTP API `/placement/state` for Placement service that exposes placement table information. The API is exposed on the sidecar on the same port as the healthz. This is an unauthenticated endpoint, and is disabled by default.

0 commit comments

Comments
 (0)