From f87d480fac16b9fb868974754138f83202362e87 Mon Sep 17 00:00:00 2001 From: Piotr Monwid-Olechnowicz Date: Tue, 9 Sep 2025 14:24:42 +0200 Subject: [PATCH 1/3] Remove "entirely new" from the blog post --- src/pages/blog/2025-09-08-announcing-graphqldotorg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/2025-09-08-announcing-graphqldotorg.md b/src/pages/blog/2025-09-08-announcing-graphqldotorg.md index c6cb36eb14..009dd2355f 100644 --- a/src/pages/blog/2025-09-08-announcing-graphqldotorg.md +++ b/src/pages/blog/2025-09-08-announcing-graphqldotorg.md @@ -33,7 +33,7 @@ Beyond the visual refresh, this redesign showcases some interesting technical de **Creative Problem-Solving:** That smooth rotation animation you'll see? It's not just for aesthetics. [It's actually the only way to animate the element without breaking the highlight effects](https://stackoverflow.com/questions/74085350/backdrop-filter-doesnt-apply-if-parents-opacity-is-less-than-1) from the underlying wire graphics. Sometimes constraints lead to the most elegant solutions. -**Developer Experience:** We discovered it's faster to iterate on syntax highlighting themes in VSCode than in our Nextra-shiki setup. This led us to accidentally[ create an entirely new custom syntax highlighting theme](https://github.com/hasparus/k-colorable) as a side effect of the redesign process. +**Developer Experience:** We discovered it's faster to iterate on syntax highlighting themes in VSCode than in our Nextra-shiki setup. This led us to publish a [ syntax highlighting theme](https://github.com/hasparus/k-colorable) as a side effect of the redesign process. ## Explore the New Experience From 57801e21b6261612fca47b5167412dad123bb72e Mon Sep 17 00:00:00 2001 From: Piotr Monwid-Olechnowicz Date: Tue, 9 Sep 2025 14:27:10 +0200 Subject: [PATCH 2/3] Remove extra space --- src/pages/blog/2025-09-08-announcing-graphqldotorg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/2025-09-08-announcing-graphqldotorg.md b/src/pages/blog/2025-09-08-announcing-graphqldotorg.md index 009dd2355f..2d644bacf4 100644 --- a/src/pages/blog/2025-09-08-announcing-graphqldotorg.md +++ b/src/pages/blog/2025-09-08-announcing-graphqldotorg.md @@ -33,7 +33,7 @@ Beyond the visual refresh, this redesign showcases some interesting technical de **Creative Problem-Solving:** That smooth rotation animation you'll see? It's not just for aesthetics. [It's actually the only way to animate the element without breaking the highlight effects](https://stackoverflow.com/questions/74085350/backdrop-filter-doesnt-apply-if-parents-opacity-is-less-than-1) from the underlying wire graphics. Sometimes constraints lead to the most elegant solutions. -**Developer Experience:** We discovered it's faster to iterate on syntax highlighting themes in VSCode than in our Nextra-shiki setup. This led us to publish a [ syntax highlighting theme](https://github.com/hasparus/k-colorable) as a side effect of the redesign process. +**Developer Experience:** We discovered it's faster to iterate on syntax highlighting themes in VSCode than in our Nextra-shiki setup. This led us to publish a [syntax highlighting theme](https://github.com/hasparus/k-colorable) as a side effect of the redesign process. ## Explore the New Experience From 3393dfbdaa27cc59ea168a9c2056442c9e136c0c Mon Sep 17 00:00:00 2001 From: Piotr Monwid-Olechnowicz Date: Tue, 9 Sep 2025 14:29:44 +0200 Subject: [PATCH 3/3] Pluralize "announcement" tag to match the other posts --- src/pages/blog/2025-09-08-announcing-graphqldotorg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/2025-09-08-announcing-graphqldotorg.md b/src/pages/blog/2025-09-08-announcing-graphqldotorg.md index 2d644bacf4..713fe913b0 100644 --- a/src/pages/blog/2025-09-08-announcing-graphqldotorg.md +++ b/src/pages/blog/2025-09-08-announcing-graphqldotorg.md @@ -1,6 +1,6 @@ --- title: "Introducing the New GraphQL.org: A Decade of Evolution, Redesigned" -tags: ["announcement"] +tags: ["announcements"] date: 2025-09-08 byline: Saihajpreet Singh & Piotr Monwid-Olechnowicz ---