Merge pull request #72 from langflow-ai/docs-fix-baseurl
docs: set homepage and nav links
This commit is contained in:
commit
b48e62d78d
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ const config = {
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'OpenRAG Logo',
|
alt: 'OpenRAG Logo',
|
||||||
src: 'img/logo.svg',
|
src: 'img/logo.svg',
|
||||||
href: 'what-is-openrag',
|
href: '/',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|
@ -89,7 +89,7 @@ const config = {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Getting Started',
|
label: 'Getting Started',
|
||||||
to: 'what-is-openrag',
|
to: '/',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue