revert-href-and-set-base

This commit is contained in:
Mendon Kissling 2025-09-24 14:30:04 -04:00
parent f5233247a7
commit 021ccd6be6
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
---
title: What is OpenRAG?
slug: /what-is-openrag
slug: /
---
OpenRAG is an open-source package for building agentic RAG systems.

View file

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