File tree Expand file tree Collapse file tree 3 files changed +296
-271
lines changed Expand file tree Collapse file tree 3 files changed +296
-271
lines changed Original file line number Diff line number Diff line change 4
4
groupIconVitePlugin ,
5
5
localIconLoader
6
6
} from 'vitepress-plugin-group-icons'
7
+ import llmstxt from 'vitepress-plugin-llms'
7
8
import { search as esSearch } from './es'
8
9
import { search as faSearch } from './fa'
9
10
import { search as koSearch } from './ko'
@@ -121,6 +122,10 @@ export const shared = defineConfig({
121
122
) ,
122
123
firebase : 'logos:firebase'
123
124
}
125
+ } ) ,
126
+ llmstxt ( {
127
+ workDir : 'en' ,
128
+ ignoreFiles : [ 'index.md' ]
124
129
} )
125
130
]
126
131
}
Original file line number Diff line number Diff line change 15
15
"open-cli" : " ^8.0.0" ,
16
16
"postcss-rtlcss" : " ^5.6.0" ,
17
17
"vitepress" : " workspace:*" ,
18
- "vitepress-plugin-group-icons" : " ^1.3.8"
18
+ "vitepress-plugin-group-icons" : " ^1.3.8" ,
19
+ "vitepress-plugin-llms" : " ^0.0.8"
19
20
}
20
21
}
You can’t perform that action at this time.
0 commit comments