Skip to content

Conversation

@krsy0411
Copy link
Collaborator

  • JSON 데이터를 public/ 경로로 이동
  • nav-component.tsbreadcrumb.ts 파일에서 해당 JSON 데이터를 응답으로 받아오도록 코드 수정

@krsy0411 krsy0411 requested a review from Copilot June 21, 2025 13:03
@krsy0411 krsy0411 self-assigned this Jun 21, 2025
@krsy0411 krsy0411 added the ui UI 작업 관련 label Jun 21, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

이 PR은 JSON 데이터의 경로를 수정하여 Docker 문서의 한국어 번역 프로젝트에서 내비게이션(nav-component.ts) 및 breadcrumb(breadcrumb.ts) 관련 데이터를 올바르게 로드할 수 있도록 개선하는 것을 목적으로 합니다.

  • JSON 데이터의 경로를 /src/data/... 에서 /data/... 로 변경
  • breadcrumb 관련 함수들을 비동기(async)로 수정하여 데이터 로딩을 제대로 처리함
  • main.ts에서 breadcrumb 초기화를 비동기 방식으로 호출하도록 수정

Reviewed Changes

Copilot reviewed 3 out of 6 changed files in this pull request and generated no comments.

File Description
src/scripts/main.ts breadcrumb 초기화를 async/await 방식으로 변경
src/scripts/components/nav-component.ts JSON 데이터의 경로를 수정하여 올바른 경로에서 데이터를 로드
src/scripts/breadcrumb.ts JSON 파일 로드를 위한 비동기 로직 추가 및 관련 함수 수정

@krsy0411 krsy0411 merged commit 49cdf1d into docker-ko:master Jun 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ui UI 작업 관련

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant