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