Add tutorial and research links to navigation

This commit is contained in:
Justin Hayes 2024-03-17 04:23:47 -04:00 committed by GitHub
parent 0213c1b612
commit 9433f62d32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,6 +100,10 @@ const config = {
label: "Getting Started",
to: "getting-started",
},
{
label: "Tutorial",
to: "tutorial",
}
],
},
{
@ -122,10 +126,18 @@ const config = {
{
title: "More",
items: [
{
label: "Release Notes",
to: "https://github.com/open-webui/open-webui/blob/main/CHANGELOG.md",
},
{
label: "About",
to: "https://openwebui.com",
},
{
label: "Research",
to: "research",
}
],
},
],