Skip to content

Commit 321fcdd

Browse files
minuukangheeyozipjennybehan
authored
docs: 접근성 입문 가이드 및 UI 별 가이드 추가 (#677)
* docs: 접근성 입문 가이드 및 UI 별 가이드 추가 * docs: UI 가이드 목차에 추가 * docs: 탭 가이드 수정 * docs: 탭 가이드 수정 # Conflicts: # fundamentals/a11y/ui-foundation/tab.md * docs: 아코디언 문서 수정 * docs: 공백 수정 * docs: 입문 가이드 수정 * docs: 문서 포맷 수정 * docs: 리뷰 내용 반영 * 리뷰 반영 * 이미지 기본 크기 변경 * 아코디언과 모달은 기본 html 요소를 먼저 설명 * 각종 상태 추가 * docs: Update overview * fix: spacing * docs: rewriting * label 문서 체크박스류 제목 보강, 이미지 변경 * fix --------- Co-authored-by: heegenie <[email protected]> Co-authored-by: jennybehan <[email protected]>
1 parent ab9bcff commit 321fcdd

Some content is hidden

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

45 files changed

+1694
-12
lines changed

fundamentals/a11y/.vitepress/config.mts

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,56 @@ export default defineConfig({
141141
}
142142
]
143143
},
144+
{
145+
text: "접근성 개발 입문하기",
146+
items: [
147+
{
148+
text: "시작하기",
149+
link: "/basic-guide/overview"
150+
},
151+
{
152+
text: "역할",
153+
link: "/basic-guide/role"
154+
},
155+
{
156+
text: "레이블",
157+
link: "/basic-guide/label"
158+
},
159+
{
160+
text: "상태",
161+
link: "/basic-guide/state"
162+
}
163+
]
164+
},
165+
{
166+
text: "UI 요소 별 접근성 기초",
167+
items: [
168+
{
169+
text: "탭",
170+
link: "/ui-foundation/tab"
171+
},
172+
{
173+
text: "아코디언",
174+
link: "/ui-foundation/accordion"
175+
},
176+
{
177+
text: "모달",
178+
link: "/ui-foundation/modal"
179+
},
180+
{
181+
text: "라디오",
182+
link: "/ui-foundation/radio"
183+
},
184+
{
185+
text: "체크박스",
186+
link: "/ui-foundation/checkbox"
187+
},
188+
{
189+
text: "스위치",
190+
link: "/ui-foundation/switch"
191+
}
192+
]
193+
},
144194
{
145195
text: "실전 가이드",
146196
items: [
@@ -279,7 +329,7 @@ export default defineConfig({
279329
]
280330
},
281331
ssr: {
282-
noExternal: ['vitepress-plugin-tabs']
332+
noExternal: ["vitepress-plugin-tabs"]
283333
}
284334
}
285335
});
124 KB
Binary file not shown.

0 commit comments

Comments
 (0)