fix: remove angle brackets from MCP docs server URL in 7 AI dev tool pages#3000
fix: remove angle brackets from MCP docs server URL in 7 AI dev tool pages#3000WhiteHades wants to merge 3 commits into
Conversation
Greptile SummaryThis PR removes stray angle brackets (
Confidence Score: 5/5Safe to merge — all changes are documentation-only, removing malformed angle brackets from a URL string in code snippets across 7 pages. Every change is a single-character-class removal of No files require special attention. Important Files Changed
Reviews (3): Last reviewed commit: "Merge branch 'main' into fix-remove-angl..." | Re-trigger Greptile |
What does this PR do?
removes stray angle brackets
<>wrapping the MCP docs server URL (https://mcp-for-docs.appwrite.io) in setup instructions across 7 AI dev tool pages. The brackets caused the URL to render incorrectly.Test Plan
No code was changed. visual/docs fix only.
Related PRs and Issues
N/A
Have you read the Contributing Guidelines on issues?
yes