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/", + }, ], }, {