Commit Graph

280 Commits

Author SHA1 Message Date
Ameame
1404128eaf change 127.0.0.1 to localhost in access URLs (#707) 2026-03-19 22:57:07 +08:00
rwk-git
4b14063a79 fix: typo in local-source-code.mdx (#710)
Signed-off-by: Rick Wertenbroek <rick.wertenbroek@gmail.com>
2026-03-19 21:13:49 +08:00
Stephen Zhou
5df20ab29d fix: correct code langs (#708) 2026-03-16 15:28:32 +08:00
Stephen Zhou
a958852d8d fix: avoid non-existent variables (#703) 2026-03-11 20:12:06 +08:00
Riskey
df19776bb0 Add workflow 101 tutorial (#705)
* add the zh and en workflow 101 tutorials

* refine the formats for readability

* refine formatting and minor issues

* Update Workflow 101 lessons and images

* Update image display in Workflow 101 lesson 01

* Rename Dify workflow image

* Update Workflow 101 Lesson 3 with new images and prompt example

* Update Workflow 101 Lesson 03 images

* Update Dify workflow lesson 4 prompt image

* Update Workflow 101 Lesson 5 with new images and content

* Update Workflow 101 Lesson 6 content and images

* Update Workflow 101 Lesson 08 and add new images

* Refine email reply instruction in Workflow 101 lesson 8

* Update Workflow 101 Lesson 9 with new steps and images

* Update Workflow 101 Lesson 09 content and images

* Fix whitespace in Workflow 101 Lesson 9

* Add image alt text to workflow example in zh lesson 01

* Update LLM node images and text formatting in Workflow 101 Lesson 03

* Update zh/use-dify/tutorials/workflow-101/lesson-05.mdx content

* Update zh/workflow-101/lesson-03.mdx for clarity

* Remove unnecessary italics in Workflow 101 lesson 4

* Update Workflow 101 Lesson 5 for clarity and image display

* Update images in Workflow 101 Lesson 06

* Update Lesson 7 workflow tutorial with new images and text fixes

* Update zh/use-dify/tutorials/workflow-101/lesson-06.mdx content

* Update prompt instructions in Workflow 101 Lesson 06

* Clarify condition in Workflow 101 Lesson 07

* Fix formatting in Workflow 101 lesson 8

* Update Workflow 101 Lesson 9 for email formatting optimization

* Fix typo in Workflow 101 Lesson 9

* Remove Jinja2 example from workflow lesson

* Update image syntax in Workflow 101 Lesson 02

* Update image tag in Workflow 101 Lesson 3

* Remove italics from workflow 101 lessons

* Fix typo in zh/use-dify/tutorials/workflow-101/lesson-05.mdx

* Refine parameter types explanation in Workflow 101 lesson 6

* Refine Chinese text in Workflow 101 lesson 06

* Update Lesson 7: Enhance Workflows content

* Fix formatting in Workflow 101 Lesson 7

* Refine Chinese text in Workflow 101 lesson 8

* Refine instructions for Workflow 101 Lesson 08 test run

* Clarify the purpose of template conversion in Workflow 101 lesson 9

* Update Workflow 101 Lesson 10 image syntax

* Polish workflow 101 tutorials (en/zh) and add ja translation

* Update Workflow 101 lesson 1 content

* Fix formatting and update workflow creation instructions in Lesson 02

* Clarify multi-modal model description in Workflow 101 lesson 3

* Remove italics from workflow tutorial lessons

* Update Workflow 101 Lesson 6 prompt example

* Update formatting in Workflow 101 lesson 8

* Update Workflow 101 lesson 1 content

* Update zh/use-dify/tutorials/workflow-101/lesson-02.mdx content

* Refine Chinese text in Workflow 101 Lesson 3

* Refine RAG explanation in Workflow 101 Lesson 04

* Update zh/use-dify/tutorials/workflow-101/lesson-05.mdx content

* Update formatting in Workflow 101 Lesson 08

* final checks

* format and terminology fixes

---------

Co-authored-by: Anne <annezj92@gmail.com>
2026-03-11 15:42:44 +08:00
Riskey
41be33b22f Update publish-to-marketplace doc: add creator center submission details and sync zh/ja translations (#704) 2026-03-10 15:12:41 +08:00
Riskey
1f42a541b6 Update 30 min tutorial (#701)
* update based on user feedback

* update zh and ja docs

* modify based on feedback

* correct typos

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-09 17:49:41 +08:00
Riskey
ca8ad0dae4 add the publish to marketplace doc (#700) 2026-03-09 13:31:12 +08:00
lexmin0412
ed97c4837e docs(self-host): supplement missing workflow_based_app_execution queue for Worker service in local startup docs (#694)
* docs(self-host): supplement missing `workflow_based_app_execution` queue for Worker service in local startup docs

Update Chinese, English and Japanese versions of self-hosted documentation by adding the missing `workflow_based_app_execution` queue to the Celery worker startup command.

* add missing `dataset_summary` and `retention` queues to worker startup command

* add missing `dataset_summary` and `retention` queues to worker startup command

* add missing `dataset_summary` and `retention` queues to worker startup command

---------

Co-authored-by: Riskey <36894937+RiskeyL@users.noreply.github.com>
2026-03-06 22:22:57 +08:00
Riskey
212ca6b18f rewrite aws premium upgrade guide and fix minor issues (#695) 2026-03-05 13:44:20 +08:00
Riskey
a1985649f3 differentiate operationId for end-user api across app types (#692) 2026-03-01 22:08:36 +08:00
盐粒 Yanli
b7f1aab7b4 docs(api): add end-user lookup (#684)
* docs(api): add end-user lookup

* update zh and ja docs

---------

Co-authored-by: RiskeyL <7a8y@163.com>
2026-03-01 19:53:17 +08:00
TheButlerM
c2909cd5ee fix: typo in Key Concepts page (conversatio → conversation) (#689)
Fixes #687 - Missing 'n' in the word 'conversation' in the Conversation Variables section.

Co-authored-by: DebuggingMax <DebuggingMax@users.noreply.github.com>
2026-03-01 16:58:08 +08:00
Riskey
74428d2604 Add content related to the human input node (#667)
* draft

* revise based on hands-on testing

* modify based on feedback

* add zh and ja translation

* Update tip for referencing text output variable

Clarify the default behavior of the reasoning model output.

* Add translation note

Added a note about AI translation accuracy and referenced the English version for discrepancies.

* Update human-input.mdx with translation note

Add a note about AI translation accuracy and reference to the English version.

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update wording for clarity on model output display

---------

Co-authored-by: Riskey <riskey47@dify.ai>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-11 17:28:19 +08:00
FFXN
df83a9a07c feat: summary index for knowledge. (#670)
* feat: summary index for knowledge.

* feat: summary index for knowledge.

* align terminology

* add zh and ja translation

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2026-02-03 22:02:28 +08:00
Riskey
567e7e0068 Add content related to summary index (#678)
* draft: add content related to summary index

* refine the chunking configurations page

* Revise based on hands-on testing

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix formatting for URL and email removal section

---------

Co-authored-by: Riskey <riskey47@dify.ai>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-03 21:39:42 +08:00
Riskey
79f9ea9b03 Update TiDB-related content (#672)
Co-authored-by: Riskey <riskey47@dify.ai>
2026-01-27 14:44:33 +08:00
Zhedong Cen
96b1aeea62 Update environment variable docs for OceanBase and seekdb (#669)
* Update environment variable docs for OceanBase and SeekDB

Expanded supported DB_TYPE values to include 'oceanbase' and 'seekdb' in `environments.mdx`. Clarified that OceanBase vector database settings also apply to seekdb, and replaced placeholder/English-only Japanese and Chinese docs with full, auto-translated content including all environment variable explanations.

* Remove ja and zh docs

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2026-01-26 15:14:20 +08:00
Riskey
ff1f41e5e3 restore the api-extension-related docs (#663)
Co-authored-by: Riskey <riskey47@dify.ai>
2026-01-21 15:12:52 +08:00
Riskey
1a808c3456 Add JSON code content to the user input node page (#662)
Co-authored-by: Riskey <riskey47@dify.ai>
2026-01-14 14:12:49 +08:00
Riskey
9c78ce127d Fix/update introduction links (#661)
* fix the broken link for the en user input node

* replace the legacy link prefix for ja and zh introduction

* remove the redundant zh pages

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2026-01-09 21:37:52 +08:00
Riskey
dfe510bafb update the schedule trigger limit per workflow (#659)
Co-authored-by: Riskey <riskey47@dify.ai>
2026-01-08 15:53:15 +08:00
Jyong
fecc1138d5 fix(api): fix en/api-reference/openapi_knowledge.json (#657)
* fix(api): change reranking_mode to reranking_model in openapi_knowledge.json

* add reranking mode field

* update reranking mode description;  standardize rerank model terminology

---------

Co-authored-by: Zhiqiang Yang <58433399+yangzq50@users.noreply.github.com>
Co-authored-by: Riskey <riskey47@dify.ai>
2026-01-08 14:09:50 +08:00
Riskey
bac200d031 Refine images and indents; fix the wrong title of variable inspector page (#654)
* correct the variable inspect page title

* refine images and indents

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2026-01-04 12:46:01 +08:00
Riskey
2da8eb41f0 Temporarily remove the json code field from user input page (#651)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-30 15:46:22 +08:00
Riskey
2a734172c4 Add more notes about the extracted image url (#645)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-26 12:31:31 +08:00
Riskey
b47f31aa6b Update content related to editing subscriptions (#642)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-25 16:43:00 +08:00
Riskey
2da02258f4 Update content for boolean, boolean array, and object data type support; refine user input page (#640)
* Update content for boolean, boolean array, and object data type support; refine user input page

* correct format descriptions

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-24 22:51:00 +08:00
Riskey
59a18c8968 Optimize the knowledge retrieval page (#636)
* Optimize the knowledge retrieval page

* Modify some wording

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-24 21:54:58 +08:00
quicksand
9e278d65bf Update partial_member_list schema to require user_id objects across OpenAPI docs (#623) 2025-12-19 10:43:22 +08:00
Riskey
eafe25ce25 Remove outdated content related to conversation history variables (#621)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-17 18:08:47 +08:00
Riskey
5d7556d5f2 Refine docs based on readability, usability, and enterprise PM feedback (#619)
* Refine docs based on internal feedback

* update the zh and ja docs

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-16 19:37:13 +08:00
Riskey
212e616a02 Update the weaviate v4 migration docs and script (#616)
* updated docs and migration script

* update the dify version, add the migration script link, and improve formatting

---------

Co-authored-by: DhruvGorasiya <Dhruv.Gorasiya@student.csulb.edu>
Co-authored-by: kurokobo <2920259+kurokobo@users.noreply.github.com>
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-16 13:52:21 +08:00
Riskey
f258cdffcb correct the method type for the api that queries tags bound to a dataset (#614)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-12 17:42:34 +08:00
非法操作
18b4e1683d update local source develop guide (#596)
* update local source develop guide

* improve formatting and capitalization

* Update en/self-host/advanced-deployments/local-source-code.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* update the zh and jp docs

---------

Co-authored-by: Riskey <riskey47@dify.ai>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-12 16:01:33 +08:00
非法操作
57e04ab0b1 rm variable name of variable api (#595)
* rm variable name of variable api

* update zh and jp docs

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-12 14:53:38 +08:00
非法操作
bb1d1e0503 Fix the order number of the documents. (#594)
* Fix the order number of the documents.

* fix the zh and jp docs as well

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-12 14:13:19 +08:00
非法操作
6669cce727 add missing plugin logging (#593)
* add missing plugin logging

* Update en/develop-plugin/features-and-specs/plugin-types/plugin-logs.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update en/develop-plugin/features-and-specs/plugin-types/plugin-logs.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update en/develop-plugin/features-and-specs/plugin-types/plugin-logs.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* modify the file name to make it consistent with the doc title

* add zh and jp docs

* Fix log message severity level typos

* Fix typos

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Riskey <riskey47@dify.ai>
Co-authored-by: Riskey <36894937+RiskeyL@users.noreply.github.com>
2025-12-12 12:23:29 +08:00
heyszt
4bab66539c add Alibaba Cloud monitoring integration doc en (#604)
* add aliyun monitor doc en

Change-Id: I9f3758c13c6694c764ad356a0a5a02de7e9acc3f

* fix title

Change-Id: Ic464ab29ae7db00db4741d3d1f824ab87989223d

* Post-review fixes

* add zh and jp docs

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-12 11:28:19 +08:00
Riskey
0312ab8852 fix the migration script link (#607)
* fix the migration script link

* fix the inline reference

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-11 13:03:11 +08:00
Riskey
82f45309ca add the migrations script (#605)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-11 12:30:38 +08:00
Riskey
69193b4e9f Recover the original agent strategy docs from old docs repo (#602)
* recover the original agent strategy docs from old docs repo

* Adjust the navigation order of the plugin dev docs

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-09 19:33:50 +08:00
Riskey
b65aabc65e Add docs for multimodal embedding (#600)
* draft

* migrate from old docs repo

* adjust content based on experiencing the feature

* Improvements

* changes upon feedback

* refinements

* zh draft

* add plugin dev docs

* update old links

* add jp docs

* change the position of variables related to multimodal embedding in the environment variable doc

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-09 18:43:41 +08:00
Riskey
a189a5db67 update the note for when the frontend and backend run on different subdomains (#588)
* update the note for when the frontend and backend run on different subdomains

* Update en/self-host/quick-start/docker-compose.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Riskey <riskey47@dify.ai>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-06 00:36:39 +08:00
Riskey
153334c004 refactor the content (#586)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-05 23:46:18 +08:00
-LAN-
f5a953a7a7 docs(weaviate-v4-migration.mdx): Update weaviate migration guide (#582)
* docs(weaviate-v4-migration.mdx): Update weaviate migration guide

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Dhruv Gorasiya <80987415+DhruvGorasiya@users.noreply.github.com>

* Clarify the exact dify version; fix the  environment variable doc link; replace dify discord with dify forum

---------

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Dhruv Gorasiya <80987415+DhruvGorasiya@users.noreply.github.com>
Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-04 19:10:41 +08:00
Chenhe Gu
f1f025b75d consolidate plugin dev docs into main structure (#581)
* move files & renames

* rename files and doc entries

* sync develop plugin files

* update group label translations

* some cleanups

* update configs

* update links

* add remote debug doc

* delete redundant slashes and unnecessary notes

* update ja and zh links

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-04 16:28:47 +08:00
Hui Zhang
84bc14cc0b feat(docs):add docs for mysql adaptation (#577)
* feat(docs):add docs for mysql adaptation

* changes after review

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-12-03 16:21:09 +08:00
Riskey
4c18b24ce5 Restore some of the reverted commits (#579) 2025-12-02 20:10:36 +08:00
Chenhe Gu
f9c1a5f424 revert last 5 commits that may have caused landing page load error (#576)
* Revert last 5 commits

* revert last 5 commits
2025-12-02 13:42:20 +08:00