Skip to content

Commit ed229de

Browse files
committed
Move four screenshots out of the blocks they landed in
One had been inserted inside a mermaid fence, breaking the diagram; the others sat mid-table or inside a nested list. Each now sits at the end of the section it illustrates.
1 parent 67249cb commit ed229de

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/features/administration/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Open WebUI gives administrators a full operational toolkit. Track which models y
3232
| 📢 **[Banners](./banners)** | Customizable system-wide announcements with dismissible notifications |
3333
| 🔔 **[Webhooks](./webhooks)** | Automated notifications for user sign-ups, chat completions, and external service integration |
3434

35-
![Admin settings, General](/images/admin/admin-general.png)
36-
3735
---
3836

37+
![Admin settings, General](/images/admin/admin-general.png)
38+
3939
## Analytics
4040

4141
Get a bird's-eye view of how your instance is being used. The analytics dashboard shows message volume, token consumption, model popularity, and user activity, filterable by time period and user group.

docs/features/authentication-access/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Open WebUI is multi-user from day one. Whether you're running a personal instanc
3333
| 📋 **[SCIM 2.0](./auth/scim)** | Automated user and group provisioning and deprovisioning from your IdP |
3434
| 🔐 **[API Keys](./api-keys)** | Programmatic access for scripts, bots, pipelines, and integrations |
3535

36-
![Authentication settings in the admin panel](/images/admin/admin-authentication.png)
37-
3836
---
3937

38+
![Authentication settings in the admin panel](/images/admin/admin-authentication.png)
39+
4040
## How It Fits Together
4141

4242
```mermaid

docs/features/authentication-access/rbac/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Avoid configuring management/master keys for general user traffic unless your de
2727
* Understand the difference between Admins and Users.
2828
* Learn about Admin limitations and security/privacy configurations.
2929

30-
![The user list in the admin panel](/images/admin/users-list.png)
31-
3230
* [🔒 **Permissions**](./permissions.md)
3331
* Explore the full list of available permission toggles.
3432
* Understand granular controls for Chat, Workspace, and Features.
@@ -38,3 +36,5 @@ Avoid configuring management/master keys for general user traffic unless your de
3836
* Learn how to structure teams and projects.
3937
* **Strategy**: Distinguish between "Permission Groups" (for rights) and "Sharing Groups" (for access).
4038
* Manage Access Control Lists (ACLs) for private Models and Knowledge: share with groups or individual users.
39+
40+
![The user list in the admin panel](/images/admin/users-list.png)

docs/getting-started/quick-start/connect-a-provider/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ flowchart LR
1919
B["Provider API<br/>(cloud / local)"]
2020
C["Model<br/>(LLM / VLM)"]
2121
22-
![Provider connections in admin settings](/images/admin/admin-connections.png)
23-
2422
A -- HTTP --> B
2523
B -- Inference --> C
2624
C -- Tokens --> B
2725
B -- Stream --> A
2826
```
2927

28+
![Provider connections in admin settings](/images/admin/admin-connections.png)
29+
3030
1. **You type a message** in Open WebUI
3131
2. Open WebUI sends it to your provider's API endpoint
3232
3. The provider runs inference on the selected model

0 commit comments

Comments
 (0)