File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed
Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments