From 3e2aa213f7af9e0029482f63c1fb0b76de6faa3e Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Thu, 9 Oct 2025 22:45:01 +0200 Subject: [PATCH] Update docusaurus.config.ts --- docusaurus.config.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 914e09e1..1d2d469c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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", + }, ], }, ],