diff --git a/docusaurus.config.js b/docusaurus.config.js index de08b8c..fded5a6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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", + } ], }, ],