docs(repo): remove orphaned pre-re-scope images/ folder (closes #113)#115
Merged
cagataycali merged 1 commit intoJun 19, 2026
Merged
Conversation
…ds-labs#113) The root images/ folder was outdated and orphaned. Nothing in the repo referenced these assets, and they had not been touched since the initial commit (44b5aab, 2026-02-04) -- predating the Isaac-only re-scope (strands-labs#8), the README/docs rewrite (strands-labs#72), and the MkDocs site. Removed: - images/architecture_overview.png (pre-re-scope legacy SimEnv design) - images/how_it_works_flow.png (superseded by mermaid diagrams) - images/libero_example.mp4 (old MuJoCo-era demo) The current architecture/flow visuals are rendered inline as mermaid diagrams in docs/index.md ("How it works") and docs/architecture.md. The docs site carries its own current assets under docs/assets/. Also updated NOTICE: the "Images and Media" stanza listed the three deleted files. Replaced with the current originals (docs/assets logo + inline mermaid diagrams) so the attribution stays accurate.
cagataycali
approved these changes
Jun 19, 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.
What changed
Removes the orphaned root
images/folder (~380 KB) and updatesNOTICEto match.
Deleted:
images/architecture_overview.pngimages/how_it_works_flow.pngimages/libero_example.mp4Edited:
NOTICE— the "Images and Media" stanza explicitly listed the threedeleted files. Replaced it with the current originals (
docs/assets/strands-logo.svgplus the inline Mermaid diagrams) so attribution stays accurate.
Why
These assets were outdated and orphaned:
README.md,docs/, orexamples/pointed at them. The only references in the tree were the now-deleted
NOTICElines (handled here). Theexamples/*matches forlibero_examplerefer to the deleted Python fileexamples/libero_example.py, not these image assets.44b5aab, 2026-02-04),predating the Isaac-only re-scope (Umbrella: re-scope robots-sim as the heavy NVIDIA simulation backends for strands-robots #8), the README/docs rewrite (R25: Documentation site (MkDocs Material + GitHub Pages) + README rewrite, mirroring strands-labs/robots (Isaac-only) #72),
and the MkDocs site.
as Mermaid diagrams in
docs/index.md("How it works") anddocs/architecture.md. The docs site has its own current assets underdocs/assets/. The PNGs/MP4 depict the pre-re-scope design (legacySimEnv;libero_example.mp4is an old MuJoCo-era demo) and don'treflect today's Isaac-Sim-plugin architecture.
Test surface
hatch run lint— passes (black, isort, flake8).hatch run test—203 passed, 33 skipped. No new failures.This is an asset/attribution-only change; no Python source paths touched.
Acceptance criteria
architecture and is referenced by the README/docs — the Mermaid
diagrams in
docs/index.md+docs/architecture.mdalready cover thearchitecture/flow visuals; no new static image was introduced.
Out-of-scope follow-ups
image and reference it from the README); we took the smaller correct
path (removal) since the Mermaid diagrams already cover the visuals.
Closes #113.
Project board: please move #113 to "In review" (board:
Strands Labs - Robots).