docs: 문서 홈·가이드 확장 및 README 간결화#17
Merged
Merged
Conversation
- index.mdx frontmatter(hero, features) 기반 홈 구성 - globalStyles 추가
- 전역 title/description을 @zpl-kit에 맞게 조정 - index.mdx에 og:title·description·url 보강
- themeConfig.socialLinks로 저장소 링크 연결
- 개요, react-zpl / zpl-core 역할 정리
- guide/_meta에 react-zpl 섹션·react-zpl-api 디렉터리 - 컴포넌트별 예시·Props 표 정리
- react-zpl 가이드로 내용 통합에 따른 중복 페이지 삭제
- 패키지 요약·한 줄 예시·프로젝트 구조·개발 스크립트 중심으로 정리 - 상세 API·zpl-core 예제·기술 스택·향후 계획은 문서로 위임
|
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.
📝 작업 내용
index.mdx)을 hero/features 레이아웃으로 정리하고,rspress.config.ts에 OG·Twitter 메타와 GitHub 소셜 링크를 반영했습니다.react-zpl-api에 ZplLabel·Text·Line·DiagonalLine·Circle·Ellipse·QrCode API 레퍼런스를 추가했습니다.zpl-core-react-adapter.mdx를 제거하고 가이드_meta.json사이드바를 정리했습니다.README.md는 문서 링크 중심으로 간결화했습니다(상세 API·긴 예제는 문서로 위임).docs/styles/index.css에 문서용 스타일을 소규모로 추가했습니다.🔍 변경 범위
apps/react-zpl- React ZPL 라이브러리docs- 문서 사이트tests- 테스트 코드demos- 데모 애플리케이션README.md📸 스크린샷 (선택사항)
문서 홈·가이드 레이아웃이 바뀌었습니다. 스크린샷은 첨부하지 않았으며,
pnpm docs:dev또는 GitHub Pages 배포에서 확인할 수 있습니다.📚 추가 정보
base경로는 기존과 동일하게/zpl-kit/입니다.