File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,16 +55,16 @@ export const docs = [
5555 titleEn : 'Theme Customization' ,
5656 name : 'custom-theme' ,
5757 path : '/react/custom-theme' ,
58- component : ( ) => import ( '@tdesign/common/theme.md' ) ,
59- componentEn : ( ) => import ( '@tdesign/common/theme.en-US.md' ) ,
58+ component : ( ) => import ( '@tdesign/common/docs/web/ theme.md' ) ,
59+ componentEn : ( ) => import ( '@tdesign/common/docs/web/ theme.en-US.md' ) ,
6060 } ,
6161 {
6262 title : '深色模式' ,
6363 titleEn : 'Dark Mode' ,
6464 name : 'dark-mode' ,
6565 path : '/react/dark-mode' ,
66- component : ( ) => import ( '@tdesign/common/dark-mode.md' ) ,
67- componentEn : ( ) => import ( '@tdesign/common/dark-mode.en-US.md' ) ,
66+ component : ( ) => import ( '@tdesign/common/docs/ dark-mode.md' ) ,
67+ componentEn : ( ) => import ( '@tdesign/common/docs/ dark-mode.en-US.md' ) ,
6868 } ,
6969 ] ,
7070 } ,
You can’t perform that action at this time.
0 commit comments