move openclaw icon to page to see if mintlify picks up on it#138
Merged
matthewlouisbrockman merged 3 commits intomainfrom Mar 3, 2026
Merged
move openclaw icon to page to see if mintlify picks up on it#138matthewlouisbrockman merged 3 commits intomainfrom
matthewlouisbrockman merged 3 commits intomainfrom
Conversation
… to pick up on it
Contributor
Author
|
picks up on inner not outer |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| <circle cx="75" cy="35" r="6" fill="#050810"/> | ||
| <circle cx="46" cy="34" r="2.5" fill="#00e5cc"/> | ||
| <circle cx="76" cy="34" r="2.5" fill="#00e5cc"/> | ||
| </svg> |
There was a problem hiding this comment.
Duplicate SVG file identical to existing one
Low Severity
The newly added openclaw-v2.svg is byte-for-byte identical to the existing openclaw.svg. The page icon in openclaw.mdx was changed to reference this duplicate file instead of the original, adding a redundant asset to the repository with no content difference.
Additional Locations (1)
beran-t
approved these changes
Mar 3, 2026
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.


puts openclaw icon on the openclaw page to see if mintlify picks up on it and puts into s3
Note
Low Risk
Low risk documentation-only change that updates icon URLs and adds a static SVG asset; main risk is broken/missing icons if the external S3 URL or new path is incorrect.
Overview
Updates OpenClaw icon handling in Mintlify docs by switching the
docs.jsonnavigation icon from a local/images/...path to a hosted S3 URL.Also moves the OpenClaw page frontmatter icon to a new local asset (
/images/icons/openclaw-v2.svg) and adds that new SVG to the repo.Written by Cursor Bugbot for commit 5be8b45. This will update automatically on new commits. Configure here.