feat: docs와 라이브 데모 추가 - #60
Merged
Merged
Conversation
Deploying lynx-console with
|
| Latest commit: |
849d4c4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://29b7de96.lynx-console.pages.dev |
| Branch Preview URL: | https://feat-docs-site.lynx-console.pages.dev |
eunjin11
force-pushed
the
feat/docs-site
branch
from
September 4, 2026 07:56
95ef072 to
849d4c4
Compare
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.
lynx-console.pages.dev한 도메인에서 문서와 예제 데모를 함께 서빙해요./,/ko//main.lynx.bundle/main.web.bundle,/async/*/demo/<lynx-view>호스트 셸 (홈에 iframe 으로 임베드)무엇을 했나
docs/워크스페이스 — Rspress 문서 사이트예요. 콘텐츠는docs/src/{en,ko}, 소개 · 시작하기 · 커스텀 탭 · 데모 · API 레퍼런스를 영/한 양쪽으로 썼어요.lynx://open딥링크를 뒀어요.docs/scripts/sync-demo.mjs가 example 빌드 산출물과 QR 을docs/src/public/으로 옮겨서, rspress 출력 하나에 문서와 번들이 같이 담겨요.HomeLayout을 교체했어요. 색은 CSS 변수 한 곳(docs/styles/global.css)에 모여 있어요.fetch: "lynx.fetch"define 을 추가했어요 (README 도 함께). 레포 루트에AGENTS.md를 두고 Rspress 스킬 2개를 설치했어요.확인한 것
ASSET_PREFIX를 넣은 클린 빌드에서 위 표의 모든 URL 이 200 이고, 번들에 배포 도메인이 정상적으로 박혀요fetch요청이 Network 탭에 기록돼요rspress dev와rspress build양쪽markdown.checkDeadLinks)머지 전에 필요한 설정
Cloudflare Pages 대시보드에서 Build output directory 를
website/doc_build→docs/doc_build로 바꿔야 해요. Build command(yarn build:site)와ASSET_PREFIX는 그대로예요.🤖 Generated with Claude Code