From 021ccd6be6b4a663c3d66e1737f033922edf027d Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:30:04 -0400 Subject: [PATCH] revert-href-and-set-base --- docs/docs/get-started/what-is-openrag.mdx | 2 +- docs/docusaurus.config.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/get-started/what-is-openrag.mdx b/docs/docs/get-started/what-is-openrag.mdx index 7b411617..d52fe12f 100644 --- a/docs/docs/get-started/what-is-openrag.mdx +++ b/docs/docs/get-started/what-is-openrag.mdx @@ -1,6 +1,6 @@ --- title: What is OpenRAG? -slug: /what-is-openrag +slug: / --- OpenRAG is an open-source package for building agentic RAG systems. diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index c4175c09..7377c49b 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -71,7 +71,6 @@ const config = { logo: { alt: 'OpenRAG Logo', src: 'img/logo.svg', - href: '/', }, items: [ { @@ -89,7 +88,7 @@ const config = { items: [ { label: 'Getting Started', - to: '/', + to: 'get-started/docker', }, ], },