chore(docs): Rspress v1 → v2 마이그레이션#11
Merged
Merged
Conversation
- @rspress/core ^2.0.0으로 업그레이드, rspress 패키지 제거 - rspress.config.ts import를 @rspress/core로 변경 - index.mdx dead link 수정 (/guides/ → /guide/) - doc_build 빌드 산출물 제거
- _meta.json을 _nav.json으로 이름 변경 - themeConfig.nav, themeConfig.sidebar 제거 (file-based 사용)
- docs/AGENTS.md: Rspress AI 가이드 기반 에이전트 규칙 - CLAUDE.md: docs/AGENTS.md 참조
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 작업 내용
docs를 Rspress v1 → v2로 마이그레이션했습니다. 라이브 데모(
@live-demo/rspress) 도입 전 선행 작업입니다.rspress제거,@rspress/core ^2.0.0rspress/config→@rspress/coreimport_meta.json→_nav.json, themeConfig.nav/sidebar 제거 (file-based)/guides/getting-started→/guide/getting-started🔍 변경 범위
docs- 문서 사이트apps/react-zpl- React ZPL 라이브러리tests- 테스트 코드demos- 데모 애플리케이션📸 스크린샷 (선택사항)
📚 추가 정보
pnpm docs:build검증 완료 (Rspress v2.0.5)