diff --git a/docs/contributing.md b/docs/contributing.mdx similarity index 98% rename from docs/contributing.md rename to docs/contributing.mdx index 5004f66..8d1a953 100644 --- a/docs/contributing.md +++ b/docs/contributing.mdx @@ -3,6 +3,10 @@ sidebar_position: 1000 title: "🤝 Contributing" --- +import { TopBanners } from "@site/src/components/TopBanners"; + + + # Contributing to Open WebUI 🚀 **Welcome, Contributors!** 🚀 diff --git a/docs/faq.md b/docs/faq.mdx similarity index 99% rename from docs/faq.md rename to docs/faq.mdx index db40508..39c4e63 100644 --- a/docs/faq.md +++ b/docs/faq.mdx @@ -3,6 +3,10 @@ sidebar_position: 600 title: "📋 FAQ" --- +import { TopBanners } from "@site/src/components/TopBanners"; + + + # 📋 Frequently Asked Questions ### Table of Contents diff --git a/docs/features.md b/docs/features.mdx similarity index 99% rename from docs/features.md rename to docs/features.mdx index c191af6..f3cc7e6 100644 --- a/docs/features.md +++ b/docs/features.mdx @@ -3,6 +3,10 @@ sidebar_position: 3 title: "⭐ Features" --- +import { TopBanners } from "@site/src/components/TopBanners"; + + + ## Key Features of Open WebUI ⭐ - 🚀 **Effortless Setup**: Install seamlessly using Docker or Kubernetes (kubectl, kustomize or helm) for a hassle-free experience with support for both `:ollama` and `:cuda` tagged images. diff --git a/docs/getting-started/index.md b/docs/getting-started/index.mdx similarity index 99% rename from docs/getting-started/index.md rename to docs/getting-started/index.mdx index 4598558..2b11078 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.mdx @@ -3,6 +3,10 @@ sidebar_position: 2 title: "🚀 Getting Started" --- +import { TopBanners } from "@site/src/components/TopBanners"; + + + ## How to Install 🚀 :::info **Important Note on User Roles and Privacy:** diff --git a/docs/intro.mdx b/docs/intro.mdx index 94d02e2..c231663 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -5,28 +5,9 @@ title: 🏡 Home hide_title: true --- -import { TopBanner } from "@site/src/components/Sponsors/TopBanner"; +import { TopBanners } from "@site/src/components/TopBanners"; - + # Open WebUI diff --git a/docs/migration.md b/docs/migration.mdx similarity index 96% rename from docs/migration.md rename to docs/migration.mdx index 40b0c1a..dafada7 100644 --- a/docs/migration.md +++ b/docs/migration.mdx @@ -3,6 +3,10 @@ sidebar_position: 800 title: "🔄 Migration" --- +import { TopBanners } from "@site/src/components/TopBanners"; + + + # Moving from Ollama WebUI to Open WebUI Given recent name changes from [Ollama WebUI to Open WebUI](https://github.com/open-webui/open-webui/discussions/602), the docker image has been renamed. Additional steps are required to update for those people that used Ollama WebUI previously and want to start using the new images. diff --git a/docs/research.md b/docs/research.mdx similarity index 96% rename from docs/research.md rename to docs/research.mdx index fcd2cda..afd82c1 100644 --- a/docs/research.md +++ b/docs/research.mdx @@ -3,6 +3,10 @@ sidebar_position: 900 title: "🧑‍🔬 Open WebUI for Research" --- +import { TopBanners } from "@site/src/components/TopBanners"; + + + # 🧑‍🔬 Open WebUI for Research ## Interested in Using Open WebUI for Research? diff --git a/docs/roadmap.md b/docs/roadmap.mdx similarity index 98% rename from docs/roadmap.md rename to docs/roadmap.mdx index a9f14fe..0a9aa40 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.mdx @@ -3,6 +3,10 @@ sidebar_position: 700 title: "🛣️ Roadmap" --- +import { TopBanners } from "@site/src/components/TopBanners"; + + + # 🎯 Our Mission Our mission is founded on the belief that AI technologies hold transformative potential for society, yet their benefits have been narrowly confined due to complex setup requirements. Recognizing this, we are dedicated to democratizing AI by developing an easy-to-install, feature-rich local WebUI that is designed to operate locally without internet access. Enabling anyone with basic technical skills to tap into the power of AI, effectively bringing its capabilities to communities far and wide. diff --git a/docs/sponsorships.md b/docs/sponsorships.mdx similarity index 92% rename from docs/sponsorships.md rename to docs/sponsorships.mdx index 6d66e66..6130c03 100644 --- a/docs/sponsorships.md +++ b/docs/sponsorships.mdx @@ -3,6 +3,10 @@ sidebar_position: 1100 title: "🌐 Sponsorships" --- +import { TopBanners } from "@site/src/components/TopBanners"; + + + # 🤝 Sponsorships At Open WebUI, our community always comes first. Sponsors are welcome, but they must respect our community-first approach. This philosophy guides all our sponsorship policies. diff --git a/docs/troubleshooting/index.md b/docs/troubleshooting/index.mdx similarity index 99% rename from docs/troubleshooting/index.md rename to docs/troubleshooting/index.mdx index b9d58b4..617e824 100644 --- a/docs/troubleshooting/index.md +++ b/docs/troubleshooting/index.mdx @@ -3,6 +3,10 @@ sidebar_position: 400 title: "🛠️ Troubleshooting" --- +import { TopBanners } from "@site/src/components/TopBanners"; + + + # Troubleshooting ## Understanding the Open WebUI Architecture diff --git a/docs/tutorial-deployment/index.md b/docs/tutorial-deployment/index.md deleted file mode 100644 index a104b01..0000000 --- a/docs/tutorial-deployment/index.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -sidebar_position: 500 -title: "☁️ Deployment" ---- - -# ☁️ Deployment - -:::info - -# **Seeking Contributors!** - -👋 Calling all youtubers! Want to showcase Open WebUI's features in a video? We'll feature it at the top of our guide section! -::: - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/tutorial-deployment/index.mdx b/docs/tutorial-deployment/index.mdx new file mode 100644 index 0000000..2fa7215 --- /dev/null +++ b/docs/tutorial-deployment/index.mdx @@ -0,0 +1,137 @@ +--- +sidebar_position: 500 +title: "☁️ Deployment" +--- + +import { TopBanners } from "@site/src/components/TopBanners"; + + + +# ☁️ Deployment + +:::info + +# **Seeking Contributors!** + +👋 Calling all youtubers! Want to showcase Open WebUI's features in a video? We'll feature it at the top of our guide section! +::: + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/TopBanners.js b/src/components/TopBanners.js new file mode 100644 index 0000000..745275d --- /dev/null +++ b/src/components/TopBanners.js @@ -0,0 +1,26 @@ +import { TopBanner } from "@site/src/components/Sponsors/TopBanner"; + +export const TopBanners = () => { + return ( + + ); +};