mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
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:
co-authored by
Claude Opus 4.6
parent
04972b63f6
commit
7e40b6d03a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user