-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: 03-pages > 01-building-your-application > 01-routing > index.mdx #341
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다~ 아래 리뷰 두 가지만 반영해주시면 되겠습니다!
--- | ||
|
||
The Pages Router has a file-system based router built on concepts of pages. When a file is added to the `pages` directory it's automatically available as a route. Learn more about routing in the Pages Router: | ||
Pages 라우터는 페이지 개념을 토대로 한 파일 시스템 기반의 라우터를 갖고 있습니다. 파일이 `pages` 디렉터리에 추가되면 자동으로 이를 라우트로써도 사용할 수 있습니다. Pages 라우터의 라우팅에 대해 더 알아보세요. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
directory
는 여기 리뷰에 따라서 디렉토리
로 통일되었습니다!
title: Routing | ||
description: Learn the fundamentals of routing for front-end applications with the Pages Router. | ||
title: 라우팅 | ||
description: Pages 라우터를 이용한 프론트 엔드 애플리케이션 라우팅의 기초들을 배워보세요. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
프론트 엔드
는 띄어쓰기 없이 작성하는 것이 어떨까요?
@Han-Kyeol 리뷰 이후 작업이 몇일 동안 이뤄지지 않아 9월 13일까지 작업이 없을 경우 이슈를 close하고 새로운 분에게 할당하겠습니다! |
기여자용
문서 개선
pnpm prettier-fix
를 실행하여 서식 문제를 해결합니다. - 문서 기여 가이드를 읽고 문서 지침을 따르는지 확인하세요: https://github.com/Nextjs-kr/Nextjs.ko/blob/main/packages/next/README.mdProgress
pnpm prettier-fix
Fixes #220