From 307a5fa610671a190e138c912f7238b4faf429ef Mon Sep 17 00:00:00 2001 From: Ben Bradley <38007189+bendbradley@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:11:53 -0500 Subject: [PATCH 1/2] Add GTM engineering section to Sales, CS & Onboarding handbook nav Adds a new "GTM engineering" sub-group to the Sales, CS & Onboarding section of the handbook nav, with a placeholder overview page so the link resolves. Content to follow. Generated-By: PostHog Code Task-Id: 9f195f63-4e5a-430d-910a-27d7ef519802 --- contents/handbook/growth/sales/gtm-engineering.md | 7 +++++++ src/navs/index.js | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 contents/handbook/growth/sales/gtm-engineering.md diff --git a/contents/handbook/growth/sales/gtm-engineering.md b/contents/handbook/growth/sales/gtm-engineering.md new file mode 100644 index 000000000000..e0b73d240656 --- /dev/null +++ b/contents/handbook/growth/sales/gtm-engineering.md @@ -0,0 +1,7 @@ +--- +title: GTM engineering +sidebar: Handbook +showTitle: true +--- + +This section is a work in progress. Content coming soon. diff --git a/src/navs/index.js b/src/navs/index.js index f66a6e186997..21d0376ec32d 100644 --- a/src/navs/index.js +++ b/src/navs/index.js @@ -1672,6 +1672,16 @@ export const handbookSidebar = [ }, ], }, + { + name: 'GTM engineering', + url: '', + children: [ + { + name: 'Overview', + url: '/handbook/growth/sales/gtm-engineering', + }, + ], + }, ], }, { From 72ca6dff9c73c73b0b8cb0199880f495e97abf02 Mon Sep 17 00:00:00 2001 From: Abhischek Date: Thu, 9 Jul 2026 15:25:06 +0200 Subject: [PATCH 2/2] Update nav for actual team page --- contents/handbook/growth/sales/gtm-engineering.md | 7 ------- src/navs/index.js | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 contents/handbook/growth/sales/gtm-engineering.md diff --git a/contents/handbook/growth/sales/gtm-engineering.md b/contents/handbook/growth/sales/gtm-engineering.md deleted file mode 100644 index e0b73d240656..000000000000 --- a/contents/handbook/growth/sales/gtm-engineering.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: GTM engineering -sidebar: Handbook -showTitle: true ---- - -This section is a work in progress. Content coming soon. diff --git a/src/navs/index.js b/src/navs/index.js index 21d0376ec32d..cdf66611d5d2 100644 --- a/src/navs/index.js +++ b/src/navs/index.js @@ -1674,11 +1674,11 @@ export const handbookSidebar = [ }, { name: 'GTM engineering', - url: '', + url: '/teams/gtm-engineering', children: [ { name: 'Overview', - url: '/handbook/growth/sales/gtm-engineering', + url: '/teams/gtm-engineering', }, ], },