diff --git a/docs/features/evaluation/index.mdx b/docs/features/evaluation/index.mdx
index 0f5292d..b59ffe0 100644
--- a/docs/features/evaluation/index.mdx
+++ b/docs/features/evaluation/index.mdx
@@ -3,9 +3,6 @@ sidebar_position: 6
title: "π Evaluation"
---
-import { TopBanners } from "@site/src/components/TopBanners";
-
-
## Why Should I Evaluate Models?
diff --git a/docs/getting-started/advanced-topics/development.md b/docs/getting-started/advanced-topics/development.md
index 42b6c8e..27441ca 100644
--- a/docs/getting-started/advanced-topics/development.md
+++ b/docs/getting-started/advanced-topics/development.md
@@ -5,11 +5,7 @@ title: "π οΈ Development Guide"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
-import { TopBanners } from "@site/src/components/TopBanners";
-
-
-# π οΈ Development Setup Guide
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! π
diff --git a/docs/getting-started/quick-start/index.mdx b/docs/getting-started/quick-start/index.mdx
index 3454497..9d56cfa 100644
--- a/docs/getting-started/quick-start/index.mdx
+++ b/docs/getting-started/quick-start/index.mdx
@@ -21,8 +21,6 @@ import PythonUpdating from './tab-python/PythonUpdating.md';
-# How to Install β±οΈ
-
:::info **Important Note on User Roles and Privacy:**
- **Admin Creation:** The first account created on Open WebUI gains **Administrator privileges**, controlling user management and system settings.
diff --git a/docs/roadmap.mdx b/docs/roadmap.mdx
index f1236b2..657fe6e 100644
--- a/docs/roadmap.mdx
+++ b/docs/roadmap.mdx
@@ -7,7 +7,6 @@ import { TopBanners } from "@site/src/components/TopBanners";
-# Open WebUI Roadmap! π
At Open WebUI, we're committed to continually enhancing our platform to provide the best experience for our users. Below, you'll find the structured roadmap for our ongoing and future developments, categorized into Interface, Information Retrieval, and Community.
diff --git a/docs/tutorials/migration/index.mdx b/docs/tutorials/migration/index.mdx
index 678babf..7cf4d68 100644
--- a/docs/tutorials/migration/index.mdx
+++ b/docs/tutorials/migration/index.mdx
@@ -3,10 +3,6 @@ sidebar_position: 5
title: "π Migration"
---
-import { TopBanners } from "@site/src/components/TopBanners";
-
-
-
## Migrating from Internal to External LiteLLM
Previous versions (Pre 0.2) of Open WebUI ran `litellm` internally. To improve modularity and flexibility, we recommend running `litellm` in its own dedicated container. This guide will walk you through the migration process.