[PR #406] [MERGED] Add multilingual Knowledge API support #479

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/406
Author: @lyzno1
Created: 8/14/2025
Status: Merged
Merged: 8/14/2025
Merged by: @alterxyz

Base: mainHead: knowledge-api-multilingual


📝 Commits (4)

  • e4b79b5 feat: add ja-jp/openapi_knowledge.json
  • 57e09a9 fix: fix missing , in docs.json
  • bca77f0 feat: add multilingual Knowledge API support and fix docs.json
  • 4023ab6 fix: align Authorization and error response descriptions across all languages

📊 Changes

4 files changed (+5977 additions, -2 deletions)

View changed files

📝 docs.json (+9 -1)
📝 en/openapi_knowledge.json (+2 -1)
ja-jp/openapi_knowledge.json (+2983 -0)
zh-hans/openapi_knowledge.json (+2983 -0)

📄 Description

Summary

  • Add Chinese (zh-hans) and Japanese (ja-jp) Knowledge API specifications
  • Register Knowledge API in multilingual API Access tabs
  • Fix JSON syntax error in docs.json
  • Align Authorization descriptions across all API files

Test plan

  • JSON configuration validates correctly
  • Mintlify dev server runs without errors
  • All three language versions are properly registered

🤖 Generated with Claude Code


🔄 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/406 **Author:** [@lyzno1](https://github.com/lyzno1) **Created:** 8/14/2025 **Status:** ✅ Merged **Merged:** 8/14/2025 **Merged by:** [@alterxyz](https://github.com/alterxyz) **Base:** `main` ← **Head:** `knowledge-api-multilingual` --- ### 📝 Commits (4) - [`e4b79b5`](https://github.com/langgenius/dify-docs/commit/e4b79b560c5b553e2def69974d6768c24bb72ff3) feat: add ja-jp/openapi_knowledge.json - [`57e09a9`](https://github.com/langgenius/dify-docs/commit/57e09a9cfc32744111822ff38a78d86f761fd717) fix: fix missing , in docs.json - [`bca77f0`](https://github.com/langgenius/dify-docs/commit/bca77f09e96b60ac857b2b42527be6bbede50f5c) feat: add multilingual Knowledge API support and fix docs.json - [`4023ab6`](https://github.com/langgenius/dify-docs/commit/4023ab62eb4fcb881e65cc21a3c221b9612f3c38) fix: align Authorization and error response descriptions across all languages ### 📊 Changes **4 files changed** (+5977 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs.json` (+9 -1) 📝 `en/openapi_knowledge.json` (+2 -1) ➕ `ja-jp/openapi_knowledge.json` (+2983 -0) ➕ `zh-hans/openapi_knowledge.json` (+2983 -0) </details> ### 📄 Description ## Summary - Add Chinese (zh-hans) and Japanese (ja-jp) Knowledge API specifications - Register Knowledge API in multilingual API Access tabs - Fix JSON syntax error in docs.json - Align Authorization descriptions across all API files ## Test plan - [x] JSON configuration validates correctly - [x] Mintlify dev server runs without errors - [x] All three language versions are properly registered 🤖 Generated with [Claude Code](https://claude.ai/code) --- <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:38 -05:00
yindo closed this issue 2026-02-16 06:15:38 -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#479