mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
[PR #526] updated gh actions and scripts for testing #555
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/langgenius/dify-docs/pull/526
Author: @guchenhe
Created: 11/18/2025
Status: 🔄 Open
Base:
main← Head:chore/add-auto-sync-scripts📝 Commits (1)
4bba7b6updated gh actions and scripts for testing📊 Changes
22 files changed (+7362 additions, -489 deletions)
View changed files
➕
.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)📝
tools/apply_docs_json.py(+310 -489)📝
tools/contributing_in_page.py(+49 -0)➕
tools/translate/.env.example(+1 -0)➕
tools/translate/.gitignore(+2 -0)➕
tools/translate/README.md(+193 -0)➕
tools/translate/config.json(+125 -0)➕
tools/translate/json_formatter.py(+306 -0)➕
tools/translate/main.py(+588 -0)➕
tools/translate/openapi/__init__.py(+133 -0)➕
tools/translate/openapi/extractor.py(+131 -0)➕
tools/translate/openapi/rehydrator.py(+172 -0)➕
tools/translate/openapi/translator.py(+228 -0)➕
tools/translate/pr_analyzer.py(+512 -0)➕
tools/translate/requirements.txt(+3 -0)➕
tools/translate/security_validator.py(+384 -0)➕
tools/translate/sync_and_translate.py(+2025 -0)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.