[PR #547] [MERGED] Replace main with revamp #565

Closed
opened 2026-02-16 06:15:54 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/547
Author: @guchenhe
Created: 11/26/2025
Status: Merged
Merged: 11/26/2025
Merged by: @guchenhe

Base: mainHead: replace-main-with-revamp


📝 Commits (1)

📊 Changes

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

View changed files

.github/workflows/docs_bundle.yml (+0 -90)
.github/workflows/sync_docs_analyze.yml (+391 -0)
.github/workflows/sync_docs_cleanup.yml (+84 -0)
.github/workflows/sync_docs_execute.yml (+547 -0)
.github/workflows/sync_docs_update.yml (+382 -0)
📝 .gitignore (+2 -0)
AGENTS.md (+50 -0)
CLAUDE.md (+137 -0)
README.md (+0 -50)
SECURITY.md (+0 -21)
📝 cn/api-reference/openapi_chat.json (+3 -3)
📝 cn/api-reference/openapi_chatflow.json (+4 -4)
📝 cn/api-reference/openapi_completion.json (+2 -2)
cn/api-reference/openapi_knowledge.json (+2939 -0)
📝 cn/api-reference/openapi_workflow.json (+3 -3)
cn/self-host/advanced-deployments/local-source-code.mdx (+283 -0)
cn/self-host/advanced-deployments/start-the-frontend-docker-container.mdx (+30 -0)
cn/self-host/configuration/environments.mdx (+7 -0)
cn/self-host/platform-guides/bt-panel.mdx (+75 -0)
cn/self-host/platform-guides/dify-premium.mdx (+131 -0)

...and 80 more files

📄 Description

Doc 2.0 Release


🔄 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/pull/547 **Author:** [@guchenhe](https://github.com/guchenhe) **Created:** 11/26/2025 **Status:** ✅ Merged **Merged:** 11/26/2025 **Merged by:** [@guchenhe](https://github.com/guchenhe) **Base:** `main` ← **Head:** `replace-main-with-revamp` --- ### 📝 Commits (1) - [`cce71e9`](https://github.com/langgenius/dify-docs/commit/cce71e9c867ba7e305664667c013698a1e9a091f) Replace main with revamp ### 📊 Changes **100 files changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/docs_bundle.yml` (+0 -90) ➕ `.github/workflows/sync_docs_analyze.yml` (+391 -0) ➕ `.github/workflows/sync_docs_cleanup.yml` (+84 -0) ➕ `.github/workflows/sync_docs_execute.yml` (+547 -0) ➕ `.github/workflows/sync_docs_update.yml` (+382 -0) 📝 `.gitignore` (+2 -0) ➕ `AGENTS.md` (+50 -0) ➕ `CLAUDE.md` (+137 -0) ➖ `README.md` (+0 -50) ➖ `SECURITY.md` (+0 -21) 📝 `cn/api-reference/openapi_chat.json` (+3 -3) 📝 `cn/api-reference/openapi_chatflow.json` (+4 -4) 📝 `cn/api-reference/openapi_completion.json` (+2 -2) ➕ `cn/api-reference/openapi_knowledge.json` (+2939 -0) 📝 `cn/api-reference/openapi_workflow.json` (+3 -3) ➕ `cn/self-host/advanced-deployments/local-source-code.mdx` (+283 -0) ➕ `cn/self-host/advanced-deployments/start-the-frontend-docker-container.mdx` (+30 -0) ➕ `cn/self-host/configuration/environments.mdx` (+7 -0) ➕ `cn/self-host/platform-guides/bt-panel.mdx` (+75 -0) ➕ `cn/self-host/platform-guides/dify-premium.mdx` (+131 -0) _...and 80 more files_ </details> ### 📄 Description Doc 2.0 Release --- <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 06:15:54 -05:00
yindo closed this issue 2026-02-16 06:15:54 -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#565