File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed
fundamentals/a11y/.vitepress Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff 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} ) ;
You can’t perform that action at this time.
0 commit comments