Skip to content

Commit a40ab27

Browse files
Merge branch 'main' into style/main-page
2 parents df7d5ee + 2f03969 commit a40ab27

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+351
-293
lines changed

fundamentals/a11y/principles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ HTML 요소를 올바르게 감싸고 배치하는 건 접근성의 시작이에
2121
눈에 보이는 모습과 실제 동작이 일치해야 해요.
2222

2323
- [버튼의 역할과 동작이 일치하게 만들기](./predictability/fake-button.md)
24+
- [입력 요소는 <form> 으로 감싸기](./predictability/form.md)
2425

2526
## 4. 🌈 시각 정보에만 의존하지 않기
2627

fundamentals/debug/.vitepress/config.mts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ export default defineConfig({
2626
text: "시작하기",
2727
link: "/pages/introduce.md"
2828
},
29-
{
30-
text: "참여하기",
31-
link: "/pages/event.md"
32-
},
3329
{
3430
text: "효과적인 디버깅을 위한 4가지 단계",
3531
link: "/pages/start.md"
32+
},
33+
{
34+
text: "참여하기",
35+
link: "/pages/event.md"
3636
}
3737
]
3838
},
@@ -109,11 +109,11 @@ export default defineConfig({
109109
{
110110
text: "디버깅 실무 사례",
111111
items: [
112-
{ text: "기여하기", link: "/pages/experience/contribute.md" },
113112
{
114113
text: "Suspense Error 디버깅 _ 김형규",
115114
link: "/pages/experience/suspense_debug_by_hyungkyu.md"
116-
}
115+
},
116+
{ text: "기여하기", link: "/pages/experience/contribute.md" }
117117
]
118118
}
119119
]
@@ -181,7 +181,7 @@ export default defineConfig({
181181
]
182182
},
183183
ssr: {
184-
noExternal: ['vitepress-plugin-tabs']
184+
noExternal: ["vitepress-plugin-tabs"]
185185
}
186186
}
187187
});
855 KB
Loading
14.8 KB
Loading
25.4 KB
Loading
14.6 KB
Loading
17.4 KB
Loading
12.6 KB
Loading
8.3 KB
Loading
16.1 KB
Loading

0 commit comments

Comments
 (0)