mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
chore: Update header navigation with Discord server link and GitHub repository link
This commit is contained in:
parent
e060ca26f9
commit
e219b080a1
@ -84,18 +84,18 @@ const config: Config = {
|
|||||||
// label: "Blog",
|
// label: "Blog",
|
||||||
// position: "left",
|
// position: "left",
|
||||||
// },
|
// },
|
||||||
{
|
|
||||||
href: "https://discord.com/invite/5rJgQTnV4s",
|
|
||||||
position: "right",
|
|
||||||
className: "header-discord-link",
|
|
||||||
"aria-label": "Discord server",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
href: "https://github.com/open-webui/open-webui",
|
href: "https://github.com/open-webui/open-webui",
|
||||||
position: "right",
|
position: "right",
|
||||||
className: "header-github-link",
|
className: "header-github-link",
|
||||||
"aria-label": "GitHub repository",
|
"aria-label": "GitHub repository",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: "https://discord.com/invite/5rJgQTnV4s",
|
||||||
|
position: "right",
|
||||||
|
className: "header-discord-link",
|
||||||
|
"aria-label": "Discord server",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
|
Loading…
Reference in New Issue
Block a user