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', }, ], },