Restore devbox logo#2852
Merged
mikeland73 merged 2 commits intoJun 9, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR restores the Devbox logo and terminal demo assets that were removed with the docs site cleanup, and updates the README (and regeneration instructions) to reference the new asset locations.
Changes:
- Add restored logo SVGs (light/dark) under
assets/and update the README<picture>sources accordingly. - Add the README demo screencast SVG under
assets/and update the README image reference. - Update
scripts/gen_cast.pydocstring instructions to regenerate the demo SVG intoassets/.
Reviewed changes
Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/gen_cast.py | Updates regeneration instructions to output the demo SVG into assets/. |
| README.md | Updates logo and demo image references to point at assets/. |
| assets/devbox_logo_light.svg | Restores the light logo SVG under the new assets/ location. |
| assets/devbox_logo_dark.svg | Restores the dark logo SVG under the new assets/ location. |
| assets/devbox_demo.svg | Adds the README demo screencast SVG under the new assets/ location. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
The README contained a broken link to the project logo, which was deleted along with the rest of the documentation in #2724. This PR recovers the logo from a previous commit and moves it, along with the demo, to a new
assets/folder. The now-emptydocs/folder is removed and all image references are updated.How was it tested?
Verified that both the logo and the demo render in the README via GitHub Markdown preview.
Community Contribution License
All community contributions in this pull request are licensed to the project maintainers under the terms of the Apache 2 License.
By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the Community Contribution License.