[PR #33] [MERGED] Docs v2 priv #88

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anythingllm-docs/pull/33
Author: @timothycarambat
Created: 5/29/2024
Status: Merged
Merged: 5/29/2024
Merged by: @timothycarambat

Base: mainHead: docs-v2-priv


📝 Commits (10+)

  • 12b6920 ♻️ Re-organized Sidebar Items
  • e3acd48 ♻️ Re-named image name "thumbnail" to "header-image"
  • 5646cb9 Fixed Contact us email
  • 7a5a8d8 ♻️ Updated and restructured Agent guides
  • 996acb4 ⬆️ Updated Installation + other Guides
  • 1dd010b 🐛 Fixed Broken Links
  • 27b83be ⬆ Updated Readme + Bumped Docs Version
  • bcb2e12 Added Ollama models not showing - FAQ
  • 71af83f Implemented changes requested by Luna Midori
  • 7a39b18 fix openai paths

📊 Changes

193 files changed (+991 additions, -670 deletions)

View changed files

📝 README.md (+12 -9)
📝 package.json (+1 -1)
📝 pages/_meta.json (+112 -29)
📝 pages/agent/_meta.json (+6 -8)
pages/agent/overview.mdx (+66 -0)
📝 pages/agent/setup.mdx (+11 -14)
📝 pages/agent/usage.mdx (+33 -29)
📝 pages/changelog/_meta.json (+0 -0)
📝 pages/changelog/overview.mdx (+3 -3)
📝 pages/changelog/v1.5.3.mdx (+1 -1)
📝 pages/changelog/v1.5.4.mdx (+1 -1)
📝 pages/cloud/_meta.json (+0 -0)
📝 pages/cloud/error-502.mdx (+0 -0)
📝 pages/cloud/limitations.mdx (+0 -0)
📝 pages/cloud/overview.mdx (+1 -1)
📝 pages/contribute.mdx (+2 -3)
pages/debug.mdx (+28 -0)
pages/faq/_meta.json (+0 -11)
📝 pages/features/ai-agents.mdx (+1 -1)
📝 pages/features/all-features.mdx (+16 -16)

...and 80 more files

📄 Description

resolves #29


🔄 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/33 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 5/29/2024 **Status:** ✅ Merged **Merged:** 5/29/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `main` ← **Head:** `docs-v2-priv` --- ### 📝 Commits (10+) - [`12b6920`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/12b69206303c235ef428cb38fda18191989a4cbd) ♻️ Re-organized Sidebar Items - [`e3acd48`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/e3acd48d4a72018a9a1dc11f00e66e96461be2c9) ♻️ Re-named image name "thumbnail" to "header-image" - [`5646cb9`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/5646cb92806ab917a86170e70851d7f4f841dbf2) ✅ Fixed Contact us email - [`7a5a8d8`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/7a5a8d8954f3148fe713fdbcbfeb1a294f065232) ♻️ Updated and restructured Agent guides - [`996acb4`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/996acb4387b7ed3294f6f86470fee5be3d0b7da4) ⬆️ Updated Installation + other Guides - [`1dd010b`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/1dd010bb767703329735c77edde59c28c86f2593) 🐛 Fixed Broken Links - [`27b83be`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/27b83be6d9c7148b6a51ff96ba0e490c749cba03) ⬆ Updated Readme + Bumped Docs Version - [`bcb2e12`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/bcb2e12f1e3f62229a8809835dd20996cb238db6) ✨ Added Ollama models not showing - FAQ - [`71af83f`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/71af83f93603509c009f7e6d4d53233b3636538c) ⚡Implemented changes requested by Luna Midori - [`7a39b18`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/7a39b188365aec4b3648bdda318d8b9b2697397b) fix openai paths ### 📊 Changes **193 files changed** (+991 additions, -670 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+12 -9) 📝 `package.json` (+1 -1) 📝 `pages/_meta.json` (+112 -29) 📝 `pages/agent/_meta.json` (+6 -8) ➕ `pages/agent/overview.mdx` (+66 -0) 📝 `pages/agent/setup.mdx` (+11 -14) 📝 `pages/agent/usage.mdx` (+33 -29) 📝 `pages/changelog/_meta.json` (+0 -0) 📝 `pages/changelog/overview.mdx` (+3 -3) 📝 `pages/changelog/v1.5.3.mdx` (+1 -1) 📝 `pages/changelog/v1.5.4.mdx` (+1 -1) 📝 `pages/cloud/_meta.json` (+0 -0) 📝 `pages/cloud/error-502.mdx` (+0 -0) 📝 `pages/cloud/limitations.mdx` (+0 -0) 📝 `pages/cloud/overview.mdx` (+1 -1) 📝 `pages/contribute.mdx` (+2 -3) ➕ `pages/debug.mdx` (+28 -0) ➖ `pages/faq/_meta.json` (+0 -11) 📝 `pages/features/ai-agents.mdx` (+1 -1) 📝 `pages/features/all-features.mdx` (+16 -16) _...and 80 more files_ </details> ### 📄 Description resolves #29 --- <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:39 -05:00
yindo closed this issue 2026-02-23 17:19:39 -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#88