Skip to content

docs(tools-reference): fix stale feishu_comment.py path in zh-Hans locale - #71190

Closed
santhiprakash wants to merge 1 commit into
NousResearch:mainfrom
santhiprakash:docs/fix-stale-feishu-path-zh-hans
Closed

docs(tools-reference): fix stale feishu_comment.py path in zh-Hans locale#71190
santhiprakash wants to merge 1 commit into
NousResearch:mainfrom
santhiprakash:docs/fix-stale-feishu-path-zh-hans

Conversation

@santhiprakash

Copy link
Copy Markdown

Problem

The Chinese (zh-Hans) locale mirror of website/docs/reference/tools-reference.md (line 67) still references gateway/platforms/feishu_comment.py — a path that no longer exists. The feishu platform was migrated from gateway/platforms/ to plugins/platforms/feishu/, so the correct path is plugins/platforms/feishu/feishu_comment.py.

This is the same stale path that was already fixed in the English version of this doc page.

Triage / Root cause

The zh-Hans locale mirror was not updated when the English tools-reference.md was edited to reflect the feishu platform migration to the plugins directory.

Fix

Changed gateway/platforms/feishu_comment.pyplugins/platforms/feishu/feishu_comment.py on line 67 of the zh-Hans tools-reference locale mirror.

Verification

  • Confirmed plugins/platforms/feishu/feishu_comment.py exists on upstream/main (e0dfcf2)
  • Confirmed gateway/platforms/ has no feishu files
  • Confirmed no other stale gateway/platforms/feishu_comment.py references remain in any docs locale

…cale mirror

- Problem: The Chinese (zh-Hans) locale mirror of tools-reference.md still
  referenced gateway/platforms/feishu_comment.py — a path that no longer
  exists. The feishu platform was migrated to plugins/platforms/feishu/.
- Fix: Update the path to plugins/platforms/feishu/feishu_comment.py in the
  zh-Hans locale mirror, matching the fix already applied to the English
  version.
- Verification: Confirmed plugins/platforms/feishu/feishu_comment.py exists
  on origin/main (e0dfcf2); confirmed gateway/platforms/ has no feishu files.
@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have comp/plugins Plugin system and bundled plugins platform/feishu Feishu / Lark adapter labels Jul 25, 2026
@santhiprakash

Copy link
Copy Markdown
Author

Closing this PR: the target files no longer exist on the current main branch due to a major repository restructuring. The doc/code changes this PR addresses may already be fixed or are no longer applicable. Will verify and re-open a fresh PR if the issue persists on the restructured codebase.

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

Labels

comp/plugins Plugin system and bundled plugins P3 Low — cosmetic, nice to have platform/feishu Feishu / Lark adapter type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants