mirror of
https://github.com/open-webui/docs
synced 2025-05-20 19:26:22 +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",
|
label: "Getting Started",
|
||||||
to: "getting-started",
|
to: "getting-started",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Tutorial",
|
||||||
|
to: "tutorial",
|
||||||
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -122,10 +126,18 @@ const config = {
|
|||||||
{
|
{
|
||||||
title: "More",
|
title: "More",
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
label: "Release Notes",
|
||||||
|
to: "https://github.com/open-webui/open-webui/blob/main/CHANGELOG.md",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About",
|
||||||
to: "https://openwebui.com",
|
to: "https://openwebui.com",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Research",
|
||||||
|
to: "research",
|
||||||
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user