[PR #402] [CLOSED] uploaded images to s3 #511

Closed
opened 2026-02-16 11:21:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs-archived/pull/402
Author: @stvlynn
Created: 12/16/2024
Status: Closed

Base: mainHead: feat/convert_image


📝 Commits (1)

📊 Changes

25 files changed (+1404 additions, -41 deletions)

View changed files

conversion_progress.yaml (+597 -0)
convert_images.py (+217 -0)
📝 en/development/models-integration/gpustack.md (+2 -2)
📝 en/guides/application-orchestrate/conversation-application.md (+6 -6)
📝 en/guides/tools/tool-configuration/bing.md (+1 -1)
image_conversion.log (+544 -0)
📝 jp/guides/tools/tool-configuration/Perplexity.md (+3 -3)
requirements.txt (+5 -0)
📝 zh_CN/community/docs-contribution.md (+1 -1)
📝 zh_CN/development/models-integration/ollama.md (+3 -3)
📝 zh_CN/guides/application-orchestrate/agent.md (+1 -1)
📝 zh_CN/guides/application-publishing/launch-your-webapp-quickly/README.md (+1 -1)
📝 zh_CN/guides/knowledge-base/integrate-knowledge-within-application.md (+1 -1)
📝 zh_CN/guides/management/app-management.md (+2 -2)
📝 zh_CN/guides/management/personal-account-management.md (+1 -1)
📝 zh_CN/guides/management/team-members-management.md (+1 -1)
📝 zh_CN/guides/tools/tool-configuration/dall-e.md (+3 -3)
📝 zh_CN/guides/tools/tool-configuration/google.md (+1 -1)
📝 zh_CN/guides/tools/tool-configuration/perplexity.md (+3 -3)
📝 zh_CN/guides/tools/tool-configuration/searchapi.md (+2 -2)

...and 5 more files

📄 Description

No description provided


🔄 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/langgenius/dify-docs-archived/pull/402 **Author:** [@stvlynn](https://github.com/stvlynn) **Created:** 12/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/convert_image` --- ### 📝 Commits (1) - [`bb48a79`](https://github.com/langgenius/dify-docs-archived/commit/bb48a79c193026d5acf7e12bcf6950ef8425c4f1) uploaded images to s3 ### 📊 Changes **25 files changed** (+1404 additions, -41 deletions) <details> <summary>View changed files</summary> ➕ `conversion_progress.yaml` (+597 -0) ➕ `convert_images.py` (+217 -0) 📝 `en/development/models-integration/gpustack.md` (+2 -2) 📝 `en/guides/application-orchestrate/conversation-application.md` (+6 -6) 📝 `en/guides/tools/tool-configuration/bing.md` (+1 -1) ➕ `image_conversion.log` (+544 -0) 📝 `jp/guides/tools/tool-configuration/Perplexity.md` (+3 -3) ➕ `requirements.txt` (+5 -0) 📝 `zh_CN/community/docs-contribution.md` (+1 -1) 📝 `zh_CN/development/models-integration/ollama.md` (+3 -3) 📝 `zh_CN/guides/application-orchestrate/agent.md` (+1 -1) 📝 `zh_CN/guides/application-publishing/launch-your-webapp-quickly/README.md` (+1 -1) 📝 `zh_CN/guides/knowledge-base/integrate-knowledge-within-application.md` (+1 -1) 📝 `zh_CN/guides/management/app-management.md` (+2 -2) 📝 `zh_CN/guides/management/personal-account-management.md` (+1 -1) 📝 `zh_CN/guides/management/team-members-management.md` (+1 -1) 📝 `zh_CN/guides/tools/tool-configuration/dall-e.md` (+3 -3) 📝 `zh_CN/guides/tools/tool-configuration/google.md` (+1 -1) 📝 `zh_CN/guides/tools/tool-configuration/perplexity.md` (+3 -3) 📝 `zh_CN/guides/tools/tool-configuration/searchapi.md` (+2 -2) _...and 5 more files_ </details> ### 📄 Description _No description provided_ --- <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-16 11:21:00 -05:00
yindo closed this issue 2026-02-16 11:21:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs-archived#511