From 559de55434228233aa077a63ba9d2996022699ba Mon Sep 17 00:00:00 2001 From: swarnabhasinha Date: Wed, 24 Jun 2026 20:00:47 +0530 Subject: [PATCH] docs: nest hop quick start under gateway sidebar --- .vitepress/config.mts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 24566f1..d2e200c 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -167,13 +167,17 @@ function sidebarHome() { ], }, { - text: "Getting Started", + text: "Optimum Gateway", collapsed: false, items: [ { - text: "Optimum Gateway", + text: "Documentation", link: "https://getoptimum.github.io/optimum-gateway/versions/latest/", }, + { + text: "Quick start (HOP)", + link: "https://getoptimum.github.io/optimum-hop/", + }, ], }, {