Skip to content

Commit b15df6b

Browse files
authored
Merge pull request #4542 from hhunter-ms/issue_4537
Reorder TOC
2 parents 260c073 + 95434d4 commit b15df6b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

daprdocs/content/en/developing-applications/debugging/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
type: docs
33
title: "Debugging Dapr applications and the Dapr control plane"
44
linkTitle: "Debugging"
5-
weight: 60
5+
weight: 50
66
description: "Guides on how to debug Dapr applications and the Dapr control plane"
77
---

daprdocs/content/en/developing-applications/develop-components/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
type: docs
33
title: "Components"
44
linkTitle: "Components"
5-
weight: 40
5+
weight: 70
66
description: "Learn more about developing Dapr's pluggable and middleware components"
77
---

daprdocs/content/en/developing-applications/error-codes/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
type: docs
33
title: "Error codes"
44
linkTitle: "Error codes"
5-
weight: 20
5+
weight: 30
66
description: "Error codes and messages you may encounter while using Dapr"
77
---
88

daprdocs/content/en/developing-applications/integrations/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
type: docs
33
title: "Integrations"
44
linkTitle: "Integrations"
5-
weight: 70
5+
weight: 60
66
description: "Dapr integrations with other technologies"
77
---

daprdocs/content/en/developing-applications/local-development/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
type: docs
33
title: "Local development"
44
linkTitle: "Local development"
5-
weight: 50
5+
weight: 40
66
description: "Capabilities for developing Dapr applications locally"
77
---

daprdocs/content/en/developing-applications/integrations/gRPC-integration.md daprdocs/content/en/developing-applications/local-development/gRPC-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
type: docs
33
title: "How to: Use the gRPC interface in your Dapr application"
44
linkTitle: "gRPC interface"
5-
weight: 6000
5+
weight: 400
66
description: "Use the Dapr gRPC API in your application"
77
---
88

daprdocs/content/en/developing-applications/sdks/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
type: docs
33
title: "Dapr Software Development Kits (SDKs)"
44
linkTitle: "SDKs"
5-
weight: 30
5+
weight: 20
66
description: "Use your favorite languages with Dapr"
77
no_list: true
88
---

0 commit comments

Comments
 (0)