diff --git a/docs.json b/docs.json index 12601d6b..417e95a3 100644 --- a/docs.json +++ b/docs.json @@ -502,6 +502,7 @@ "plugin_dev_en/0221-initialize-development-tools.en", "plugin_dev_en/0222-creating-new-model-provider-extra.en", "plugin_dev_en/0222-creating-new-model-provider.en", + "plugin_dev_en/0222-debugging-logs.en", "plugin_dev_en/0222-tool-plugin.en" ] } @@ -514,12 +515,14 @@ "group": "Code of Conduct & Standards", "pages": [ "plugin_dev_en/0312-contributor-covenant-code-of-conduct.en", - "plugin_dev_en/0312-privacy-protection-guidelines.en" + "plugin_dev_en/0312-privacy-protection-guidelines.en", + "plugin_dev_en/0312-third-party-signature-verification.en" ] }, { "group": "Publishing & Listing", "pages": [ + "plugin_dev_en/0321-plugin-auto-publish-pr.en", "plugin_dev_en/0321-release-overview.en", "plugin_dev_en/0322-release-by-file.en", "plugin_dev_en/0322-release-to-dify-marketplace.en", @@ -540,6 +543,7 @@ { "group": "Development Examples", "pages": [ + "plugin_dev_en/0431-example-overview-and-index.en", "plugin_dev_en/0432-develop-a-slack-bot-plugin.en", "plugin_dev_en/0432-endpoint.en" ] @@ -1719,6 +1723,7 @@ "plugin_dev_ja/0221-initialize-development-tools.ja", "plugin_dev_ja/0222-creating-new-model-provider-extra.ja", "plugin_dev_ja/0222-creating-new-model-provider.ja", + "plugin_dev_ja/0222-debugging-logs.ja", "plugin_dev_ja/0222-tool-plugin.ja" ] } @@ -1731,12 +1736,14 @@ "group": "行動規範と基準", "pages": [ "plugin_dev_ja/0312-contributor-covenant-code-of-conduct.ja", - "plugin_dev_ja/0312-privacy-protection-guidelines.ja" + "plugin_dev_ja/0312-privacy-protection-guidelines.ja", + "plugin_dev_ja/0312-third-party-signature-verification.ja" ] }, { "group": "公開と掲載", "pages": [ + "plugin_dev_ja/0321-plugin-auto-publish-pr.ja", "plugin_dev_ja/0321-release-overview.ja", "plugin_dev_ja/0322-release-by-file.ja", "plugin_dev_ja/0322-release-to-dify-marketplace.ja", @@ -1757,7 +1764,9 @@ { "group": "開発例", "pages": [ - "plugin_dev_ja/0432-develop-a-slack-bot-plugin.ja" + "plugin_dev_ja/0431-example-overview-and-index.ja", + "plugin_dev_ja/0432-develop-a-slack-bot-plugin.ja", + "plugin_dev_ja/0432-endpoint.ja" ] } ] diff --git a/plugin_dev_en/0222-debugging-logs.en.mdx b/plugin_dev_en/0222-debugging-logs.en.mdx index 73690a3b..715033f1 100644 --- a/plugin_dev_en/0222-debugging-logs.en.mdx +++ b/plugin_dev_en/0222-debugging-logs.en.mdx @@ -56,14 +56,14 @@ It will be automatically generated by the script. Help improve our documentation by contributing directly Found an error or have suggestions? Let us know diff --git a/plugin_dev_en/0312-third-party-signature-verification.en.mdx b/plugin_dev_en/0312-third-party-signature-verification.en.mdx index 515c0056..be228591 100644 --- a/plugin_dev_en/0312-third-party-signature-verification.en.mdx +++ b/plugin_dev_en/0312-third-party-signature-verification.en.mdx @@ -117,14 +117,14 @@ It will be automatically generated by the script. Help improve our documentation by contributing directly Found an error or have suggestions? Let us know diff --git a/plugin_dev_en/0321-plugin-auto-publish-pr.en.mdx b/plugin_dev_en/0321-plugin-auto-publish-pr.en.mdx index de19f693..bb54e929 100644 --- a/plugin_dev_en/0321-plugin-auto-publish-pr.en.mdx +++ b/plugin_dev_en/0321-plugin-auto-publish-pr.en.mdx @@ -314,14 +314,14 @@ It will be automatically generated by the script. Help improve our documentation by contributing directly Found an error or have suggestions? Let us know diff --git a/plugin_dev_en/0431-example-overview-and-index.en.mdx b/plugin_dev_en/0431-example-overview-and-index.en.mdx index 6dcc2929..6ea6c607 100644 --- a/plugin_dev_en/0431-example-overview-and-index.en.mdx +++ b/plugin_dev_en/0431-example-overview-and-index.en.mdx @@ -5,7 +5,7 @@ dimensions: detail: examples level: beginner standard_title: Example Overview and Index -language: zh +language: en title: Examples --- @@ -26,3 +26,26 @@ title: Examples extension-plugin + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/plugin_dev_ja/0222-debugging-logs.ja.mdx b/plugin_dev_ja/0222-debugging-logs.ja.mdx index 6cae4eef..45a179a1 100644 --- a/plugin_dev_ja/0222-debugging-logs.ja.mdx +++ b/plugin_dev_ja/0222-debugging-logs.ja.mdx @@ -56,14 +56,14 @@ It will be automatically generated by the script. 直接貢献することでドキュメントの改善にご協力ください エラーを見つけたり提案がありますか?お知らせください diff --git a/plugin_dev_ja/0312-third-party-signature-verification.ja.mdx b/plugin_dev_ja/0312-third-party-signature-verification.ja.mdx index b93dca12..7481d228 100644 --- a/plugin_dev_ja/0312-third-party-signature-verification.ja.mdx +++ b/plugin_dev_ja/0312-third-party-signature-verification.ja.mdx @@ -116,3 +116,26 @@ docker compose up -d ``` サービスを再起動すると、現在のコミュニティ版環境でサードパーティ署名の検証機能が有効になります。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/plugin_dev_ja/0321-plugin-auto-publish-pr.ja.mdx b/plugin_dev_ja/0321-plugin-auto-publish-pr.ja.mdx index fbb96c5a..ca998517 100644 --- a/plugin_dev_ja/0321-plugin-auto-publish-pr.ja.mdx +++ b/plugin_dev_ja/0321-plugin-auto-publish-pr.ja.mdx @@ -313,14 +313,14 @@ It will be automatically generated by the script. 直接貢献することでドキュメントの改善にご協力ください エラーを見つけたり提案がありますか?お知らせください diff --git a/plugin_dev_ja/0431-example-overview-and-index.ja.mdx b/plugin_dev_ja/0431-example-overview-and-index.ja.mdx index 02fd1b0a..2ba9697b 100644 --- a/plugin_dev_ja/0431-example-overview-and-index.ja.mdx +++ b/plugin_dev_ja/0431-example-overview-and-index.ja.mdx @@ -26,3 +26,26 @@ title: 開発示例目録 extension-plugin + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/plugin_dev_ja/0432-endpoint.ja.mdx b/plugin_dev_ja/0432-endpoint.ja.mdx index 0b5841c2..664bf065 100644 --- a/plugin_dev_ja/0432-endpoint.ja.mdx +++ b/plugin_dev_ja/0432-endpoint.ja.mdx @@ -116,14 +116,14 @@ It will be automatically generated by the script. 直接貢献することでドキュメントの改善にご協力ください エラーを見つけたり提案がありますか?お知らせください diff --git a/plugin_dev_zh/0431-example-overview-and-index.zh.mdx b/plugin_dev_zh/0431-example-overview-and-index.zh.mdx index 17c79d96..84914bb9 100644 --- a/plugin_dev_zh/0431-example-overview-and-index.zh.mdx +++ b/plugin_dev_zh/0431-example-overview-and-index.zh.mdx @@ -26,3 +26,26 @@ title: 开发示例目录 extension-plugin + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + +