[PR #4] [MERGED] Reorganized file structure for images, Added PR Template and Updated Readme file #78

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/4
Author: @ShadowArcanist
Created: 4/26/2024
Status: Merged
Merged: 4/26/2024
Merged by: @timothycarambat

Base: mainHead: main


📝 Commits (1)

  • 7a7417d Reorganized file structure for images, Added PR Template and Updated Readme file

📊 Changes

73 files changed (+92 additions, -69 deletions)

View changed files

📝 README.md (+12 -24)
📝 docs/desktop-vs-docker.md (+1 -1)
📝 docs/desktop/linux.md (+1 -1)
📝 docs/desktop/mac.md (+2 -2)
📝 docs/desktop/windows.md (+5 -5)
📝 docs/embedders.md (+1 -1)
📝 docs/embedders/localai.md (+1 -1)
📝 docs/embedders/openai.md (+1 -1)
📝 docs/faq/why-is-llm-not-using-docs.md (+2 -2)
📝 docs/features/api-keys.md (+1 -1)
📝 docs/features/appearance.md (+4 -4)
📝 docs/features/embedded-chat.md (+4 -4)
📝 docs/features/embedder-preference.md (+1 -1)
📝 docs/features/event-logs.md (+1 -1)
📝 docs/features/llm-preference.md (+1 -1)
📝 docs/features/privacy-data.md (+1 -1)
📝 docs/features/security.md (+2 -2)
📝 docs/features/transcription-model.md (+1 -1)
📝 docs/features/vector-db.md (+1 -1)
📝 docs/features/workspace-chat.md (+1 -1)

...and 53 more files

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style

Relevant Issues

N/A

What is in this change?

  • Re-organized the file structure for images. Each page have it's own folder and all images related to the page will be on the folder on the img directory
    Example: LLM Providers folder on the img directory will have all images needed for the page LLM Providers instead of having all images for the docs on img directory mixed with other images
  • Updated the Src link used for images on all pages to follow the new file structure for images
  • Updated the Readme file with steps on How to run the docs locally for development and contribution purposes
  • Added Pull Request Template
  • Fixed emoji not vertically aligned with the title on Desktop vs Docker Page

Additional Information

This repo (the forked one) is hosted on https://shadow-allm-docs.vercel.app/ with this latest commit, so that you can view it to see the changes visually before merging this PR

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/4 **Author:** [@ShadowArcanist](https://github.com/ShadowArcanist) **Created:** 4/26/2024 **Status:** ✅ Merged **Merged:** 4/26/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`7a7417d`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/7a7417d0734359b7d1dc1b9cb8a0a71d02807922) ✨ Reorganized file structure for images, Added PR Template and Updated Readme file ### 📊 Changes **73 files changed** (+92 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+12 -24) 📝 `docs/desktop-vs-docker.md` (+1 -1) 📝 `docs/desktop/linux.md` (+1 -1) 📝 `docs/desktop/mac.md` (+2 -2) 📝 `docs/desktop/windows.md` (+5 -5) 📝 `docs/embedders.md` (+1 -1) 📝 `docs/embedders/localai.md` (+1 -1) 📝 `docs/embedders/openai.md` (+1 -1) 📝 `docs/faq/why-is-llm-not-using-docs.md` (+2 -2) 📝 `docs/features/api-keys.md` (+1 -1) 📝 `docs/features/appearance.md` (+4 -4) 📝 `docs/features/embedded-chat.md` (+4 -4) 📝 `docs/features/embedder-preference.md` (+1 -1) 📝 `docs/features/event-logs.md` (+1 -1) 📝 `docs/features/llm-preference.md` (+1 -1) 📝 `docs/features/privacy-data.md` (+1 -1) 📝 `docs/features/security.md` (+2 -2) 📝 `docs/features/transcription-model.md` (+1 -1) 📝 `docs/features/vector-db.md` (+1 -1) 📝 `docs/features/workspace-chat.md` (+1 -1) _...and 53 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [x] 🐛 fix - [x] ♻️ refactor - [x] 💄 style ### Relevant Issues N/A ### What is in this change? - Re-organized the file structure for images. Each page have it's own folder and all images related to the page will be on the folder on the img directory Example: LLM Providers folder on the img directory will have all images needed for the page [LLM Providers](https://docs.useanything.com/llms) instead of having all images for the docs on img directory mixed with other images - Updated the **Src** link used for images on all pages to follow the new file structure for images - Updated the Readme file with steps on How to run the docs locally for development and contribution purposes - Added Pull Request Template - Fixed emoji not vertically aligned with the title on [Desktop vs Docker Page](https://docs.useanything.com/desktop-vs-docker) ### Additional Information This repo (the forked one) is hosted on https://shadow-allm-docs.vercel.app/ with this latest commit, so that you can view it to see the changes visually before merging this PR ### 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:37 -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#78