[PR #96] [MERGED] Plugin Dev with GitHub Action #373

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/96
Author: @alterxyz
Created: 5/17/2025
Status: Merged
Merged: 5/18/2025
Merged by: @AllenWriter

Base: mainHead: test-action


📝 Commits (10+)

📊 Changes

155 files changed (+5018 additions, -2608 deletions)

View changed files

.github/workflows/docs_bundle.yml (+80 -0)
📝 .gitignore (+1 -4)
📝 docs.json (+144 -120)
📝 plugin-dev-en/0111-getting-started-dify-plugin.mdx (+19 -19)
📝 plugin-dev-en/0131-cheatsheet.mdx (+10 -10)
📝 plugin-dev-en/0211-getting-started-by-prompt.mdx (+2 -2)
📝 plugin-dev-en/0211-getting-started-dify-tool.mdx (+12 -12)
📝 plugin-dev-en/0211-getting-started-new-model.mdx (+11 -11)
📝 plugin-dev-en/0221-initialize-development-tools.mdx (+10 -10)
📝 plugin-dev-en/0222-creating-new-model-provider-extra.mdx (+7 -7)
📝 plugin-dev-en/0222-creating-new-model-provider.mdx (+12 -12)
📝 plugin-dev-en/0222-debugging-logs.mdx (+2 -2)
📝 plugin-dev-en/0222-tool-plugin.mdx (+20 -20)
📝 plugin-dev-en/0312-contributor-covenant-code-of-conduct.mdx (+10 -10)
📝 plugin-dev-en/0312-privacy-protection-guidelines.mdx (+7 -7)
📝 plugin-dev-en/0312-third-party-signature-verification.mdx (+2 -2)
📝 plugin-dev-en/0321-plugin-auto-publish-pr.mdx (+2 -2)
📝 plugin-dev-en/0321-release-overview.mdx (+10 -10)
📝 plugin-dev-en/0322-release-by-file.mdx (+13 -13)
📝 plugin-dev-en/0322-release-to-dify-marketplace.mdx (+13 -13)

...and 80 more files

📄 Description

  • Update tools
    • renaming now auto fix reference
  • GitHub Action
    • now new or edit docs can be done at just github.com or mintlify's Editor
  • Plugin Dev's contribution guide

Preview at https://axyz1442.mintlify.app/plugin_dev_en/0411-doc-contribution-guide


���� 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/96 **Author:** [@alterxyz](https://github.com/alterxyz) **Created:** 5/17/2025 **Status:** ✅ Merged **Merged:** 5/18/2025 **Merged by:** [@AllenWriter](https://github.com/AllenWriter) **Base:** `main` ← **Head:** `test-action` --- ### 📝 Commits (10+) - [`8cbe9b3`](https://github.com/langgenius/dify-docs/commit/8cbe9b311dd4ee0816190a7baf657a6a504ab6f9) Create process-mdx.yml - [`c1ccd32`](https://github.com/langgenius/dify-docs/commit/c1ccd3289c7618a04a7c08d66ca25a0c811fc01e) test rename - [`0453dfd`](https://github.com/langgenius/dify-docs/commit/0453dfd5c6ab123ce7a8d34263a91c472263310e) Auto-process MDX files [skip ci] - [`390b415`](https://github.com/langgenius/dify-docs/commit/390b41512cea0266e45a43df790cc8ead4b1f8e6) test - [`fa9a3cb`](https://github.com/langgenius/dify-docs/commit/fa9a3cb911457196702c6d5ac925426ee927a656) Auto-process MDX files [skip ci] - [`d070538`](https://github.com/langgenius/dify-docs/commit/d07053890850c41a683173216dee7bbb9e3d8e76) Update process-mdx.yml - [`57a459e`](https://github.com/langgenius/dify-docs/commit/57a459eb407f069861907e98a5a0ecdef7738d06) Merge branch 'test-action' of https://github.com/alterxyz/dify-docs-mintlify into test-action - [`353ae7c`](https://github.com/langgenius/dify-docs/commit/353ae7c3718520218d51b52c5307f42f11e3484c) test - [`ca5a575`](https://github.com/langgenius/dify-docs/commit/ca5a5758ea9f141f439de38e3895f472a3e5fc15) Auto-process MDX files [skip ci] - [`10f1f35`](https://github.com/langgenius/dify-docs/commit/10f1f354dbdb256b0a389b2875249cab0f7b3e8f) feat: auto fix reference ### 📊 Changes **155 files changed** (+5018 additions, -2608 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/docs_bundle.yml` (+80 -0) 📝 `.gitignore` (+1 -4) 📝 `docs.json` (+144 -120) 📝 `plugin-dev-en/0111-getting-started-dify-plugin.mdx` (+19 -19) 📝 `plugin-dev-en/0131-cheatsheet.mdx` (+10 -10) 📝 `plugin-dev-en/0211-getting-started-by-prompt.mdx` (+2 -2) 📝 `plugin-dev-en/0211-getting-started-dify-tool.mdx` (+12 -12) 📝 `plugin-dev-en/0211-getting-started-new-model.mdx` (+11 -11) 📝 `plugin-dev-en/0221-initialize-development-tools.mdx` (+10 -10) 📝 `plugin-dev-en/0222-creating-new-model-provider-extra.mdx` (+7 -7) 📝 `plugin-dev-en/0222-creating-new-model-provider.mdx` (+12 -12) 📝 `plugin-dev-en/0222-debugging-logs.mdx` (+2 -2) 📝 `plugin-dev-en/0222-tool-plugin.mdx` (+20 -20) 📝 `plugin-dev-en/0312-contributor-covenant-code-of-conduct.mdx` (+10 -10) 📝 `plugin-dev-en/0312-privacy-protection-guidelines.mdx` (+7 -7) 📝 `plugin-dev-en/0312-third-party-signature-verification.mdx` (+2 -2) 📝 `plugin-dev-en/0321-plugin-auto-publish-pr.mdx` (+2 -2) 📝 `plugin-dev-en/0321-release-overview.mdx` (+10 -10) 📝 `plugin-dev-en/0322-release-by-file.mdx` (+13 -13) 📝 `plugin-dev-en/0322-release-to-dify-marketplace.mdx` (+13 -13) _...and 80 more files_ </details> ### 📄 Description - Update tools - renaming now auto fix reference <!-- may danger--> - GitHub Action - now new or edit docs can be done at just github.com or mintlify's Editor - Plugin Dev's contribution guide Preview at <https://axyz1442.mintlify.app/plugin_dev_en/0411-doc-contribution-guide> --- <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:17 -05:00
yindo closed this issue 2026-02-16 06:15:17 -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#373