Skip to content
Merged
Show file tree
Hide file tree
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
52 changes: 51 additions & 1 deletion fundamentals/a11y/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,56 @@ export default defineConfig({
}
]
},
{
text: "접근성 개발 입문하기",
items: [
{
text: "시작하기",
link: "/basic-guide/overview"
},
{
text: "역할",
link: "/basic-guide/role"
},
{
text: "레이블",
link: "/basic-guide/label"
},
{
text: "상태",
link: "/basic-guide/state"
}
]
},
{
text: "UI 요소 별 접근성 기초",
items: [
{
text: "탭",
link: "/ui-foundation/tab"
},
{
text: "아코디언",
link: "/ui-foundation/accordion"
},
{
text: "모달",
link: "/ui-foundation/modal"
},
{
text: "라디오",
link: "/ui-foundation/radio"
},
{
text: "체크박스",
link: "/ui-foundation/checkbox"
},
{
text: "스위치",
link: "/ui-foundation/switch"
}
]
},
{
text: "실전 가이드",
items: [
Expand Down Expand Up @@ -279,7 +329,7 @@ export default defineConfig({
]
},
ssr: {
noExternal: ['vitepress-plugin-tabs']
noExternal: ["vitepress-plugin-tabs"]
}
}
});
Binary file added fundamentals/a11y/audios/a11y-audio.mp3
Binary file not shown.
Loading