From b17f895f9543b7327fb6fc5e351670f228a13468 Mon Sep 17 00:00:00 2001 From: zak Date: Wed, 6 Aug 2025 11:31:16 +0100 Subject: [PATCH] Fix naming of outbound streaming overview The outbound streaming header has an "overview" where the page title is "Firehose overview", but we haven't mentioned firehose before. Align the nav and page titles. --- src/data/nav/platform.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/nav/platform.ts b/src/data/nav/platform.ts index 242225c62e..b20f8bb855 100644 --- a/src/data/nav/platform.ts +++ b/src/data/nav/platform.ts @@ -194,7 +194,7 @@ export default { name: 'Outbound streaming', pages: [ { - name: 'Overview', + name: 'Firehose overview', link: '/docs/integrations/streaming', index: true, },