diff --git a/website/src/docs/docs.json b/website/src/docs/docs.json index d40368434f0..00bcff995fa 100644 --- a/website/src/docs/docs.json +++ b/website/src/docs/docs.json @@ -120,8 +120,8 @@ "title": "Introduction" }, { - "path": "get-started-with-graphql-in-net-core", - "title": "Get Started" + "path": "getting-started", + "title": "Getting Started" }, { "path": "defining-a-schema", diff --git a/website/src/docs/hotchocolate/v14/get-started-with-graphql-in-net-core.md b/website/src/docs/hotchocolate/v14/get-started-with-graphql-in-net-core.md deleted file mode 100644 index b6ddfae2157..00000000000 --- a/website/src/docs/hotchocolate/v14/get-started-with-graphql-in-net-core.md +++ /dev/null @@ -1,255 +0,0 @@ ---- -title: "Get started with GraphQL in .NET Core" -description: "In this tutorial, we will walk you through the basics of creating a GraphQL .NET server with Hot Chocolate." ---- - -import { ApiChoiceTabs } from "../../../components/mdx/api-choice-tabs" -import { InputChoiceTabs } from "../../../components/mdx/input-choice-tabs" - -