From f5233247a7e4be52afc0e967de66691132dead8f Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:25:39 -0400 Subject: [PATCH] revert-change --- docs/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 4248c3e2..c4175c09 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -71,7 +71,7 @@ const config = { logo: { alt: 'OpenRAG Logo', src: 'img/logo.svg', - href: 'what-is-openrag', + href: '/', }, items: [ { @@ -89,7 +89,7 @@ const config = { items: [ { label: 'Getting Started', - to: 'what-is-openrag', + to: '/', }, ], },