Merge pull request #72 from langflow-ai/docs-fix-baseurl

docs: set homepage and nav links
This commit is contained in:
Mendon Kissling 2025-09-24 14:38:23 -04:00 committed by GitHub
commit b48e62d78d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 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,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: '/',
},
],
},