mirror of
https://github.com/open-webui/docs
synced 2025-05-20 11:18:42 +00:00
Add tutorial and research links to navigation
This commit is contained in:
parent
0213c1b612
commit
9433f62d32
@ -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",
|
||||
}
|
||||
],
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user