[PR #26] [MERGED] Development #86

Closed
opened 2026-02-23 17:19:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anythingllm-docs/pull/26
Author: @ShadowArcanist
Created: 5/19/2024
Status: Merged
Merged: 5/20/2024
Merged by: @timothycarambat

Base: mainHead: development


📝 Commits (5)

  • 092c309 Added Prettier for code consistency
  • 4773355 🔄 Updated Local docker install guide
  • bde1ff9 🔄 Updated macOS install guide
  • e45d827 ⬆ Bumped release version on Banner + FAQ title update
  • 38bdc20 🔻 Reverted the text change on LLM not using docs

📊 Changes

7 files changed (+60 additions, -25 deletions)

View changed files

.prettierignore (+1 -0)
.prettierrc (+4 -0)
📝 package.json (+4 -2)
📝 pages/getting-started/installation/desktop/macos.mdx (+23 -7)
📝 pages/getting-started/installation/self-hosted/local-docker.mdx (+21 -14)
📝 theme.config.tsx (+2 -2)
📝 yarn.lock (+5 -0)

📄 Description

Pull Request Type

  • feat

Relevant Issues

resolves #25

What is in this change?

Added Prettier for code consistency

🔄 Updated Local docker install guide

  • Added the missing docker pull command
  • Fixed the missing word on the windows installation guide mentioned on #25

🔄 Updated macOS install guide

  • Added Installation guide using Homebrew

⬆ Bumped release version on Banner + FAQ title update

  • Bumped the latest version number on Banner from 1.5.4 > 1.5.5
  • Updated the title of LLM not using docs FAQ

Additional Information

Validations

  • Ensured updated documentation pass spell check
  • Updated or added relevant links as needed
  • Reviewed the changes for clarity and accuracy
  • Successfully ran the code locally without encountering errors

🔄 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/Mintplex-Labs/anythingllm-docs/pull/26 **Author:** [@ShadowArcanist](https://github.com/ShadowArcanist) **Created:** 5/19/2024 **Status:** ✅ Merged **Merged:** 5/20/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `main` ← **Head:** `development` --- ### 📝 Commits (5) - [`092c309`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/092c3091c94a6400a5debcb8bf85dd19cfc7790f) ✨ Added Prettier for code consistency - [`4773355`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/47733554ac9cc8e14d34309a01a925ae9ed15a5d) 🔄 Updated Local docker install guide - [`bde1ff9`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/bde1ff91036b7c425354d848825d91a96745db65) 🔄 Updated macOS install guide - [`e45d827`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/e45d827f177593fbd01a384b63ab764c99b97833) ⬆ Bumped release version on Banner + FAQ title update - [`38bdc20`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/38bdc20d1e0a5ca90c0c3dae4312cd57b6238a9c) 🔻 Reverted the text change on LLM not using docs ### 📊 Changes **7 files changed** (+60 additions, -25 deletions) <details> <summary>View changed files</summary> ➕ `.prettierignore` (+1 -0) ➕ `.prettierrc` (+4 -0) 📝 `package.json` (+4 -2) 📝 `pages/getting-started/installation/desktop/macos.mdx` (+23 -7) 📝 `pages/getting-started/installation/self-hosted/local-docker.mdx` (+21 -14) 📝 `theme.config.tsx` (+2 -2) 📝 `yarn.lock` (+5 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #25 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the documentation site. --> **✨ Added Prettier for code consistency** **🔄 Updated Local docker install guide** - Added the missing `docker pull` command - Fixed the missing word on the windows installation guide mentioned on #25 **🔄 Updated macOS install guide** - Added Installation guide using Homebrew **⬆ Bumped release version on Banner + FAQ title update** - Bumped the latest version number on Banner from 1.5.4 > 1.5.5 - Updated the title of `LLM not using docs` FAQ ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Validations <!-- All of the applicable items should be checked. --> - [x] Ensured updated documentation pass spell check - [x] Updated or added relevant links as needed - [x] Reviewed the changes for clarity and accuracy - [x] Successfully ran the code locally without encountering errors --- <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-23 17:19:38 -05:00
yindo closed this issue 2026-02-23 17:19:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anythingllm-docs#86