[PR #16] [MERGED] ♻️ Removed unused codes #82

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (1)

  • 8611a4c ♻️ Removed unused codes

📊 Changes

75 files changed (+0 additions, -75 deletions)

View changed files

📝 pages/anythingllm-cloud/error-502.mdx (+0 -1)
📝 pages/anythingllm-cloud/limitations.mdx (+0 -1)
📝 pages/anythingllm-cloud/overview.mdx (+0 -1)
📝 pages/anythingllm-setup/embedder-configuration/cloud/azure-openai.mdx (+0 -1)
📝 pages/anythingllm-setup/embedder-configuration/cloud/cohere.mdx (+0 -1)
📝 pages/anythingllm-setup/embedder-configuration/cloud/openai.mdx (+0 -1)
📝 pages/anythingllm-setup/embedder-configuration/local/built-in.mdx (+0 -1)
📝 pages/anythingllm-setup/embedder-configuration/local/lmstudio.mdx (+0 -1)
📝 pages/anythingllm-setup/embedder-configuration/local/localai.mdx (+0 -1)
📝 pages/anythingllm-setup/embedder-configuration/local/ollama.mdx (+0 -1)
📝 pages/anythingllm-setup/embedder-configuration/overview.mdx (+0 -1)
📝 pages/anythingllm-setup/llm-configuration/cloud/anthropic.mdx (+0 -1)
📝 pages/anythingllm-setup/llm-configuration/cloud/azure-openai.mdx (+0 -1)
📝 pages/anythingllm-setup/llm-configuration/cloud/cohere.mdx (+0 -1)
📝 pages/anythingllm-setup/llm-configuration/cloud/google-gemini.mdx (+0 -1)
📝 pages/anythingllm-setup/llm-configuration/cloud/groq.mdx (+0 -1)
📝 pages/anythingllm-setup/llm-configuration/cloud/hugging-face.mdx (+0 -1)
📝 pages/anythingllm-setup/llm-configuration/cloud/mistral-ai.mdx (+0 -1)
📝 pages/anythingllm-setup/llm-configuration/cloud/openai-generic.mdx (+0 -1)
📝 pages/anythingllm-setup/llm-configuration/cloud/openai.mdx (+0 -1)

...and 55 more files

📄 Description

Pull Request Type

  • ♻️ refactor

What is in this change?

We were using image link on frontmatter of .mdx files for OG purpose and we are using Vercel's OG library to generate dynamic OG based on page title so the image link on frontmatter is not needed anymore.

So I have removed the image link from frontmatter on all pages.

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/16 **Author:** [@ShadowArcanist](https://github.com/ShadowArcanist) **Created:** 5/9/2024 **Status:** ✅ Merged **Merged:** 5/9/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`8611a4c`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/8611a4c754183aba59ff64a83b0906846e5f7d89) ♻️ Removed unused codes ### 📊 Changes **75 files changed** (+0 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `pages/anythingllm-cloud/error-502.mdx` (+0 -1) 📝 `pages/anythingllm-cloud/limitations.mdx` (+0 -1) 📝 `pages/anythingllm-cloud/overview.mdx` (+0 -1) 📝 `pages/anythingllm-setup/embedder-configuration/cloud/azure-openai.mdx` (+0 -1) 📝 `pages/anythingllm-setup/embedder-configuration/cloud/cohere.mdx` (+0 -1) 📝 `pages/anythingllm-setup/embedder-configuration/cloud/openai.mdx` (+0 -1) 📝 `pages/anythingllm-setup/embedder-configuration/local/built-in.mdx` (+0 -1) 📝 `pages/anythingllm-setup/embedder-configuration/local/lmstudio.mdx` (+0 -1) 📝 `pages/anythingllm-setup/embedder-configuration/local/localai.mdx` (+0 -1) 📝 `pages/anythingllm-setup/embedder-configuration/local/ollama.mdx` (+0 -1) 📝 `pages/anythingllm-setup/embedder-configuration/overview.mdx` (+0 -1) 📝 `pages/anythingllm-setup/llm-configuration/cloud/anthropic.mdx` (+0 -1) 📝 `pages/anythingllm-setup/llm-configuration/cloud/azure-openai.mdx` (+0 -1) 📝 `pages/anythingllm-setup/llm-configuration/cloud/cohere.mdx` (+0 -1) 📝 `pages/anythingllm-setup/llm-configuration/cloud/google-gemini.mdx` (+0 -1) 📝 `pages/anythingllm-setup/llm-configuration/cloud/groq.mdx` (+0 -1) 📝 `pages/anythingllm-setup/llm-configuration/cloud/hugging-face.mdx` (+0 -1) 📝 `pages/anythingllm-setup/llm-configuration/cloud/mistral-ai.mdx` (+0 -1) 📝 `pages/anythingllm-setup/llm-configuration/cloud/openai-generic.mdx` (+0 -1) 📝 `pages/anythingllm-setup/llm-configuration/cloud/openai.mdx` (+0 -1) _...and 55 more files_ </details> ### 📄 Description ### Pull Request Type - [x] ♻️ refactor ### What is in this change? > We were using image link on frontmatter of .mdx files for OG purpose and we are using Vercel's OG library to generate dynamic OG based on page title so the image link on frontmatter is not needed anymore. > So I have removed the image link from frontmatter on all pages. ### 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:37 -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#82