Skip to content

Commit

Permalink
Fix sidebar ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb committed Mar 21, 2024
1 parent 4c121a2 commit b598514
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 5
title: "📋 FAQ"
---

Expand Down
2 changes: 1 addition & 1 deletion docs/research.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 7
sidebar_position: 8
title: "🧑‍🔬 Open WebUI for Research"
---

Expand Down
5 changes: 5 additions & 0 deletions docs/tutorial/images.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 3
title: "Image Generation"
---

# Image Generation

Open WebUI now supports image generation through two backends: **AUTOMATIC1111** and **OpenAI DALL·E**. This guide will help you set up and use both options.
Expand Down
5 changes: 5 additions & 0 deletions docs/tutorial/litellm.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 4
title: "LiteLLM Configuration"
---

# LiteLLM Configuration

[LiteLLM](https://litellm.vercel.app/docs/proxy/configs#quick-start) supports a variety of APIs, both OpenAI-compatible and others. To integrate a new API model, follow these instructions:
Expand Down

0 comments on commit b598514

Please sign in to comment.