Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/best_practice_guides/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Best Practice Guides"
hide_title: true
sidebar_position: 6
sidebar_position: 8
hide_table_of_contents: true
pagination_next: null
image: /img/temporal-logo-twitter-card.png
Expand Down
2 changes: 1 addition & 1 deletion docs/community_programs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Community Programs"
hide_title: true
sidebar_position: 10
sidebar_position: 9
hide_table_of_contents: true
pagination_next: null
image: /img/temporal-logo-twitter-card.png
Expand Down
2 changes: 1 addition & 1 deletion docs/courses/errstrat/dotnet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Crafting an Error Handling Strategy with .NET"
sidebar_position: 3
sidebar_position: 5
sidebar_label: "Crafting an Error Handling Strategy with .NET"
draft: false
tags: [courses, dotnet]
Expand Down
2 changes: 1 addition & 1 deletion docs/courses/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Courses"
hide_title: true
sidebar_position: 3
sidebar_position: 4
hide_table_of_contents: true
custom_edit_url: null
pagination_prev: getting_started/index
Expand Down
2 changes: 1 addition & 1 deletion docs/courses/temporal_101/dotnet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Temporal 101 with .NET"
sidebar_position: 3
sidebar_position: 5
sidebar_label: "Temporal 101 with .NET"
draft: false
tags: [courses, dotnet]
Expand Down
2 changes: 1 addition & 1 deletion docs/courses/temporal_102/dotnet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Temporal 102: Exploring Durable Execution with .NET"
sidebar_position: 3
sidebar_position: 5
sidebar_label: "Temporal 102: Exploring Durable Execution with .NET"
draft: false
tags: [courses, dotnet]
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Example Applications"
hide_title: true
sidebar_position: 5
sidebar_position: 6
hide_table_of_contents: true
pagination_next: null
image: /img/temporal-logo-twitter-card.png
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/dotnet/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Get Started with Temporal and .NET"
sidebar_position: 1
sidebar_position: 7
sidebar_label: .NET
hide_table_of_contents: false
pagination_prev: null
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/go/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Get Started with Temporal and Go"
sidebar_position: 2
sidebar_position: 1
sidebar_label: Go
hide_table_of_contents: false
pagination_prev: null
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Get Started with Temporal"
hide_title: true
sidebar_position: 2
sidebar_position: 3
hide_table_of_contents: true
pagination_prev: null
pagination_next: courses/index
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/java/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Get Started with Temporal and Java"
sidebar_position: 3
sidebar_position: 2
sidebar_label: Java
hide_table_of_contents: false
pagination_prev: null
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/php/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Get Started with Temporal and PHP"
sidebar_position: 4
sidebar_position: 3
sidebar_label: PHP
hide_table_of_contents: false
pagination_prev: null
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/python/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Get Started with Temporal and Python"
sidebar_position: 5
sidebar_position: 4
sidebar_label: Python
hide_table_of_contents: false
pagination_prev: null
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/ruby/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Get Started with Temporal and Ruby"
sidebar_position: 4
sidebar_position: 6
sidebar_label: Ruby
hide_table_of_contents: false
pagination_prev: null
Expand Down
4 changes: 4 additions & 0 deletions docs/see_temporal_in_action/DotNet/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": ".NET",
"position": 6
}
Loading