diff --git a/docs/develop/dotnet/set-up.mdx b/docs/develop/dotnet/set-up.mdx index 334062d88d..59961e1eda 100644 --- a/docs/develop/dotnet/set-up.mdx +++ b/docs/develop/dotnet/set-up.mdx @@ -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 @@ -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. diff --git a/docs/develop/go/set-up.mdx b/docs/develop/go/set-up.mdx index 2c34475341..cbb99a219c 100644 --- a/docs/develop/go/set-up.mdx +++ b/docs/develop/go/set-up.mdx @@ -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 @@ -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. diff --git a/docs/develop/java/set-up.mdx b/docs/develop/java/set-up.mdx index 2904be7d5e..876650cc8a 100644 --- a/docs/develop/java/set-up.mdx +++ b/docs/develop/java/set-up.mdx @@ -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 @@ -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. diff --git a/docs/develop/php/set-up.mdx b/docs/develop/php/set-up.mdx index fec8033f19..0b680cd9b7 100644 --- a/docs/develop/php/set-up.mdx +++ b/docs/develop/php/set-up.mdx @@ -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 @@ -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. diff --git a/docs/develop/python/set-up.mdx b/docs/develop/python/set-up.mdx index c8c2b2b927..4478bfd3ca 100644 --- a/docs/develop/python/set-up.mdx +++ b/docs/develop/python/set-up.mdx @@ -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 @@ -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. diff --git a/docs/develop/ruby/set-up-local-ruby.mdx b/docs/develop/ruby/set-up.mdx similarity index 99% rename from docs/develop/ruby/set-up-local-ruby.mdx rename to docs/develop/ruby/set-up.mdx index c90b23a690..11eed72bc6 100644 --- a/docs/develop/ruby/set-up-local-ruby.mdx +++ b/docs/develop/ruby/set-up.mdx @@ -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 @@ -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. diff --git a/docs/develop/typescript/set-up.mdx b/docs/develop/typescript/set-up.mdx index c484d5493d..ac63cfbac2 100644 --- a/docs/develop/typescript/set-up.mdx +++ b/docs/develop/typescript/set-up.mdx @@ -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 @@ -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.