Skip to content

docs: update RSS wizard guides for recipe ID auto-generation (#8cb82c2)#554

Open
Colin-XKL wants to merge 1 commit intodevfrom
docs-update-rss-wizard-id-generation-11660376846738385854
Open

docs: update RSS wizard guides for recipe ID auto-generation (#8cb82c2)#554
Colin-XKL wants to merge 1 commit intodevfrom
docs-update-rss-wizard-id-generation-11660376846738385854

Conversation

@Colin-XKL
Copy link
Owner

@Colin-XKL Colin-XKL commented Feb 24, 2026

User description

What Changed 💡

  • Updated Step 4 in html-to-rss.md (EN/ZH) to reflect auto-generation and refresh button.
  • Updated Step 4 in curl-to-rss.md (EN/ZH) to reflect auto-generation and refresh button.
  • Updated Step 4 in search-to-rss.md (EN/ZH) to reflect auto-generation and refresh button.

Why 📖

Recent code changes (#8cb82c2) introduced a feature to auto-generate the Recipe ID from the feed title using limax and added a refresh button in the UI. The documentation needed to be synced to explain this new behavior.

Files Updated

File Changes
doc-site/src/content/docs/en/guides/advanced/html-to-rss.md Updated Step 4
doc-site/src/content/docs/en/guides/advanced/curl-to-rss.md Updated Step 4
doc-site/src/content/docs/en/guides/advanced/search-to-rss.md Updated Step 4
doc-site/src/content/docs/zh/guides/advanced/html-to-rss.md Updated Step 4
doc-site/src/content/docs/zh/guides/advanced/curl-to-rss.md Updated Step 4
doc-site/src/content/docs/zh/guides/advanced/search-to-rss.md Updated Step 4

Verification 🔍

  • Build succeeds (pnpm build in doc-site)
  • Content verified for clarity and accuracy

PR created automatically by Jules for task 11660376846738385854 started by @Colin-XKL


PR Type

Documentation


Description

  • Updated Recipe ID documentation across six RSS wizard guides

  • Clarified auto-generation behavior with pre-filled IDs from feed titles

  • Added mention of Refresh icon for ID regeneration

  • Synchronized documentation for EN and ZH locales


Diagram Walkthrough

flowchart LR
  A["Recipe ID Documentation"] -->|"Updated Step 4"| B["HTML to RSS Guide"]
  A -->|"Updated Step 4"| C["Curl to RSS Guide"]
  A -->|"Updated Step 4"| D["Search to RSS Guide"]
  B -->|"EN & ZH versions"| E["Auto-generation & Refresh Icon"]
  C -->|"EN & ZH versions"| E
  D -->|"EN & ZH versions"| E
Loading

File Walkthrough

Relevant files
Documentation
curl-to-rss.md
Clarify auto-filled Recipe ID with refresh capability       

doc-site/src/content/docs/en/guides/advanced/curl-to-rss.md

  • Updated Step 4 Recipe Unique ID description
  • Changed from "automatically generated if left empty" to "automatically
    pre-filled with refresh option"
  • Clarified the Refresh icon functionality for ID regeneration
+1/-1     
html-to-rss.md
Clarify auto-filled Recipe ID with refresh capability       

doc-site/src/content/docs/en/guides/advanced/html-to-rss.md

  • Updated Step 4 Recipe Unique ID description
  • Changed from "automatically generated if left empty" to "automatically
    pre-filled with refresh option"
  • Clarified the Refresh icon functionality for ID regeneration
+1/-1     
search-to-rss.md
Clarify auto-filled Recipe ID with refresh capability       

doc-site/src/content/docs/en/guides/advanced/search-to-rss.md

  • Updated Step 4 Recipe ID description
  • Changed from "choose a unique identifier" to "automatically pre-filled
    with refresh option"
  • Clarified the Refresh icon functionality for ID regeneration
+1/-1     
curl-to-rss.md
Clarify auto-filled Recipe ID with refresh capability       

doc-site/src/content/docs/zh/guides/advanced/curl-to-rss.md

  • Updated Step 4 Recipe Unique ID description in Chinese
  • Changed from "if left empty, auto-generated from title" to "auto
    pre-filled with refresh option"
  • Clarified the Refresh icon (刷新 图标) functionality for ID regeneration
+1/-1     
html-to-rss.md
Clarify auto-filled Recipe ID with refresh capability       

doc-site/src/content/docs/zh/guides/advanced/html-to-rss.md

  • Updated Step 4 Recipe Unique ID description in Chinese
  • Changed from "if left empty, auto-generated from title" to "auto
    pre-filled with refresh option"
  • Clarified the Refresh icon (刷新 图标) functionality for ID regeneration
+1/-1     
search-to-rss.md
Clarify auto-filled Recipe ID with refresh capability       

doc-site/src/content/docs/zh/guides/advanced/search-to-rss.md

  • Updated Step 4 Recipe ID description in Chinese
  • Changed from "choose a unique identifier" to "auto pre-filled with
    refresh option"
  • Clarified the Refresh icon (刷新 图标) functionality for ID regeneration
+1/-1     

- Updated Step 4 in HTML, Curl, and Search to RSS guides (EN/ZH) to document the new auto-generation behavior and refresh button for Recipe IDs.
- Based on commit 8cb82c2.

Co-authored-by: Colin-XKL <49122401+Colin-XKL@users.noreply.github.com>
@vercel
Copy link

vercel bot commented Feb 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
feed-craft-admin Ready Ready Preview, Comment Feb 24, 2026 5:49am
feed-craft-doc Ready Ready Preview, Comment Feb 24, 2026 5:49am

@google-labs-jules
Copy link
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Feb 24, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates English and Chinese advanced RSS wizard guides (HTML to RSS, cURL to RSS, Search to RSS) so Step 4 accurately documents the new behavior where Recipe IDs are auto-pre-filled from the feed title and can be regenerated via a Refresh icon.

File-Level Changes

Change Details Files
Align Recipe ID description in all EN/ZH advanced RSS wizard guides with new auto pre-fill and Refresh icon behavior.
  • Replace prior guidance that IDs are generated only when left empty with text explaining they are automatically pre-filled from the feed title.
  • Document the presence of the Refresh icon to regenerate the Recipe ID from the title.
  • Apply the same wording pattern to HTML to RSS, cURL to RSS, and Search to RSS guides in both English and Chinese.
doc-site/src/content/docs/en/guides/advanced/html-to-rss.md
doc-site/src/content/docs/en/guides/advanced/curl-to-rss.md
doc-site/src/content/docs/en/guides/advanced/search-to-rss.md
doc-site/src/content/docs/zh/guides/advanced/html-to-rss.md
doc-site/src/content/docs/zh/guides/advanced/curl-to-rss.md
doc-site/src/content/docs/zh/guides/advanced/search-to-rss.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @Colin-XKL, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request synchronizes the documentation for the RSS wizard guides with recent UI changes. It clarifies how Recipe IDs are now automatically pre-filled from the feed title and introduces the option to regenerate them using a new refresh button, ensuring users have accurate and up-to-date instructions.

Highlights

  • Documentation Update: Updated the RSS wizard guides to reflect the new functionality of Recipe ID auto-generation from the feed title.
  • UI Feature Clarification: Included information about the new 'Refresh' button in the UI, allowing users to regenerate the Recipe ID.
  • Multi-language Support: Applied these documentation updates to both English and Chinese versions of the html-to-rss, curl-to-rss, and search-to-rss guides.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • doc-site/src/content/docs/en/guides/advanced/curl-to-rss.md
    • Updated the description for 'Recipe Unique ID' to include auto-filling from the feed title and the refresh icon.
  • doc-site/src/content/docs/en/guides/advanced/html-to-rss.md
    • Updated the description for 'Recipe Unique ID' to include auto-filling from the feed title and the refresh icon.
  • doc-site/src/content/docs/en/guides/advanced/search-to-rss.md
    • Updated the description for 'Recipe ID' to include auto-filling from the feed title and the refresh icon.
  • doc-site/src/content/docs/zh/guides/advanced/curl-to-rss.md
    • Updated the Chinese description for '食谱唯一 ID (Recipe Unique ID)' to include auto-filling from the feed title and the refresh icon.
  • doc-site/src/content/docs/zh/guides/advanced/html-to-rss.md
    • Updated the Chinese description for '食谱唯一 ID (Recipe Unique ID)' to include auto-filling from the feed title and the refresh icon.
  • doc-site/src/content/docs/zh/guides/advanced/search-to-rss.md
    • Updated the Chinese description for '配方 ID (Recipe ID)' to include auto-filling from the feed title and the refresh icon.
Activity
  • The pull request was automatically created by Jules for a task initiated by @Colin-XKL.
  • The build process was verified to succeed.
  • The content of the changes was verified for clarity and accuracy.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@qodo-code-review
Copy link
Contributor

ⓘ You are approaching your monthly quota for Qodo. Upgrade your plan

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-code-review
Copy link
Contributor

ⓘ You are approaching your monthly quota for Qodo. Upgrade your plan

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
Learned
best practice
Clarify auto-filled ID wording

Rephrase to avoid the contradictory “Choose …” wording since the ID is auto
pre-filled; describe it as a unique identifier that is pre-filled and optionally
regenerated.

doc-site/src/content/docs/en/guides/advanced/search-to-rss.md [44]

-1.  **Recipe ID**: Choose a unique identifier for this recipe (e.g., `search-ai-news`). It is automatically pre-filled from the feed title, and you can click the **Refresh** icon to regenerate it.
+1.  **Recipe ID**: A unique identifier for this recipe (e.g., `search-ai-news`). It is automatically pre-filled from the feed title, and you can click the **Refresh** icon to regenerate it.
  • Apply / Chat
Suggestion importance[1-10]: 6

__

Why:
Relevant best practice - Keep documentation wording consistent and unambiguous when describing auto-generated/auto-filled identifiers (avoid implying required manual choice when the UI pre-fills values).

Low
  • More

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates several documentation files to reflect the new auto-generation feature for Recipe IDs. The changes are generally good and clear. However, in the search-to-rss.md guides (both English and Chinese), an important detail about the Recipe ID being part of the feed's URL was removed. I've added comments with suggestions to restore this information for user clarity. The other file updates are correct.

### Step 4: Save Recipe

1. **Recipe ID**: Choose a unique identifier for this recipe (e.g., `search-ai-news`). This will be part of your feed URL.
1. **Recipe ID**: Choose a unique identifier for this recipe (e.g., `search-ai-news`). It is automatically pre-filled from the feed title, and you can click the **Refresh** icon to regenerate it.
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The previous version of this line mentioned that the Recipe ID is part of the feed URL. This is important context for the user, especially since the 'Accessing Your Feed' section below shows the URL structure with {recipe-unique-id}. This information has been removed in the update. I suggest re-introducing it for clarity.

Suggested change
1. **Recipe ID**: Choose a unique identifier for this recipe (e.g., `search-ai-news`). It is automatically pre-filled from the feed title, and you can click the **Refresh** icon to regenerate it.
1. **Recipe ID**: Choose a unique identifier for this recipe (e.g., `search-ai-news`), which will be part of your feed URL. It is automatically pre-filled from the feed title, and you can click the **Refresh** icon to regenerate it.

### 第四步:保存配方 (Save Recipe)

1. **配方 ID (Recipe ID)**:为此配方选择一个唯一的标识符(例如 `search-ai-news`)。这将成为你订阅源 URL 的一部分
1. **配方 ID (Recipe ID)**:为此配方选择一个唯一的标识符(例如 `search-ai-news`)。它会根据订阅源标题自动预填充,你也可以点击 **刷新** 图标重新生成
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Similar to the English version of this file, the previous version of this line mentioned that the Recipe ID is part of the feed URL ('这将成为你订阅源 URL 的一部分'). This is important context for the user, especially since the '访问你的订阅源' section below shows the URL structure with {recipe-unique-id}. This information has been removed in the update. I suggest re-introducing it for clarity.

Suggested change
1. **配方 ID (Recipe ID)**:为此配方选择一个唯一的标识符(例如 `search-ai-news`)。它会根据订阅源标题自动预填充,你也可以点击 **刷新** 图标重新生成。
1. **配方 ID (Recipe ID)**:为此配方选择一个唯一的标识符(例如 `search-ai-news`,它将成为你订阅源 URL 的一部分。它会根据订阅源标题自动预填充,你也可以点击 **刷新** 图标重新生成。

@coderabbitai
Copy link

coderabbitai bot commented Feb 24, 2026

Walkthrough

Documentation updates clarify the Recipe Unique ID behavior across multiple advanced guide files in both English and Chinese. The changes specify that the Recipe ID is automatically pre-filled from the feed title and can be regenerated via a Refresh icon, replacing previous wording about auto-generation when left empty.

Changes

Cohort / File(s) Summary
English Advanced Guides
doc-site/src/content/docs/en/guides/advanced/curl-to-rss.md, doc-site/src/content/docs/en/guides/advanced/html-to-rss.md, doc-site/src/content/docs/en/guides/advanced/search-to-rss.md
Updated Recipe Unique ID description to clarify it is automatically pre-filled from the feed title and can be regenerated by clicking the Refresh icon.
Chinese Advanced Guides
doc-site/src/content/docs/zh/guides/advanced/curl-to-rss.md, doc-site/src/content/docs/zh/guides/advanced/html-to-rss.md, doc-site/src/content/docs/zh/guides/advanced/search-to-rss.md
Updated Recipe Unique ID (食谱唯一 ID) description to indicate automatic pre-filling from feed title and Refresh icon regeneration capability, replacing previous auto-generation language.

Possibly related PRs

Poem

📚 A recipe refined, with clarity divine,
The ID pre-fills, no need to define,
A refresh button click to start anew,
Guides now glow with knowledge true,
Documentation blooms in languages two! 🌍

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: updating documentation for RSS wizard guides to reflect the new recipe ID auto-generation feature.
Description check ✅ Passed The description is comprehensive and directly related to the changeset, detailing what changed, why it changed, which files were updated, and verification steps performed.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs-update-rss-wizard-id-generation-11660376846738385854

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 3

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
doc-site/src/content/docs/en/guides/advanced/html-to-rss.md (1)

60-66: 🛠️ Refactor suggestion | 🟠 Major

Use <Steps> for the multi-step instructions.

Step 4 enumerates multiple actions; per guidelines, multi-step instructions should use the <Steps> component.
As per coding guidelines: “Use the <Steps> component for multi-step instructions (e.g., deployment or configuration) in Starlight documentation.”

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@doc-site/src/content/docs/en/guides/advanced/html-to-rss.md` around lines 60
- 66, The "Step 4: Save Recipe" section is a multi-action instruction and should
be converted to use the <Steps> component; replace the plain heading and bullet
list under "Step 4: Save Recipe" with a <Steps> block that contains each action
as a step (e.g., generate a step for setting the Recipe Unique ID, a step for
Internal Description, and any note about the Refresh icon), ensuring you
preserve the existing text (including the example `tech-blog-feed` and the
Refresh icon mention) inside individual <Steps> items so the documentation
follows the Starlight guideline to "Use the <Steps> component for multi-step
instructions."
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@doc-site/src/content/docs/en/guides/advanced/search-to-rss.md`:
- Around line 42-46: Update the zh-tw variant under the "### Step 4: Save
Recipe" section so the "Recipe ID" bullet matches the en/zh text: replace the
outdated sentence "這將成為你訂閱源 URL 的一部分" with the equivalent of
"它會自動從訂閱標題預填,您也可以點擊【刷新】圖示重新產生" (i.e., indicate automatic pre-fill from the feed
title and the Refresh icon to regenerate); keep the other bullets ("Internal
Description" and "Click Confirm & Save") unchanged and ensure the "Recipe ID"
label and example (e.g., search-ai-news) mirror the en/zh wording and
formatting.

In `@doc-site/src/content/docs/zh/guides/advanced/curl-to-rss.md`:
- Line 66: Replace the Chinese term "食谱" with the standardized term "配方" in the
sentence that currently reads "食谱唯一 ID (Recipe Unique ID)"; locate the string
"食谱唯一 ID (Recipe Unique ID)" in the curl-to-rss.md content and change it to
"配方唯一 ID (Recipe Unique ID)" so the documentation consistently uses "Recipe
(配方)" per guidelines.

In `@doc-site/src/content/docs/zh/guides/advanced/html-to-rss.md`:
- Line 64: Replace the Chinese term “食谱” with the standard term “配方” in the
sentence containing "食谱唯一 ID (Recipe Unique ID)"; update the text to read “配方唯一
ID (Recipe Unique ID)” and ensure any adjacent occurrences (e.g., the phrase
about auto-filling from the feed title and the “刷新” icon description) use “配方”
consistently to match the project's terminology for Recipe/配方.

---

Outside diff comments:
In `@doc-site/src/content/docs/en/guides/advanced/html-to-rss.md`:
- Around line 60-66: The "Step 4: Save Recipe" section is a multi-action
instruction and should be converted to use the <Steps> component; replace the
plain heading and bullet list under "Step 4: Save Recipe" with a <Steps> block
that contains each action as a step (e.g., generate a step for setting the
Recipe Unique ID, a step for Internal Description, and any note about the
Refresh icon), ensuring you preserve the existing text (including the example
`tech-blog-feed` and the Refresh icon mention) inside individual <Steps> items
so the documentation follows the Starlight guideline to "Use the <Steps>
component for multi-step instructions."

ℹ️ Review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8cb82c2 and 7b98381.

📒 Files selected for processing (6)
  • doc-site/src/content/docs/en/guides/advanced/curl-to-rss.md
  • doc-site/src/content/docs/en/guides/advanced/html-to-rss.md
  • doc-site/src/content/docs/en/guides/advanced/search-to-rss.md
  • doc-site/src/content/docs/zh/guides/advanced/curl-to-rss.md
  • doc-site/src/content/docs/zh/guides/advanced/html-to-rss.md
  • doc-site/src/content/docs/zh/guides/advanced/search-to-rss.md

Comment on lines 42 to 46
### Step 4: Save Recipe

1. **Recipe ID**: Choose a unique identifier for this recipe (e.g., `search-ai-news`). This will be part of your feed URL.
1. **Recipe ID**: Choose a unique identifier for this recipe (e.g., `search-ai-news`). It is automatically pre-filled from the feed title, and you can click the **Refresh** icon to regenerate it.
2. **Internal Description**: Notes for yourself about this recipe.
3. Click **Confirm & Save**.
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Find all language variants of search-to-rss.md
echo "=== Finding all language variants of search-to-rss.md ==="
fd -t f "search-to-rss.md" doc-site/src/content/docs/

echo -e "\n=== Checking en version (lines 40-48) ==="
sed -n '40,48p' doc-site/src/content/docs/en/guides/advanced/search-to-rss.md

echo -e "\n=== Checking zh-tw version (lines 40-48) ==="
if [ -f "doc-site/src/content/docs/zh-tw/guides/advanced/search-to-rss.md" ]; then
  sed -n '40,48p' doc-site/src/content/docs/zh-tw/guides/advanced/search-to-rss.md
else
  echo "File not found"
fi

echo -e "\n=== Checking zh version (lines 40-48) ==="
if [ -f "doc-site/src/content/docs/zh/guides/advanced/search-to-rss.md" ]; then
  sed -n '40,48p' doc-site/src/content/docs/zh/guides/advanced/search-to-rss.md
else
  echo "File not found"
fi

echo -e "\n=== Full file check - en version ==="
wc -l doc-site/src/content/docs/en/guides/advanced/search-to-rss.md

Repository: Colin-XKL/FeedCraft

Length of output: 1432


Fix zh-tw documentation to match en and zh versions.

The zh-tw variant at doc-site/src/content/docs/zh-tw/guides/advanced/search-to-rss.md (lines 42-46) contains outdated content that does not match the en and zh versions. The zh-tw version currently states "這將成為你訂閱源 URL 的一部分" (becomes part of feed URL), but the updated en version specifies "It is automatically pre-filled from the feed title, and you can click the Refresh icon to regenerate it." The zh version is correctly synced. Per documentation requirements, all language versions must be updated simultaneously.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@doc-site/src/content/docs/en/guides/advanced/search-to-rss.md` around lines
42 - 46, Update the zh-tw variant under the "### Step 4: Save Recipe" section so
the "Recipe ID" bullet matches the en/zh text: replace the outdated sentence
"這將成為你訂閱源 URL 的一部分" with the equivalent of "它會自動從訂閱標題預填,您也可以點擊【刷新】圖示重新產生" (i.e.,
indicate automatic pre-fill from the feed title and the Refresh icon to
regenerate); keep the other bullets ("Internal Description" and "Click Confirm &
Save") unchanged and ensure the "Recipe ID" label and example (e.g.,
search-ai-news) mirror the en/zh wording and formatting.

审查你的配置并将其保存为永久食谱。

- **食谱唯一 ID (Recipe Unique ID)**:此订阅源配置的唯一标识符(例如 `my-custom-api-feed`)。如果留空,将自动根据订阅源标题生成
- **食谱唯一 ID (Recipe Unique ID)**:此订阅源配置的唯一标识符(例如 `my-custom-api-feed`)。它会根据订阅源标题自动预填充,你也可以点击 **刷新** 图标重新生成
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

统一术语为“配方”而非“食谱”。

此行使用“食谱”,与规范要求的 Recipe(配方)不一致,建议替换为“配方”。
As per coding guidelines: “Use 'AtomCraft' … and 'Recipe' (配方) consistently across all documentation.”

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@doc-site/src/content/docs/zh/guides/advanced/curl-to-rss.md` at line 66,
Replace the Chinese term "食谱" with the standardized term "配方" in the sentence
that currently reads "食谱唯一 ID (Recipe Unique ID)"; locate the string "食谱唯一 ID
(Recipe Unique ID)" in the curl-to-rss.md content and change it to "配方唯一 ID
(Recipe Unique ID)" so the documentation consistently uses "Recipe (配方)" per
guidelines.

审查你的配置并将其保存为永久食谱。

- **食谱唯一 ID (Recipe Unique ID)**:此订阅源配置的唯一标识符(例如 `tech-blog-feed`)。如果留空,将自动根据订阅源标题生成
- **食谱唯一 ID (Recipe Unique ID)**:此订阅源配置的唯一标识符(例如 `tech-blog-feed`)。它会根据订阅源标题自动预填充,你也可以点击 **刷新** 图标重新生成
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

统一术语为“配方”而非“食谱”。

此行使用“食谱”,与规范要求的 Recipe(配方)不一致,建议替换为“配方”。
As per coding guidelines: “Use 'AtomCraft' … and 'Recipe' (配方) consistently across all documentation.”

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@doc-site/src/content/docs/zh/guides/advanced/html-to-rss.md` at line 64,
Replace the Chinese term “食谱” with the standard term “配方” in the sentence
containing "食谱唯一 ID (Recipe Unique ID)"; update the text to read “配方唯一 ID
(Recipe Unique ID)” and ensure any adjacent occurrences (e.g., the phrase about
auto-filling from the feed title and the “刷新” icon description) use “配方”
consistently to match the project's terminology for Recipe/配方.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant