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 1/4] 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: '/', }, ], }, 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 2/4] 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', }, ], }, From 3644bbc2fa3f4df44189699c77091ad65a88b714 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:31:43 -0400 Subject: [PATCH 3/4] footer-link-target --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 7377c49b..0169d1b7 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -88,7 +88,7 @@ const config = { items: [ { label: 'Getting Started', - to: 'get-started/docker', + to: '/', }, ], }, From 2dfb61a50059f53cfc486a99233420fc7de8ad0f Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:33:56 -0400 Subject: [PATCH 4/4] header-target --- docs/docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 0169d1b7..c4175c09 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -71,6 +71,7 @@ const config = { logo: { alt: 'OpenRAG Logo', src: 'img/logo.svg', + href: '/', }, items: [ {