2025-12-25
요약 (AI 작성)
chrome-remote-devtools 문서화 작업이 대거 진행된 날. RSPress 기반 문서 사이트에 한국어/영어 i18n 구조를 구성하고, popup 콘솔 모드 문서 추가, GitHub Actions 배포 워크플로우 설정, DevTools 플레이그라운드 React 컴포넌트 추가 등이 이루어졌다. 서버 코드에서는 SocketServer를 별도 파일로 추출하고 HTTP 라우팅을 분리하는 리팩토링이 진행되었다. Inspector에서는 CSS truncate 적용과 devtools URL 빌더 추출이 이루어졌다. 총 PR 5건이 모두 머지되었다.
커밋
ohah/chrome-remote-devtools
- fix(docs): use base path in development environment
- chore: update lockfile
- chore(docs): remove unnecessary React dependencies
- fix(docs): improve stability and security
- chore: update lockfile
- fix(docs): remove dead links to deleted installation page
- refactor(docs): use RSPack plugin instead of copy config
- chore: update lockfile
- chore(docs): add client build step to GitHub Actions workflow
- refactor(docs): simplify playground to only show DevTools button
- feat(docs): add DevToolsPlayground React component
- feat(docs): add devtools-frontend and client.js copy and serve in RSPress
- docs(docs): align English documentation with Korean version
- docs(docs): remove troubleshooting section from English documentation
- docs(docs): add popup console mode documentation
- chore(deps): update lockfile for documentation dependencies
- chore(ci): add GitHub Actions workflow for docs deployment
- docs(content): update documentation descriptions
- docs(i18n): add Korean translation for all documentation
- docs(config): configure RSPress i18n with en/ko structure
- style(server): apply code formatting to socket-server.ts
- refactor(server): extract SocketServer to separate file and fix mutation
- style(server): apply code formatting
- refactor(server): extract helper methods and separate HTTP routing
- refactor(inspector): simplify title attribute in client table
- refactor(inspector): use CSS truncate and extract devtools URL builder