mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
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>
This commit is contained in:
64
docs.json
64
docs.json
@@ -90,9 +90,24 @@
|
||||
"en/guides/workflow/key-concepts",
|
||||
"en/guides/workflow/variables",
|
||||
{
|
||||
"group": "Node Description",
|
||||
"group": "Nodes",
|
||||
"pages": [
|
||||
"en/guides/workflow/node/start",
|
||||
{
|
||||
"group": "Start",
|
||||
"pages": [
|
||||
"en/guides/workflow/node/start",
|
||||
"en/guides/workflow/node/user-input",
|
||||
{
|
||||
"group": "Trigger",
|
||||
"pages": [
|
||||
"en/guides/workflow/node/trigger",
|
||||
"en/guides/workflow/node/schedule-trigger",
|
||||
"en/guides/workflow/node/plugin-trigger",
|
||||
"en/guides/workflow/node/webhook-trigger"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"en/guides/workflow/node/end",
|
||||
"en/guides/workflow/node/answer",
|
||||
"en/guides/workflow/node/llm",
|
||||
@@ -514,7 +529,8 @@
|
||||
"plugin-dev-en/0222-debugging-logs",
|
||||
"plugin-dev-en/0222-tool-plugin",
|
||||
"plugin-dev-en/0222-tool-oauth",
|
||||
"plugin-dev-en/0222-datasource-plugin"
|
||||
"plugin-dev-en/0222-datasource-plugin",
|
||||
"plugin-dev-en/0222-trigger-plugin"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -730,9 +746,24 @@
|
||||
"zh-hans/guides/workflow/key-concept",
|
||||
"zh-hans/guides/workflow/variables",
|
||||
{
|
||||
"group": "节点说明",
|
||||
"group": "节点",
|
||||
"pages": [
|
||||
"zh-hans/guides/workflow/node/start",
|
||||
{
|
||||
"group": "开始",
|
||||
"pages": [
|
||||
"zh-hans/guides/workflow/node/start",
|
||||
"zh-hans/guides/workflow/node/user-input",
|
||||
{
|
||||
"group": "触发器",
|
||||
"pages": [
|
||||
"zh-hans/guides/workflow/node/trigger",
|
||||
"zh-hans/guides/workflow/node/schedule-trigger",
|
||||
"zh-hans/guides/workflow/node/plugin-trigger",
|
||||
"zh-hans/guides/workflow/node/webhook-trigger"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"zh-hans/guides/workflow/node/llm",
|
||||
"zh-hans/guides/workflow/node/knowledge-retrieval",
|
||||
"zh-hans/guides/workflow/node/question-classifier",
|
||||
@@ -1202,7 +1233,8 @@
|
||||
"plugin-dev-zh/0222-debugging-logs",
|
||||
"plugin-dev-zh/0222-tool-plugin",
|
||||
"plugin-dev-zh/0222-tool-oauth",
|
||||
"plugin-dev-zh/0222-datasource-plugin"
|
||||
"plugin-dev-zh/0222-datasource-plugin",
|
||||
"plugin-dev-zh/0222-trigger-plugin"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1419,7 +1451,22 @@
|
||||
{
|
||||
"group": "ノードの説明",
|
||||
"pages": [
|
||||
"ja-jp/guides/workflow/node/start",
|
||||
{
|
||||
"group": "開始",
|
||||
"pages": [
|
||||
"ja-jp/guides/workflow/node/start",
|
||||
"ja-jp/guides/workflow/node/user-input",
|
||||
{
|
||||
"group": "トリガー",
|
||||
"pages": [
|
||||
"ja-jp/guides/workflow/node/trigger",
|
||||
"ja-jp/guides/workflow/node/schedule-trigger",
|
||||
"ja-jp/guides/workflow/node/plugin-trigger",
|
||||
"ja-jp/guides/workflow/node/webhook-trigger"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"ja-jp/guides/workflow/node/end",
|
||||
"ja-jp/guides/workflow/node/answer",
|
||||
"ja-jp/guides/workflow/node/llm",
|
||||
@@ -1857,7 +1904,8 @@
|
||||
"plugin-dev-ja/0222-creating-new-model-provider",
|
||||
"plugin-dev-ja/0222-debugging-logs",
|
||||
"plugin-dev-ja/0222-tool-plugin",
|
||||
"plugin-dev-ja/0222-datasource-plugin"
|
||||
"plugin-dev-ja/0222-datasource-plugin",
|
||||
"plugin-dev-ja/0222-trigger-plugin"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user