mirror of
https://github.com/open-webui/docs.git
synced 2026-08-24 06:23:58 -04:00
[PR #266] [MERGED] Overhaul of Getting Started Guide and Documentation Structure #355
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/266
Author: @matthewhand
Created: 11/5/2024
Status: ✅ Merged
Merged: 11/5/2024
Merged by: @tjbck
Base:
main← Head:getting-started📝 Commits (10+)
49e570dfix: Apply Prettier formatting to docusaurus.config.ts to fix CI361d992Merge branch 'open-webui:main' into main971a8a9Merge branch 'open-webui:main' into main9933722Add Development.md changes from feature-nginx-combined24e2e61Add EnvConfig.md changes from feature-nginx-combined26d1636Add HttpsEncryption.md changes from feature-nginx-combined837386cAdd Logging.md changes from feature-nginx-combined3b784a3Add advanced-topics/index.mdx changes from feature-nginx-combined3bfd410Add index.md changes from feature-nginx-combined73fc065Add quick-start/index.mdx changes from feature-nginx-combined📊 Changes
34 files changed (+1309 additions, -1007 deletions)
View changed files
📝
.github/workflows/gh-pages.yml(+54 -54)📝
docs/getting-started/advanced-topics/api-endpoints.md(+0 -0)➕
docs/getting-started/advanced-topics/development.md(+201 -0)📝
docs/getting-started/advanced-topics/env-configuration.md(+1 -1)➕
docs/getting-started/advanced-topics/https-encryption.md(+27 -0)➕
docs/getting-started/advanced-topics/index.mdx(+43 -0)📝
docs/getting-started/advanced-topics/logging.md(+1 -1)➖
docs/getting-started/development.mdx(+0 -199)➕
docs/getting-started/index.md(+27 -0)➖
docs/getting-started/index.mdx(+0 -585)➖
docs/getting-started/installation.md(+0 -40)➕
docs/getting-started/quick-start/index.mdx(+155 -0)➕
docs/getting-started/quick-start/tab-docker/DataStorage.md(+12 -0)➕
docs/getting-started/quick-start/tab-docker/DockerCompose.md(+54 -0)➕
docs/getting-started/quick-start/tab-docker/DockerSwarm.md(+141 -0)➕
docs/getting-started/quick-start/tab-docker/DockerUpdating.md(+42 -0)➕
docs/getting-started/quick-start/tab-docker/ManualDocker.md(+24 -0)➕
docs/getting-started/quick-start/tab-docker/Podman.md(+28 -0)➕
docs/getting-started/quick-start/tab-kubernetes/Helm.md(+34 -0)➕
docs/getting-started/quick-start/tab-kubernetes/Kustomize.md(+35 -0)...and 14 more files
���� Description
Restructure and Optimize Getting Started Guide
This PR enhances the organization and accessibility of Open WebUI’s documentation. Key improvements include:
tab-docker,tab-kubernetes,tab-python) to make setup options clear and accessible.development,env-configuration,logging) intoadvanced-topics/for a cleaner structure.Directory Overview:
The reorganization reflects in the
docs/structure:These changes align with the project’s contribution guidelines by providing a more intuitive, organized, and accessible documentation structure.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.