From dbb0cac77591d6903095c82fb1286d82a1af1533 Mon Sep 17 00:00:00 2001 From: Umang01-hash Date: Fri, 24 Oct 2025 15:35:55 +0530 Subject: [PATCH] remove duplicate entry for onstarthook in navigation.js --- docs/navigation.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/navigation.js b/docs/navigation.js index 34243c0d1..b5847b4e3 100644 --- a/docs/navigation.js +++ b/docs/navigation.js @@ -159,11 +159,6 @@ export const navigation = [ href: '/docs/advanced-guide/debugging', desc: "Discover GoFr auto-enables pprof profiling by leveraging its built-in configurations." }, - { - title: 'Adding Synchronous Startup Hooks', - href: '/docs/advanced-guide/startup-hooks', - desc: "Learn how to seed a database, warm up a cache, or perform other critical setup procedures, synchronously before starting your application." - } ], }, {