mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-21 09:15:22 -04:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/anythingllm-docs/pull/111
Author: @JosephASG
Created: 11/4/2024
Status: ❌ Closed
Base:
dev← Head:110-image-optimization📝 Commits (10+)
9a6a680✨ Added Agent Setup + Usage Guides and more (#19)31a5e7apatch: merge with maina99e6dcfix wrong paths for faq images6f9e356Merge pull request #24 from Mintplex-Labs/23-bug-wrong-image-paths-on-llm-not-using-my-docs-page9cfb61aadd SQL agent demobf95986Merge branch 'main' of github.com:Mintplex-Labs/anythingllm-docs124fb4aDevelopment (#26)8c148eafix wrong image pathb4b70d9Docs v2 priv (#33)6bee8c4add redirect for 502 error page docs📊 Changes
474 files changed (+6314 additions, -3252 deletions)
View changed files
➕
.prettierignore(+1 -0)➕
.prettierrc(+15 -0)📝
.vscode/settings.json(+2 -1)📝
README.md(+13 -10)➕
components/icons/database.svg(+3 -0)📝
components/icons/index.ts(+1 -0)📝
next.config.js(+9 -0)📝
package.json(+7 -4)📝
pages/_app.tsx(+3 -3)📝
pages/_document.js(+3 -3)📝
pages/_meta.json(+160 -28)➕
pages/agent-not-using-tools.mdx(+98 -0)📝
pages/agent/_meta.json(+8 -8)➕
pages/agent/custom/_meta.json(+38 -0)➕
pages/agent/custom/developer-guide.mdx(+97 -0)➕
pages/agent/custom/handler-js.mdx(+149 -0)➕
pages/agent/custom/introduction.mdx(+77 -0)➕
pages/agent/custom/plugin-json.mdx(+191 -0)➕
pages/agent/overview.mdx(+65 -0)➕
pages/agent/setup.mdx(+131 -0)...and 80 more files
📄 Description
Pull Request Type
Relevant Issues
resolves #110
What is in this change?
This pull request includes the optimization of images in the documentation for the anything-llm application. I compressed the images, reducing the total size from 277 MB to 39.3 MB without sacrificing quality. This change improves load times for the documentation site and reduces the repository size, making it easier to clone and navigate.
Additional Information
This optimization is intended to enhance the user experience by decreasing bandwidth usage and improving accessibility for contributors and viewers. No other content was altered in this process.
Validations
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.