Skip to content

Commit 7b900a2

Browse files
committed
chore: url 링크 수정
1 parent e822f90 commit 7b900a2

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

rspress.config.ts

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,29 +45,29 @@ export default defineConfig({
4545
},
4646
{
4747
text: '튜토리얼',
48-
link: '/tutorial/basic-documents',
48+
link: '/tutorial',
4949
position: 'left',
5050
},
5151
{
5252
text: 'AI와 함께 쓰기',
53-
link: '/tutorial/review-prompt',
53+
link: '/ai-writing/index',
5454
position: 'left',
5555
},
5656
{
5757
text: '좋은 문서의 기준',
58-
link: '/docs-principle/review-prompt',
58+
link: '/metric/index',
5959
position: 'left',
6060
},
6161
],
6262
sidebar: {
6363
'/': [
6464
{
6565
text: '시작하기',
66-
link: 'overview',
66+
link: '/overview',
6767
},
6868
{
6969
text: '튜토리얼',
70-
link: 'tutorial',
70+
link: '/tutorial',
7171
},
7272
{
7373
text: '준비하기',
@@ -148,16 +148,20 @@ export default defineConfig({
148148
text: '좋은 문서의 기준',
149149
collapsed: true,
150150
items: [
151+
{
152+
text: '소개',
153+
link: '/metric/index',
154+
},
151155
{
152156
text: '가독성',
153157
items: [
154158
{
155159
text: '예시1',
156-
link: '/url'
160+
link: '/metric/1'
157161
},
158162
{
159163
text: '예시2',
160-
link: '/url'
164+
link: '/metric/2'
161165
}
162166
]
163167
},
@@ -166,11 +170,11 @@ export default defineConfig({
166170
items: [
167171
{
168172
text: '예시3',
169-
link: '/url'
173+
link: '/metric/3'
170174
},
171175
{
172176
text: '예시4',
173-
link: '/url'
177+
link: '/metric/4'
174178
}
175179
]
176180
},

0 commit comments

Comments
 (0)