Files
mathuoandClaude Opus 4.8 dcbd83a117 Move README-referenced static assets to root-level static/ dir
The published package READMEs (dockview, dockview-core, dockview-react,
dockview-vue, dockview-angular, dockview-enterprise) embed brand and demo
images via GitHub raw links that pointed deep into packages/docs/static/img/.
That path is fragile: it lives inside the internal docs package and breaks if
the docs site is restructured.

Move the referenced assets (dockview-lockup-dark.svg, dockview-lockup-light.svg,
demo-hero.webp) to a root-level static/img/ directory and update every README
link (package READMEs use GitHub raw URLs, the root README uses relative paths)
to point there. Docusaurus is configured with staticDirectories to also serve
the root static/ dir, so the docs site continues to resolve /img/demo-hero.webp
unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XSp5iRUMcxwEoS2MeDL5rx
2026-07-20 21:20:34 +00:00
..