Skip to content

Commit 3de9032

Browse files
committed
refac
1 parent 8c7889f commit 3de9032

File tree

11 files changed

+694
-14
lines changed

11 files changed

+694
-14
lines changed

docs/contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ One of the most valuable contributions requires no code at all. Run the dev bran
2929
docker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:dev
3030
```
3131

32-
The dev branch moves fast, so **pull updates regularly**. If Docker is not your preference, follow the [Local Development Guide](/getting-started/advanced-topics/development) instead.
32+
The dev branch moves fast, so **pull updates regularly**. If Docker is not your preference, follow the [Developing Open WebUI](/getting-started/advanced-topics/development) instead.
3333

3434
Report issues on [GitHub](https://github.com/open-webui/open-webui/issues) with clear reproduction steps. We cannot deliver high-quality releases without community testing.
3535

docs/getting-started/advanced-topics/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
sidebar_position: 10
3-
title: "Local Development"
3+
title: "Developing Open WebUI"
44
---
55

6-
# Local Development
6+
# Developing Open WebUI
77

88
**Run Open WebUI from source for development and testing.**
99

0 commit comments

Comments
 (0)