Commit Graph

35 Commits

Author SHA1 Message Date
Riskey
53c4c93b1e add docs for trigger (#504)
* draft

* draft

* draft

* refine dev docs

* almost

* update

* remove sys.file and sys.query; add sys.timestamp

* update the end node to output

* modify the introduction section of variable

* fix typo

* adjust image size

* remove unnecessary list

* feedback fix

* remove example

* feedback fix & add en/ja dev docs

* correct description

* fix typos

* replace UI text

* refinements & add zh-ja translation

* feedback fixes

* fix punctuation

* refine heading-reference

* typo

* adjust casing & remove sys.timestamp from chatflow

* Docs tools: 2 succeeded, some failed

Rename operation failed: - Lang 'zh': File 'dify-docs/plugin-dev-zh/0211-getting-started-dify-tool.mdx' - Renaming error: Unexpected error: 'str' object has no attribute 'get'
- Lang 'zh': File 'dify-docs/plugin-dev-zh/0222-datasource-plugin.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'zh': File 'dify-docs/plugin-dev-zh/0222-tool-oauth.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'zh': File 'dify-docs/plugin-dev-zh/0222-trigger-plugin.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'en': File 'dify-docs/plugin-dev-en/0211-getting-started-dify-tool.mdx' - Renaming error: Unexpected error: 'str' object has no attribute 'get'
- Lang 'en': File 'dify-docs/plugin-dev-en/0222-datasource-plugin.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'en': File 'dify-docs/plugin-dev-en/0222-tool-oauth.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'en': File 'dify-docs/plugin-dev-en/0222-trigger-plugin.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'ja': File 'dify-docs/plugin-dev-ja/0211-getting-started-dify-tool.mdx' - Renaming error: Unexpected error: 'str' object has no attribute 'get'
- Lang 'ja': File 'dify-docs/plugin-dev-ja/0222-datasource-plugin.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'ja': File 'dify-docs/plugin-dev-ja/0222-trigger-plugin.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).

---------

Co-authored-by: Riskey <riskey47@dify.ai>
Co-authored-by: alterxyz <88554920+alterxyz@users.noreply.github.com>
2025-10-30 21:11:33 +08:00
Riskey
c785efaf69 updates 2025-10-11 11:43:18 +08:00
Riskey
c13c061be3 fix the blank zh pages and refine 2025-10-10 18:57:25 +08:00
Anne
9c99d0e19c Update DSL Naming Issue in RAG Doc(EN) (#444)
* Add knowledge pipeline page

* Add page knowledge orchestration

* Complete en & zh version for knowledge pipeline

* renew en. version of knowledge pipeline

* Complete Ch and Jp

* Modify styles

* Update create-knowledge-pipeline.mdx

RAG related updates: Change DSL into Pipeline.

* Update create-knowledge-pipeline.mdx

* Update create-knowledge-pipeline.mdx

---------

Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
2025-09-04 22:06:59 +08:00
Chenhe Gu
3bf117c4e8 Merge pull request #387 from langgenius/docs/boolean-object-input-support
docs: add boolean and object input type support to workflow nodes
2025-08-27 16:42:05 +09:00
Hanqing Zhao
7bcd5d1968 Add jp vers. and modify formation issue 2025-08-11 19:40:12 +08:00
Yeuoly
5f57303221 docs: add boolean and object input type support to workflow nodes
- Add checkbox (boolean) and object input types to start node documentation
- Update conversation variables to support boolean and array[boolean] types
- Add boolean-specific operators (is/is not) to if/else node documentation
- Add array[boolean] operators (contains/not contains/empty checks) to if/else node
- Update all three languages: English, Chinese (zh-hans), and Japanese (ja-jp)

This change aligns with the core data type expansion PRD for Boolean & Object support.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-06 23:17:02 +08:00
Chen Yefan
99a76c57c8 Fix: Generalize tool customization language in agent.mdx
- Change 'MCP Tools' to 'Tools' in section headers
- Update description text to be tool-agnostic
- Applied to all three language versions: en, zh-hans, ja-jp
- Only 6 lines changed across 3 files
2025-07-29 15:27:45 +08:00
Hanqing Zhao
859d5c6156 Merge pull request #359 from Gmasterzhangxinyang/main
mcp modify
2025-07-28 15:25:15 +08:00
crazywoola
333faf4744 Merge pull request #358 from langgenius/HanqingZ-patch-1
Update agent.mdx
2025-07-28 15:24:22 +08:00
Bobby Zhang
7028be4df7 Update agent.mdx 2025-07-28 15:21:49 +08:00
Hanqing Zhao
808b644278 Update agent.mdx
Update images url
2025-07-28 15:11:30 +08:00
Hanqing Zhao
e712ebd239 Merge pull request #357 from Gmasterzhangxinyang/main
mcp
2025-07-28 15:08:28 +08:00
Hanqing Zhao
fb53a9d9d4 Update agent.mdx 2025-07-28 15:07:28 +08:00
Hanqing Zhao
bb17dcc880 Update agent.mdx 2025-07-28 14:27:47 +08:00
Bobby Zhang
4d810dacd9 Update agent.mdx 2025-07-28 13:54:47 +08:00
Alter-xyz
92cd35799a chore: apply new issues button 2025-07-16 16:42:34 +08:00
Fisher
eb236df692 Fix type errors in example code 2025-06-14 23:33:43 +08:00
AllenWriter
0f218b29df Fix: modify the page's automatic contribution feature 2025-06-03 11:06:43 +08:00
Jing Y.
2f1a095e3b Merge pull request #174 from langgenius/fix/rename-dify-docs
MV dify-docs-mintlify dify-docs
2025-05-29 11:40:04 +08:00
AllenWriter
ec34e552c8 Docs: fix error url 2025-05-29 11:21:19 +08:00
Jing Y.
494f7f6c8e Merge pull request #170 from HanqingZ/fix/jp-translation
Modify Japanese translation and layout
2025-05-29 11:12:58 +08:00
Hanqing Zhao
0bb90274c5 Modify Japanese translation and layout 2025-05-29 02:10:06 +08:00
ak2-lucky
6e61d6479c fix duplicate characters for http-request.mdx
fix duplicate characters
2025-05-28 15:03:38 +09:00
ak2-lucky
3f99a619c9 Update chinese to ja for tools.mdx
fix sentence from Chinese to Japanese.
2025-05-28 12:19:16 +09:00
zhanluxianshen
4d96dcf1de clean jinja describes.
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
2025-05-18 05:48:29 +08:00
Jing Y.
4de052bd5e docs: add "remove" 2025-05-15 22:23:17 +08:00
AllenWriter
7940791cbe Fix: remove unnecessary file 2025-05-06 10:55:34 +08:00
Alter-xyz
cb1908e0ae feat!: edit and feedback button(card) 2025-05-04 02:50:25 +08:00
AllenWriter
f1545f5101 Feat: add view option 2025-04-30 16:10:05 +08:00
AllenWriter
a7ea54c282 Docs: sync content from original repo 2025-04-28 16:12:04 +08:00
AllenWriter
5dfc184726 Docs: update environments 2025-04-24 17:16:59 +08:00
AllenWriter
6f82ad304b Docs: sync docs 4.22 2025-04-23 10:38:13 +08:00
AllenWriter
bf4158761f Feat: update image replace script 2025-03-28 14:47:50 +08:00
AllenWriter
cd658bce55 Feat: update redirect links 2025-03-27 20:22:32 +08:00