Skip to content

Commit c8d3dd7

Browse files
authored
rename file names and titles (#4169)
1 parent b08c7ba commit c8d3dd7

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

docs/develop/dotnet/set-up.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: set-up-your-local-dotnet
33
title: Set up your local with the .NET SDK
4-
sidebar_label: Quickstart - Setup
4+
sidebar_label: Quickstart
55
description: Configure your local development environment to get started developing with Temporal
66
keywords:
77
- set up
@@ -21,7 +21,7 @@ import { CallToAction } from "@site/src/components/elements/CallToAction";
2121
import Tabs from '@theme/Tabs';
2222
import TabItem from '@theme/TabItem';
2323

24-
# Quickstart - Setup
24+
# Quickstart
2525

2626
Configure your local development environment to get started developing with Temporal.
2727

docs/develop/go/set-up.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: set-up-your-local-go
33
title: Set up your local with the Go SDK
4-
sidebar_label: Quickstart - Setup
4+
sidebar_label: Quickstart
55
description: Configure your local development environment to get started developing with Temporal
66
keywords:
77
- set up
@@ -17,7 +17,7 @@ hide_table_of_contents: true
1717
import { SetupSteps, SetupStep, CodeSnippet } from "@site/src/components/elements/SetupSteps";
1818
import { CallToAction } from "@site/src/components/elements/CallToAction";
1919

20-
# Quickstart - Setup
20+
# Quickstart
2121

2222
Configure your local development environment to get started developing with Temporal.
2323

docs/develop/java/set-up.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: set-up-your-local-java
33
title: Set up your local with the Java SDK
4-
sidebar_label: Quickstart - Setup
4+
sidebar_label: Quickstart
55
description: Configure your local development environment to get started developing with Temporal
66
keywords:
77
- set up
@@ -19,7 +19,7 @@ import { CallToAction } from "@site/src/components/elements/CallToAction";
1919
import Tabs from '@theme/Tabs';
2020
import TabItem from '@theme/TabItem';
2121

22-
# Quickstart - Setup
22+
# Quickstart
2323

2424
Configure your local development environment to get started developing with Temporal.
2525

docs/develop/php/set-up.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: set-up-your-local-php
33
title: Set up your local development with the PHP SDK
4-
sidebar_label: Quickstart - Setup
4+
sidebar_label: Quickstart
55
slug: /develop/php/set-up-your-local-php
66
keywords:
77
- set up
@@ -20,7 +20,7 @@ import { CallToAction } from "@site/src/components/elements/CallToAction";
2020
import Tabs from '@theme/Tabs';
2121
import TabItem from '@theme/TabItem';
2222

23-
# Quickstart - Setup
23+
# Quickstart
2424

2525
Configure your local development environment to get started developing with Temporal.
2626

docs/develop/python/set-up.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: set-up-your-local-python
33
title: Set up your local with the Python SDK
4-
sidebar_label: Quickstart - Setup
4+
sidebar_label: Quickstart
55
description: Configure your local development environment to get started developing with Temporal
66
keywords:
77
- set up
@@ -17,7 +17,7 @@ hide_table_of_contents: true
1717
import { SetupSteps, SetupStep, CodeSnippet } from "@site/src/components/elements/SetupSteps";
1818
import { CallToAction } from "@site/src/components/elements/CallToAction";
1919

20-
# Quickstart - Setup
20+
# Quickstart
2121

2222
Configure your local development environment to get started developing with Temporal.
2323

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: set-up-local-ruby
33
title: Set up your local with the Ruby SDK
4-
sidebar_label: Quickstart - Setup
4+
sidebar_label: Quickstart
55
description: Configure your local development environment to get started developing with Temporal
66
keywords:
77
- set up
@@ -18,7 +18,7 @@ hide_table_of_contents: true
1818
import { SetupSteps, SetupStep, CodeSnippet } from "@site/src/components/elements/SetupSteps";
1919
import { CallToAction } from "@site/src/components/elements/CallToAction";
2020

21-
# Quickstart - Setup
21+
# Quickstart
2222

2323
This guide walks you through setting up the Temporal Ruby SDK and running your first Workflow.
2424
In just a few steps, you'll install the SDK and start a local development server.

docs/develop/typescript/set-up.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: set-up-your-local-typescript
33
title: Set up your local with the Typescript SDK
4-
sidebar_label: Quickstart - Setup
4+
sidebar_label: Quickstart
55
description: Configure your local development environment to get started developing with Temporal
66
keywords:
77
- set up
@@ -18,7 +18,7 @@ hide_table_of_contents: true
1818
import { SetupSteps, SetupStep, CodeSnippet } from "@site/src/components/elements/SetupSteps";
1919
import { CallToAction } from "@site/src/components/elements/CallToAction";
2020

21-
# Quickstart - Setup
21+
# Quickstart
2222

2323
Configure your local development environment to get started developing with Temporal.
2424

0 commit comments

Comments
 (0)