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? title: What is OpenRAG?
slug: /what-is-openrag slug: /
--- ---
OpenRAG is an open-source package for building agentic RAG systems. OpenRAG is an open-source package for building agentic RAG systems.

View file

@ -71,7 +71,6 @@ const config = {
logo: { logo: {
alt: 'OpenRAG Logo', alt: 'OpenRAG Logo',
src: 'img/logo.svg', src: 'img/logo.svg',
href: '/',
}, },
items: [ items: [
{ {
@ -89,7 +88,7 @@ const config = {
items: [ items: [
{ {
label: 'Getting Started', label: 'Getting Started',
to: '/', to: 'get-started/docker',
}, },
], ],
}, },