From a6913d115400c99ecfcb98b1f0695aed41985abf Mon Sep 17 00:00:00 2001 From: Rafael Staib Date: Wed, 8 Jul 2026 23:07:11 +0200 Subject: [PATCH 1/2] rename bcp to nitro --- src/code/services/bananacakepop.md | 9 --------- src/code/services/nitro.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 src/code/services/bananacakepop.md create mode 100644 src/code/services/nitro.md diff --git a/src/code/services/bananacakepop.md b/src/code/services/bananacakepop.md deleted file mode 100644 index 5208981c80..0000000000 --- a/src/code/services/bananacakepop.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: Banana Cake Pop -description: A feature-rich GraphQL IDE by [ChilliCream](https://chillicream.com) that let's you explore, manage, and test your GraphQL APIs. Check it out [here](https://bananacakepop.com). -url: https://bananacakepop.com -github: ChilliCream/hotchocolate -tags: - - tools-and-libraries - - tools ---- diff --git a/src/code/services/nitro.md b/src/code/services/nitro.md new file mode 100644 index 0000000000..207c61b351 --- /dev/null +++ b/src/code/services/nitro.md @@ -0,0 +1,12 @@ +--- +name: Nitro +description: A GraphQL API management platform by [ChilliCream](https://chillicream.com/?utm_source=graphql_org&utm_medium=referral) that lets you explore, test, and monitor your APIs. It includes schema and client registries, telemetry, federation support, and a full-featured GraphQL IDE. +url: https://get-nitro.chillicream.com/?utm_source=graphql_org&utm_medium=referral +github: ChilliCream/hotchocolate +tags: + - tools-and-libraries + - tools + - monitoring + - federation + - security +--- From e566611a5b8f0f1661dda223aaf576e19d4e7aea Mon Sep 17 00:00:00 2001 From: Rafael Staib Date: Wed, 8 Jul 2026 23:26:32 +0200 Subject: [PATCH 2/2] Update nitro.md --- src/code/services/nitro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/services/nitro.md b/src/code/services/nitro.md index 207c61b351..70d4741925 100644 --- a/src/code/services/nitro.md +++ b/src/code/services/nitro.md @@ -2,7 +2,7 @@ name: Nitro description: A GraphQL API management platform by [ChilliCream](https://chillicream.com/?utm_source=graphql_org&utm_medium=referral) that lets you explore, test, and monitor your APIs. It includes schema and client registries, telemetry, federation support, and a full-featured GraphQL IDE. url: https://get-nitro.chillicream.com/?utm_source=graphql_org&utm_medium=referral -github: ChilliCream/hotchocolate +github: ChilliCream/graphql-platform tags: - tools-and-libraries - tools