Skip to content
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

i18n(ko-KR): update 1.mdx #8320

Merged
merged 2 commits into from
May 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
i18n(ko-KR): update 1.mdx
jsparkdev committed May 17, 2024
commit 90fae0cb6d63d0e19105301ad35c5ffad68fca1c
2 changes: 1 addition & 1 deletion src/content/docs/ko/tutorial/4-layouts/1.mdx
Original file line number Diff line number Diff line change
@@ -146,7 +146,7 @@ import { Steps } from '@astrojs/starlight/components';

- 레이아웃이 공통 요소의 HTML 렌더링을 담당하도록 합니다.

- 다음을 포함하여 레이아웃에 의해 처리되기 때문에 해당 페이지에서 더 이상 렌더링을 담당하지 않는 항목을 각 페이지에서 삭제합니다.
- 각 페이지에서 다음을 항목들을 포함하여 레이아웃에 의해 처리되는 모든 항목을 제거합니다.

- HTML 요소
- 컴포넌트 및 가져오기 (imports)

Unchanged files with check annotations Beta

/** Generate a Starlight sidebar config object from our existing `nav.ts` files. */
export function makeSidebar(): StarlightSidebarConfig {
let currentSubGroup: Extract<StarlightSidebarConfig[number], { items: any }>;

Check warning on line 25 in config/sidebar.ts

GitHub Actions / Check for code issues with ESLint

Unexpected any. Specify a different type
return navTranslations.en.reduce((sidebar, item) => {
if ('header' in item) {
const newGroup = {