[PR #267] [MERGED] Minor Documentation Fixes Related to PRs #260 and #266 #357

Closed
opened 2026-02-15 17:16:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/267
Author: @matthewhand
Created: 11/6/2024
Status: Merged
Merged: 11/7/2024
Merged by: @tjbck

Base: mainHead: getting-started-fixes


📝 Commits (6)

  • 994923a docs: Add frontmatter metadata to Docker and HTTPS Nginx tutorials
  • b00b27b docs: Add GitHub Community link to resources section
  • 6aafbf5 Merge branch 'open-webui:main' into getting-started-fixes
  • fe6c177 fix: eliminate non compliant whitespace
  • f7c92cb docs: Add instructions for configuring environment variables in gh-pages and Docusaurus
  • 5c9623d docs: Update contributing tutorial in feature branch

📊 Changes

4 files changed (+49 additions, -10 deletions)

View changed files

📝 docs/getting-started/using-openwebui/resources.mdx (+2 -0)
📝 docs/tutorials/integrations/docker-install.md (+4 -0)
📝 docs/tutorials/integrations/https-nginx.md (+4 -0)
📝 docs/tutorials/tips/contributing-tutorial.md (+39 -10)

📄 Description

This PR includes minor documentation updates related to PRs #260 and #266:

  1. Environment Variable Support:

    • Adds instructions in contributing-tutorial.md for configuring BASE_URL and SITE_URL in .github/workflows/gh-pages.yml and docusaurus.config.ts to support custom deployments.
  2. Community Resource Link:

    • Adds a link to the GitHub Community in resources.mdx for issue reporting and feature requests.
  3. Metadata for Tutorials:

    • Adds sidebar metadata to docker-install.md and https-nginx.md for improved documentation organization.

These small fixes refine contributor guidance and improve overall structure in the documentation.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/267 **Author:** [@matthewhand](https://github.com/matthewhand) **Created:** 11/6/2024 **Status:** ✅ Merged **Merged:** 11/7/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `getting-started-fixes` --- ### 📝 Commits (6) - [`994923a`](https://github.com/open-webui/docs/commit/994923a318d25c8c5bd777e3cd0229849a4b1dd6) docs: Add frontmatter metadata to Docker and HTTPS Nginx tutorials - [`b00b27b`](https://github.com/open-webui/docs/commit/b00b27b031e7ada07c2b74f5aaf4df9eddf28f3f) docs: Add GitHub Community link to resources section - [`6aafbf5`](https://github.com/open-webui/docs/commit/6aafbf5ba558ecbdcc4e606bb8743238c558a5da) Merge branch 'open-webui:main' into getting-started-fixes - [`fe6c177`](https://github.com/open-webui/docs/commit/fe6c177329a4154a33ef77f570664a7040dde754) fix: eliminate non compliant whitespace - [`f7c92cb`](https://github.com/open-webui/docs/commit/f7c92cb7ae8dfdda2f8e4ff0631ec37fef6544cc) docs: Add instructions for configuring environment variables in gh-pages and Docusaurus - [`5c9623d`](https://github.com/open-webui/docs/commit/5c9623dd6fccab65fb2f361f13124247fe6d50ae) docs: Update contributing tutorial in feature branch ### 📊 Changes **4 files changed** (+49 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/using-openwebui/resources.mdx` (+2 -0) 📝 `docs/tutorials/integrations/docker-install.md` (+4 -0) 📝 `docs/tutorials/integrations/https-nginx.md` (+4 -0) 📝 `docs/tutorials/tips/contributing-tutorial.md` (+39 -10) </details> ### 📄 Description This PR includes minor documentation updates related to PRs #260 and #266: 1. **Environment Variable Support**: - Adds instructions in `contributing-tutorial.md` for configuring `BASE_URL` and `SITE_URL` in `.github/workflows/gh-pages.yml` and `docusaurus.config.ts` to support custom deployments. 2. **Community Resource Link**: - Adds a link to the GitHub Community in `resources.mdx` for issue reporting and feature requests. 3. **Metadata for Tutorials**: - Adds sidebar metadata to `docker-install.md` and `https-nginx.md` for improved documentation organization. These small fixes refine contributor guidance and improve overall structure in the documentation. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:33 -05:00
yindo closed this issue 2026-02-15 17:16:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#357