docs: add animated showcase GIFs and streamline READMEs

- Replace static overview.png with two animated GIFs (structural + domain views)
- Reorder READMEs: Features section before Quick Start
- Remove redundant sections (Why, Who is this for, duplicate feature entries)
- Move project structure/tech stack/dev commands to CONTRIBUTING.md
- Homepage: use Supabase-hosted MP4 videos via GitHub variables, GIF fallback
- Add DEMO_STRUCTURAL_VIDEO_URL and DEMO_DOMAIN_VIDEO_URL to deploy workflow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lum1104
2026-04-09 18:42:51 +08:00
co-authored by Claude Opus 4.6
parent 04972b63f6
commit 7e40b6d03a
12 changed files with 256 additions and 527 deletions
+3
View File
@@ -39,6 +39,9 @@ jobs:
- name: Build homepage
working-directory: homepage
run: pnpm build
env:
VITE_STRUCTURAL_VIDEO_URL: ${{ vars.DEMO_STRUCTURAL_VIDEO_URL }}
VITE_DOMAIN_VIDEO_URL: ${{ vars.DEMO_DOMAIN_VIDEO_URL }}
- name: Build core
run: pnpm --filter @understand-anything/core build