From 58b0888d1d2ccd7d67d7d4a1f15430bc8168b488 Mon Sep 17 00:00:00 2001 From: Tobias Tengler <45513122+tobias-tengler@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:44:39 +0100 Subject: [PATCH] Mark v14 docs as stable (#7622) --- website/config/conf.d/default.conf | 2 +- website/src/docs/docs.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/config/conf.d/default.conf b/website/config/conf.d/default.conf index 88c415e69bc..34d6ee028a0 100644 --- a/website/config/conf.d/default.conf +++ b/website/config/conf.d/default.conf @@ -4,7 +4,7 @@ server { error_page 404 /404/index.html; - set $latestStableVersion v13; + set $latestStableVersion v14; location / { # temporary redirects diff --git a/website/src/docs/docs.json b/website/src/docs/docs.json index 2cf5823478e..f0ced98adea 100644 --- a/website/src/docs/docs.json +++ b/website/src/docs/docs.json @@ -153,7 +153,7 @@ "title": "Hot Chocolate", "description": "GraphQL Server / Gateway", "metaDescription": "Hot Chocolate is the most efficient, feature-rich, open-source GraphQL server in the .NET ecosystem, that helps developers to build powerful APIs.", - "latestStableVersion": "v13", + "latestStableVersion": "v14", "versions": [ { "path": "v14", @@ -1640,7 +1640,7 @@ "title": "Strawberry Shake", "description": "GraphQL Client for .NET", "metaDescription": "Strawberry Shake is an incredible GraphQL client for the .NET ecosystem, that helps developers to build awesome UIs in Blazor, Maui, and more.", - "latestStableVersion": "v13", + "latestStableVersion": "v14", "versions": [ { "path": "v14",