Skip to content

dimensionalOS/dimos-docs-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dimos-docs-assets

Binary media (screenshots, plots, diagrams, video stills) displayed by the dimos documentation site.

The source copies are LFS-tracked in dimos under docs/**/assets/; this repo holds the serving copies as plain git blobs, because:

  • Mintlify does not fetch Git LFS objects, so LFS-tracked images render as broken pointer text on the published site.
  • Committing binaries directly to dimos bloats every checkout, and the largefiles_check pre-commit hook there rejects non-LFS files over 75 KB.
  • raw.githubusercontent.com serves plain blobs CDN-cached with no LFS bandwidth quota.

Layout

Paths mirror the docs/ tree in dimos, minus the docs/ prefix:

dimos:  docs/capabilities/navigation/assets/coverage.png
here:   capabilities/navigation/assets/coverage.png

Linking from docs

Reference assets with an absolute URL pinned to main:

![Coverage](https://raw.githubusercontent.com/dimensionalOS/dimos-docs-assets/main/capabilities/navigation/assets/coverage.png)

These URLs render both on GitHub and on the Mintlify site.

Rules

  • Never move, rename, or delete a published file: the docs URLs that point at it break silently. Add a new file instead and update the docs.
  • Updating an image in place is fine (same path, new content): the main URL picks it up; no docs change needed.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors