[Nit] Small docs fix, fixing img + folder name - #25171
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Greptile SummaryThis is a minor documentation-only PR that fixes image references and folder naming in the v1.83.3 release notes. Specifically, it adds the missing
Confidence Score: 5/5This PR is safe to merge — it is a documentation-only change with no code modifications. Both image files exist at the referenced relative paths. No logic, security, or functional changes are present. No issues were found. No files require special attention.
|
| Filename | Overview |
|---|---|
| docs/my-website/img/release_notes/mcp_toolsets.jpeg | New image asset added for MCP Toolsets section in the v1.83.3 release notes |
| docs/my-website/release_notes/v1.83.3/index.md | Release notes updated with correct image paths for skills_marketplace.png and mcp_toolsets.jpeg |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[v1.83.3 Release Notes\nindex.md] -->|references| B[img/release_notes/\nskills_marketplace.png]
A -->|references| C[img/release_notes/\nmcp_toolsets.jpeg]
B --> D[Renders correctly\nin docs site]
C --> D
Reviews (1): Last reviewed commit: "docs fix" | Re-trigger Greptile
There was a problem hiding this comment.
is there a general product page for this?
in 3 months, how will a user know about this?
* fix toolsets img * docs fix
* fix toolsets img * docs fix
[Nit] Small docs fix, fixing img
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
tests/test_litellm/directory, Adding at least 1 test is a hard requirement - see detailsmake test-unit@greptileaiand received a Confidence Score of at least 4/5 before requesting a maintainer reviewDelays in PR merge?
If you're seeing a delay in your PR being merged, ping the LiteLLM Team on Slack (#pr-review).
CI (LiteLLM team)
Branch creation CI run
Link:
CI run for the last commit
Link:
Merge / cherry-pick CI run
Links:
Type
🆕 New Feature
🐛 Bug Fix
🧹 Refactoring
📖 Documentation
🚄 Infrastructure
✅ Test
Changes