Skip to content

Commit baeac36

Browse files
committed
docs: UI 가이드 목차에 추가
1 parent 2068c61 commit baeac36

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

fundamentals/a11y/.vitepress/config.mts

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,35 @@ export default defineConfig({
141141
}
142142
]
143143
},
144+
{
145+
text: "UI 요소 별 접근성 기초",
146+
items: [
147+
{
148+
text: "탭",
149+
link: "/ui-foundation/tab"
150+
},
151+
{
152+
text: "아코디언",
153+
link: "/ui-foundation/accordion"
154+
},
155+
{
156+
text: "체크박스",
157+
link: "/ui-foundation/checkbox"
158+
},
159+
{
160+
text: "모달",
161+
link: "/ui-foundation/modal"
162+
},
163+
{
164+
text: "라디오",
165+
link: "/ui-foundation/radio"
166+
},
167+
{
168+
text: "스위치",
169+
link: "/ui-foundation/switch"
170+
}
171+
]
172+
},
144173
{
145174
text: "실전 가이드",
146175
items: [
@@ -279,7 +308,7 @@ export default defineConfig({
279308
]
280309
},
281310
ssr: {
282-
noExternal: ['vitepress-plugin-tabs']
311+
noExternal: ["vitepress-plugin-tabs"]
283312
}
284313
}
285314
});

0 commit comments

Comments
 (0)