docs(tools-reference): fix stale feishu_comment.py path - #71273
Closed
santhiprakash wants to merge 1 commit into
Closed
docs(tools-reference): fix stale feishu_comment.py path#71273santhiprakash wants to merge 1 commit into
santhiprakash wants to merge 1 commit into
Conversation
- Problem: website/docs/reference/tools-reference.md (EN + zh-Hans locale) references gateway/platforms/feishu_comment.py, which no longer exists. The Feishu platform was migrated to plugins/platforms/ per PR NousResearch#49408. - Fix: update the path to plugins/platforms/feishu/feishu_comment.py in both the English and Chinese locale mirrors. - Verification: confirmed plugins/platforms/feishu/feishu_comment.py exists on upstream/main; gateway/platforms/feishu_comment.py does not.
Author
|
Closing: target files were removed/restructured in upstream main. Will re-verify and re-ship against the new docs structure if the issue persists. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes a stale file path in the tools-reference documentation (English and Chinese locale mirrors).
The
feishu_doctoolset description referencesgateway/platforms/feishu_comment.py, which no longer exists. The Feishu platform was migrated fromgateway/platforms/toplugins/platforms/in PR #49408, so the correct path isplugins/platforms/feishu/feishu_comment.py.Related Issue
Self-sourced docs drift found by path verification against the current
mainbranch.Type of Change
Changes Made
website/docs/reference/tools-reference.md(line 67): updatedgateway/platforms/feishu_comment.py→plugins/platforms/feishu/feishu_comment.pywebsite/i18n/zh-Hans/.../reference/tools-reference.md(line 67): same fix in the Chinese locale mirrorHow to Test
git show plugins/platforms/feishu/feishu_comment.py— confirms the file exists at the new pathls gateway/platforms/feishu_comment.py— confirms the old path does not existgrep -r "gateway/platforms/feishu_comment" website/— confirms no remaining stale referencesChecklist
Code
pytest tests/ -qand all tests pass — N/A (docs-only)Documentation & Housekeeping
docs/, docstrings) — or N/Acli-config.yaml.exampleif I added/changed config keys — or N/ACONTRIBUTING.mdorAGENTS.mdif I changed architecture or workflows — or N/A