mirror of
https://github.com/mathuo/dockview
synced 2026-09-16 02:48:51 +00:00
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