Skip to content

Commit

Permalink
EDU-3255: Updates and aligns ordering for all dev guides
Browse files Browse the repository at this point in the history
  • Loading branch information
fairlydurable committed Oct 3, 2024
1 parent 247d3f3 commit b396030
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/develop/dotnet/durable-timers.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: durable-timers
title: Durable Timers - .NET SDK
title: Timers - .NET SDK
description: Learn how to set a Durable Timer using the Temporal .NET SDK. Pause Workflow execution for days or months. Timers are persisted and highly resource-efficient using Workflow.DelayAsync.
sidebar_label: Durable Timers
sidebar_label: Timers
keywords:
- sdk
- dotnet
Expand Down
4 changes: 2 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ module.exports = {
items: [
"develop/go/core-application",
"develop/go/temporal-clients",
"develop/go/namespaces",
"develop/go/testing-suite",
"develop/go/failure-detection",
"develop/go/message-passing",
Expand All @@ -139,7 +140,6 @@ module.exports = {
"develop/go/side-effects",
"develop/go/selectors",
"develop/go/sessions",
"develop/go/namespaces",
],
},
{
Expand Down Expand Up @@ -270,8 +270,8 @@ module.exports = {
"develop/dotnet/schedules",
"develop/dotnet/data-encryption",
"develop/dotnet/durable-timers",
"develop/dotnet/continue-as-new",
"develop/dotnet/child-workflows",
"develop/dotnet/continue-as-new",
],
},
"develop/activity-retry-simulator",
Expand Down

0 comments on commit b396030

Please sign in to comment.