Skip to content

Update 30 min tutorial#701

Merged
RiskeyL merged 4 commits intomainfrom
update/30-min-tutorial
Mar 9, 2026
Merged

Update 30 min tutorial#701
RiskeyL merged 4 commits intomainfrom
update/30-min-tutorial

Conversation

@RiskeyL
Copy link
Copy Markdown
Contributor

@RiskeyL RiskeyL commented Mar 9, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 9, 2026 09:15
@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Mar 9, 2026
@dosubot dosubot bot added the documentation Improvements or additions to documentation label Mar 9, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the “30-minute quick start” tutorial content across English, Chinese, and Japanese docs, modernizing the walkthrough structure (new “Before You Start” section, clearer step sequencing) and refreshing the screenshots/formatting to match the current UI and recommended workflow setup.

Changes:

  • Refactors tutorial layout and visuals (replaces raw <img> blocks with <Frame> + Markdown images; adds/updates multiple screenshots).
  • Adds a “Before You Start” section describing Dify Cloud signup, model provider setup, and default model configuration.
  • Updates workflow configuration guidance (parameter extractor instructions, iteration + structured output, template formatting, and revised test steps with sample inputs).

Reviewed changes

Copilot reviewed 3 out of 17 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
en/use-dify/getting-started/quick-start.mdx Restructures the English quick start tutorial, updates UI steps, screenshots, and testing instructions.
zh/use-dify/getting-started/quick-start.mdx Mirrors the updated tutorial flow and screenshots for the Chinese version.
ja/use-dify/getting-started/quick-start.mdx Mirrors the updated tutorial flow and screenshots for the Japanese version.
images/deeper_dive_user_message.png Adds a new screenshot for the “user message” configuration step.
images/deeper_dive_import_from_json.png Adds a new screenshot for importing JSON schema in structured output configuration.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +168 to +173
- No platforms found: [No platforms identified. Please enter a valid platform name.]

## EXAMPLES
- Input: "twitter, linkedin" → ["Twitter", "LinkedIn"]
- Input: "x and insta" → ["Twitter", "Instagram"]
- Input: "invalid content" → [No platforms identified. Please enter a valid platform name.]
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

参数提取器指令中要求输出 JSON 数组,但“未找到平台”的示例输出不是合法 JSON(错误消息没有用引号包裹)。请将错误消息作为字符串放入数组中(确保是合法 JSON),否则可能导致提取结果无法被可靠解析。

Suggested change
- No platforms found: [No platforms identified. Please enter a valid platform name.]
## EXAMPLES
- Input: "twitter, linkedin" → ["Twitter", "LinkedIn"]
- Input: "x and insta" → ["Twitter", "Instagram"]
- Input: "invalid content" → [No platforms identified. Please enter a valid platform name.]
- No platforms found: ["No platforms identified. Please enter a valid platform name."]
## EXAMPLES
- Input: "twitter, linkedin" → ["Twitter", "LinkedIn"]
- Input: "x and insta" → ["Twitter", "Instagram"]
- Input: "invalid content" → ["No platforms identified. Please enter a valid platform name."]

Copilot uses AI. Check for mistakes.
Comment on lines +168 to +173
- No platforms found: [No platforms identified. Please enter a valid platform name.]

## EXAMPLES
- Input: "twitter, linkedin" → ["Twitter", "LinkedIn"]
- Input: "x and insta" → ["Twitter", "Instagram"]
- Input: "invalid content" → [No platforms identified. Please enter a valid platform name.]
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

パラメータ抽出器の指示では JSON 配列を出力するよう求めていますが、「プラットフォームが見つからない」例の出力は文字列がクォートされておらず JSON として不正です。エラーメッセージは文字列として配列に入れ、常に有効な JSON になるよう修正してください。

Suggested change
- No platforms found: [No platforms identified. Please enter a valid platform name.]
## EXAMPLES
- Input: "twitter, linkedin" → ["Twitter", "LinkedIn"]
- Input: "x and insta" → ["Twitter", "Instagram"]
- Input: "invalid content" → [No platforms identified. Please enter a valid platform name.]
- No platforms found: ["No platforms identified. Please enter a valid platform name."]
## EXAMPLES
- Input: "twitter, linkedin" → ["Twitter", "LinkedIn"]
- Input: "x and insta" → ["Twitter", "Instagram"]
- Input: "invalid content" → ["No platforms identified. Please enter a valid platform name."]

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 17 changed files in this pull request and generated 9 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

github-actions bot added a commit that referenced this pull request Mar 9, 2026
Auto-generated translations for documentation changes in PR #701.

Last-Processed-Commit: cdb027b
Original-PR: #701
Languages: Chinese (zh), Japanese (ja)

🤖 Generated with GitHub Actions
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 9, 2026

🌐 Multi-language Sync

✅ Created sync PR #702

Synced 1 file to cn + jp

⚠️ 1 file failed:

  • ja/use-dify/getting-started/quick-start.mdx

Both PRs can merge independently. Future commits here will auto-update the sync PR.

@RiskeyL RiskeyL merged commit 1f42a54 into main Mar 9, 2026
6 checks passed
@RiskeyL RiskeyL deleted the update/30-min-tutorial branch March 16, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants