diff --git a/docs/getting-started/advanced-topics/development.md b/docs/getting-started/advanced-topics/development.md index e3fc900..93c27ea 100644 --- a/docs/getting-started/advanced-topics/development.md +++ b/docs/getting-started/advanced-topics/development.md @@ -3,10 +3,6 @@ sidebar_position: 5 title: "🛠️ Development Guide" --- -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; - - Welcome to the **Open WebUI Development Setup Guide!** Whether you're a novice or an experienced developer, this guide will help you set up a **local development environment** for both the frontend and backend components. Let’s dive in! 🚀 ## System Requirements @@ -100,10 +96,6 @@ If you encounter memory-related errors during the build, increase the **Node.js - **Hot Reload Not Working**: Verify that **watch mode** is enabled for both frontend and backend. - - - - ## Contributing to Open WebUI ### Local Workflow