Skip to content

Commit e822f90

Browse files
committed
chore: 사이드바 구조 업데이트
1 parent cb2b98a commit e822f90

File tree

1 file changed

+66
-52
lines changed

1 file changed

+66
-52
lines changed

rspress.config.ts

Lines changed: 66 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ export default defineConfig({
5353
link: '/tutorial/review-prompt',
5454
position: 'left',
5555
},
56+
{
57+
text: '좋은 문서의 기준',
58+
link: '/docs-principle/review-prompt',
59+
position: 'left',
60+
},
5661
],
5762
sidebar: {
5863
'/': [
@@ -62,103 +67,112 @@ export default defineConfig({
6267
},
6368
{
6469
text: '튜토리얼',
70+
link: 'tutorial',
71+
},
72+
{
73+
text: '준비하기',
6574
items: [
6675
{
67-
text: '기본 문서 작성하기',
68-
link: '/tutorial/basic-documents',
76+
text: '소개',
77+
link: '/arrange/index',
6978
},
7079
{
71-
text: '문서 구조 만들기',
72-
link: '/tutorial/structure',
80+
text: '문서 유형 정하기',
81+
link: '/arrange/type',
7382
},
7483
{
75-
text: 'AI와 함께 쓰기',
76-
link: '/tutorial/review-prompt',
84+
text: '자료 모으기',
85+
link: '/arrange/material',
7786
},
7887
],
7988
},
8089
{
81-
text: 'Step 1. 문서 유형 정하기',
90+
text: 'AI와 함께 쓰기',
91+
collapsed: true,
8292
items: [
8393
{
8494
text: '소개',
85-
link: 'type/index',
86-
},
87-
{
88-
text: '학습을 위한 문서',
89-
link: '/type/learning',
95+
link: '/ai-writing/index',
9096
},
9197
{
92-
text: '문제 해결을 위한 문서',
93-
link: '/type/problem-solving',
98+
text: '규칙 만들기',
99+
link: '/ai-writing/rule',
94100
},
95101
{
96-
text: '참조를 위한 문서',
97-
link: '/type/reference',
102+
text: '페이지 목차 만들기',
103+
link: '/ai-writing/table-of-content',
98104
},
99105
{
100-
text: '깊은 이해를 위한 문서',
101-
link: '/type/explanation',
106+
text: '초안 작성하기',
107+
link: '/ai-writing/draft',
102108
},
103109
],
104110
},
105111
{
106-
text: 'Step 2. 정보 구조 만들기',
112+
text: '검토하기',
107113
collapsed: true,
108114
items: [
109115
{
110116
text: '소개',
111-
link: '/architecture/index',
112-
},
113-
{
114-
text: '한 페이지에서 하나만 다루기',
115-
link: '/architecture/one-thing-per-one-page',
116-
},
117-
{
118-
text: '가치를 먼저 제공하기',
119-
link: '/architecture/value-first-cost-later',
120-
},
121-
{
122-
text: '효과적인 제목 쓰기',
123-
link: '/architecture/heading',
117+
link: '/review/index',
124118
},
125119
{
126-
text: '개요 빠트리지 않기',
127-
link: '/architecture/overview',
120+
text: '스스로 검토하기',
121+
link: '/review/self',
128122
},
129123
{
130-
text: '예측 가능하게 하기',
131-
link: '/architecture/predictability',
124+
text: 'AI와 함께 리뷰하기',
125+
link: '/review/ai',
132126
},
133127
],
134128
},
135129
{
136-
text: 'Step 3. 문장 다듬기',
130+
text: '더 알아보기',
137131
collapsed: true,
138132
items: [
139133
{
140134
text: '소개',
141-
link: '/sentence/index',
142-
},
143-
{
144-
text: '문장의 주체를 분명하게 하기',
145-
link: '/sentence/subject',
146-
},
147-
{
148-
text: '필요한 정보만 남기기',
149-
link: '/sentence/compactness',
135+
link: '/supplement/index',
150136
},
151137
{
152-
text: '구체적으로 쓰기',
153-
link: '/sentence/concreteness',
138+
text: '시각자료 만들기',
139+
link: '/supplement/visual-material',
154140
},
155141
{
156-
text: '자연스러운 한국어 표현 쓰기',
157-
link: '/sentence/natural-kor-expression',
142+
text: '예제 코드 만들기',
143+
link: '/supplement/example-code',
158144
},
145+
],
146+
},
147+
{
148+
text: '좋은 문서의 기준',
149+
collapsed: true,
150+
items: [
159151
{
160-
text: '일관되게 쓰기',
161-
link: '/sentence/consistency',
152+
text: '가독성',
153+
items: [
154+
{
155+
text: '예시1',
156+
link: '/url'
157+
},
158+
{
159+
text: '예시2',
160+
link: '/url'
161+
}
162+
]
163+
},
164+
{
165+
text: '명확성',
166+
items: [
167+
{
168+
text: '예시3',
169+
link: '/url'
170+
},
171+
{
172+
text: '예시4',
173+
link: '/url'
174+
}
175+
]
162176
},
163177
],
164178
},

0 commit comments

Comments
 (0)