Skip to content
Open
Changes from all commits
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
55 changes: 30 additions & 25 deletions fundamentals/debug/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const require = createRequire(import.meta.url);
export default defineConfig({
...sharedConfig,
title: "Debug Fundamentals",
description: "ν”„λ‘ νŠΈμ—”λ“œ μ ‘κ·Όμ„±μ˜ λͺ¨λ“  것",
description: "ν”„λ‘ νŠΈμ—”λ“œ λ””λ²„κΉ…μ˜ λͺ¨λ“  것",
ignoreDeadLinks: false,
base: "/debug/",
lastUpdated: true,
Expand Down Expand Up @@ -81,7 +81,10 @@ export default defineConfig({
text: "μ΅œλŒ€ν•œ κ°„λ‹¨ν•˜κ²Œ μž¬ν˜„ν•˜κΈ°",
link: "/pages/reproduce/simply.md"
},
{ text: "디버거와 μ½˜μ†”λ‘œκ·Έ ν™œμš©ν•˜κΈ°", link: "/pages/reproduce/debugger.md" },
{
text: "디버거와 μ½˜μ†”λ‘œκ·Έ ν™œμš©ν•˜κΈ°",
link: "/pages/reproduce/debugger.md"
},
{
text: "일반적인 λ²”μœ„μ—μ„œ λ²—μ–΄λ‚œ κ°’ μž¬ν˜„ν•˜κΈ°",
link: "/pages/reproduce/out-range.md"
Expand Down Expand Up @@ -131,16 +134,17 @@ export default defineConfig({
text: "디버깅 싀무 사둀",
items: [
{
text:"javascript",
items:[
text: "javascript",
items: [
{
text: "MAX_SAFE_INTEGER 정밀도 손싀",
link: "/pages/contribute/javascript/javascript_max_number_error_debug.md"
}]
text: "MAX_SAFE_INTEGER 정밀도 손싀",
link: "/pages/contribute/javascript/javascript_max_number_error_debug.md"
}
]
},
{
text:"react",
items:[
text: "react",
items: [
{
text: "BroadcastQueryClient SuspenseError",
link: "/pages/contribute/react/broadcast_suspense_error_debug.md"
Expand All @@ -152,8 +156,8 @@ export default defineConfig({
]
},
{
text:'ios',
items:[
text: "ios",
items: [
{
text: "iOS μ›Ήλ·° 이미지 μ—…λ‘œλ“œ μ‹œ νŽ˜μ΄μ§€κ°€ μƒˆλ‘œκ³ μΉ¨ λ˜λŠ” ν˜„μƒ",
link: "/pages/contribute/ios/ios_webview_image_upload_refresh_debug.md"
Expand All @@ -168,44 +172,45 @@ export default defineConfig({
}
]
},
{text:'android',
items:[
{
text: "android",
items: [
{
text: "Androidμ—μ„œ React Native λ²ˆλ“€ λ‘œλ”© μ‹œ SIGBUS ν¬λž˜μ‹œ",
link: "/pages/contribute/android/android_react_native_bundle_loading_sigbus_crash_debug.md"
},
}
]
},
{
text:'public',
items:[
text: "public",
items: [
{
text: "ν† μŠ€μ•„μ΄λ”” OG 이미지에 νƒ€μΈμ˜ ν”„λ‘œν•„μ΄ ν‘œμ‹œλ˜λŠ” ν˜„μƒ",
link: "/pages/contribute/public/tossid_og_image_other_profile_debug.md"
},
}
]
},
{
text:'compile',
items:[
text: "compile",
items: [
{
text: "ESLint/TSC νŒŒμ‹± μ½œμŠ€νƒ μ˜€λ²„ν”Œλ‘œμš°",
link: "/pages/contribute/compile/codegen_callstack_overflow_debug.md"
}
]
},
{
text:'yarn',
items:[
text: "yarn",
items: [
{
text: "Yarn Workspaceμ—μ„œ HMR이 λ™μž‘ν•˜μ§€ μ•ŠλŠ” ν˜„μƒ",
link: "/pages/contribute/yarn/yarn_workspace_hmr_debug.md"
},
}
]
},
{
text:'cursor',
items:[
text: "cursor",
items: [
{
text: "Cursorμ—μ„œ Biome ν¬λ§·νŒ…μ΄ λ™μž‘ν•˜μ§€ μ•ŠλŠ” ν˜„μƒ",
link: "/pages/contribute/cursor/cursor_biome_formatting_debug.md"
Expand All @@ -216,7 +221,7 @@ export default defineConfig({
]
}
]
},
}
}
},
markdown: {
Expand Down