Skip to content

Commit 35234f5

Browse files
SoliEstreclaude
andcommitted
docs: EstreUV VitePress site (packages/docs) — standalone, first pass
EstreUV 단독 docs 사이트 (사용자 결정: VitePress / 프레임워크별 단독 사이트 / 0.x 다지기). 페이지: home + guide(intro/getting-started/ components/lifecycle/intent/aliases/pairing) + tiles 갤러리 + API ref. EstreUV 중심, EstreUI 페어는 pairing 페이지에서 참조. - .vitepress/config.js: nav/sidebar/local search - entities@^7 devDep — monorepo 호이스팅 누락(@vue/compiler-core 가 요구하는 entities 미설치) 해결, 빌드 클린(9p, 8.84s) - CI: docs build 스텝 추가 - 도메인은 GA 직전 결정(보류 Q3) — 콘텐츠는 도메인 무관 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 57b980b commit 35234f5

15 files changed

Lines changed: 4754 additions & 1704 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ jobs:
3030
run: npm run test --workspace=packages/create-estreuv
3131
- name: playground pair-integration contract
3232
run: npm run test --workspace=packages/playground
33+
- name: docs build (VitePress)
34+
run: npm run build --workspace=packages/docs

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ coverage/
1010
*.pem
1111
packages/*/types/
1212
*.tsbuildinfo
13+
.vitepress/cache/
14+
.vitepress/dist/

0 commit comments

Comments
 (0)