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
4 changes: 2 additions & 2 deletions docs/develop/dotnet/set-up.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: set-up-your-local-dotnet
title: Set up your local with the .NET SDK
sidebar_label: Quickstart - Setup
sidebar_label: Quickstart
description: Configure your local development environment to get started developing with Temporal
keywords:
- set up
Expand All @@ -21,7 +21,7 @@ import { CallToAction } from "@site/src/components/elements/CallToAction";
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# Quickstart - Setup
# Quickstart

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

Expand Down
4 changes: 2 additions & 2 deletions docs/develop/go/set-up.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: set-up-your-local-go
title: Set up your local with the Go SDK
sidebar_label: Quickstart - Setup
sidebar_label: Quickstart
description: Configure your local development environment to get started developing with Temporal
keywords:
- set up
Expand All @@ -17,7 +17,7 @@ hide_table_of_contents: true
import { SetupSteps, SetupStep, CodeSnippet } from "@site/src/components/elements/SetupSteps";
import { CallToAction } from "@site/src/components/elements/CallToAction";

# Quickstart - Setup
# Quickstart

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

Expand Down
4 changes: 2 additions & 2 deletions docs/develop/java/set-up.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: set-up-your-local-java
title: Set up your local with the Java SDK
sidebar_label: Quickstart - Setup
sidebar_label: Quickstart
description: Configure your local development environment to get started developing with Temporal
keywords:
- set up
Expand All @@ -19,7 +19,7 @@ import { CallToAction } from "@site/src/components/elements/CallToAction";
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# Quickstart - Setup
# Quickstart

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

Expand Down
4 changes: 2 additions & 2 deletions docs/develop/php/set-up.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: set-up-your-local-php
title: Set up your local development with the PHP SDK
sidebar_label: Quickstart - Setup
sidebar_label: Quickstart
slug: /develop/php/set-up-your-local-php
keywords:
- set up
Expand All @@ -20,7 +20,7 @@ import { CallToAction } from "@site/src/components/elements/CallToAction";
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# Quickstart - Setup
# Quickstart

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

Expand Down
4 changes: 2 additions & 2 deletions docs/develop/python/set-up.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: set-up-your-local-python
title: Set up your local with the Python SDK
sidebar_label: Quickstart - Setup
sidebar_label: Quickstart
description: Configure your local development environment to get started developing with Temporal
keywords:
- set up
Expand All @@ -17,7 +17,7 @@ hide_table_of_contents: true
import { SetupSteps, SetupStep, CodeSnippet } from "@site/src/components/elements/SetupSteps";
import { CallToAction } from "@site/src/components/elements/CallToAction";

# Quickstart - Setup
# Quickstart

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: set-up-local-ruby
title: Set up your local with the Ruby SDK
sidebar_label: Quickstart - Setup
sidebar_label: Quickstart
description: Configure your local development environment to get started developing with Temporal
keywords:
- set up
Expand All @@ -18,7 +18,7 @@ hide_table_of_contents: true
import { SetupSteps, SetupStep, CodeSnippet } from "@site/src/components/elements/SetupSteps";
import { CallToAction } from "@site/src/components/elements/CallToAction";

# Quickstart - Setup
# Quickstart

This guide walks you through setting up the Temporal Ruby SDK and running your first Workflow.
In just a few steps, you'll install the SDK and start a local development server.
Expand Down
4 changes: 2 additions & 2 deletions docs/develop/typescript/set-up.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: set-up-your-local-typescript
title: Set up your local with the Typescript SDK
sidebar_label: Quickstart - Setup
sidebar_label: Quickstart
description: Configure your local development environment to get started developing with Temporal
keywords:
- set up
Expand All @@ -18,7 +18,7 @@ hide_table_of_contents: true
import { SetupSteps, SetupStep, CodeSnippet } from "@site/src/components/elements/SetupSteps";
import { CallToAction } from "@site/src/components/elements/CallToAction";

# Quickstart - Setup
# Quickstart

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

Expand Down