From ae4327182a147ca6ec1e557b9e234db4d34a5d51 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Mon, 27 May 2024 17:15:32 -0700 Subject: [PATCH] fix --- features.md => docs/features.md | 3 +-- docs/getting-started/index.md | 2 +- docs/tutorial/_category_.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) rename features.md => docs/features.md (99%) diff --git a/features.md b/docs/features.md similarity index 99% rename from features.md rename to docs/features.md index fe9d6b7..2368607 100644 --- a/features.md +++ b/docs/features.md @@ -1,11 +1,10 @@ --- -sidebar_position: 200 +sidebar_position: 3 title: "⭐ Features" --- ## 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. - 🤝 **OpenAI API Integration**: Effortlessly integrate OpenAI-compatible APIs for versatile conversations alongside Ollama models. Customize the OpenAI API URL to link with **LMStudio, GroqCloud, Mistral, OpenRouter, and more**. diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 87ad256..4598558 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 300 +sidebar_position: 2 title: "🚀 Getting Started" --- diff --git a/docs/tutorial/_category_.json b/docs/tutorial/_category_.json index 00ffbc6..26cdaea 100644 --- a/docs/tutorial/_category_.json +++ b/docs/tutorial/_category_.json @@ -1,6 +1,6 @@ { "label": "📝 Tutorial", - "position": 3, + "position": 300, "link": { "type": "generated-index" }