Update docusaurus.config.ts

This commit is contained in:
Classic298
2025-10-09 22:45:01 +02:00
committed by GitHub
parent e9d3249cce
commit 3e2aa213f7

View File

@@ -128,6 +128,10 @@ const config: Config = {
label: "FAQ",
to: "faq",
},
{
label: "Help Improve The Docs",
to: "https://github.com/open-webui/docs",
},
],
},
{
@@ -141,6 +145,10 @@ const config: Config = {
label: "Discord",
href: "https://discord.gg/5rJgQTnV4s",
},
{
label: "Reddit",
href: "https://www.reddit.com/r/OpenWebUI/",
},
{
label: "𝕏",
href: "https://x.com/OpenWebUI",
@@ -158,6 +166,10 @@ const config: Config = {
label: "About",
to: "https://openwebui.com",
},
{
label: "Report a Vulnerability / Responsible Disclosure",
to: "https://openwebui.com",
},
],
},
],