From 9ec360dbddc1224279e12e0e9f0c90f2edd1983d Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Wed, 30 Oct 2024 20:03:18 +0100 Subject: [PATCH 1/3] Updated Workshops --- .../src/state/workshops/workshops.state.ts | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/website/src/state/workshops/workshops.state.ts b/website/src/state/workshops/workshops.state.ts index 7fc862e4c3a..85d9df23b5f 100644 --- a/website/src/state/workshops/workshops.state.ts +++ b/website/src/state/workshops/workshops.state.ts @@ -32,33 +32,33 @@ export const initialState: WorkshopsState = [ self: true, }, { - id: "online-231106", - title: "Fullstack GraphQL", + id: "online-241022", + title: "Enterprise GraphQL with DDD, CQRS and Clean Architecture", teaser: - "Learn to build modern APIs like Facebook and Netflix in our Fullstack GraphQL workshop.", - date: "18 - 19 June 2024", + "We dive deep into the world of GraphQL, Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), and Clean Architecture? This online event is perfect for developers looking to level up their skills and learn how to implement these cutting-edge techniques in enterprise applications.", + date: "4 December 2024", host: "ONLINE", - place: "9AM-5PM CEST", - url: "https://www.eventbrite.com/e/2-day-fullstack-graphql-workshop-europe-cest-tickets-896304309317", + place: "9AM-5PM CDL", + url: "https://www.eventbrite.com/e/901548685387", image: "online", hero: true, banner: true, - active: isActive("2024-06-18"), + active: isActive("2024-12-04"), self: false, }, { - id: "online-241022", - title: "Enterprise GraphQL with DDD, CQRS and Clean Architecture", + id: "online-231106", + title: "Fullstack GraphQL - 2 Days", teaser: - "We dive deep into the world of GraphQL, Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), and Clean Architecture? This online event is perfect for developers looking to level up their skills and learn how to implement these cutting-edge techniques in enterprise applications.", - date: "22 October 2024", + "Learn to build modern APIs like Facebook and Netflix in our Fullstack GraphQL workshop.", + date: "25 - 26 March 2025", host: "ONLINE", place: "9AM-5PM CDL", - url: "https://www.eventbrite.com/e/901548685387", + url: "https://www.eventbrite.com/e/fullstack-graphql-workshop-2-days-tickets-1067807363569", image: "online", hero: true, banner: true, - active: isActive("2024-10-22"), + active: isActive("2025-03-25"), self: false, }, ]; From 00d22f761fb2b0f9646101d52f11a97f59f19da3 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Wed, 30 Oct 2024 20:47:12 +0100 Subject: [PATCH 2/3] Fixed Broken Links --- website/src/state/workshops/workshops.state.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/state/workshops/workshops.state.ts b/website/src/state/workshops/workshops.state.ts index 85d9df23b5f..254c4820271 100644 --- a/website/src/state/workshops/workshops.state.ts +++ b/website/src/state/workshops/workshops.state.ts @@ -39,7 +39,7 @@ export const initialState: WorkshopsState = [ date: "4 December 2024", host: "ONLINE", place: "9AM-5PM CDL", - url: "https://www.eventbrite.com/e/901548685387", + url: "https://www.eventbrite.com/e/enterprise-graphql-with-ddd-cqrs-and-clean-architecture-tickets-1057250156679?aff=oddtdtcreator", image: "online", hero: true, banner: true, @@ -54,7 +54,7 @@ export const initialState: WorkshopsState = [ date: "25 - 26 March 2025", host: "ONLINE", place: "9AM-5PM CDL", - url: "https://www.eventbrite.com/e/fullstack-graphql-workshop-2-days-tickets-1067807363569", + url: "https://www.eventbrite.com/e/fullstack-graphql-workshop-2-days-tickets-1067807363569?aff=oddtdtcreator", image: "online", hero: true, banner: true, 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 3/3] 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",