Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
llms.txt
llms-full.txt
1 parent da595c1 commit e15b456Copy full SHA for e15b456
docs/package.json
@@ -31,6 +31,7 @@
31
"unplugin-vue-components": "catalog:",
32
"vite-plugin-inspect": "catalog:",
33
"vitepress": "catalog:",
34
+ "vitepress-plugin-llms": "^0.0.16",
35
"vue": "catalog:"
36
}
37
docs/vite.config.ts
@@ -4,6 +4,7 @@ import Icons from 'unplugin-icons/vite'
4
import Components from 'unplugin-vue-components/vite'
5
import { defineConfig } from 'vite'
6
import Inspect from 'vite-plugin-inspect'
7
+import llmstxt from 'vitepress-plugin-llms'
8
9
export default defineConfig({
10
optimizeDeps: {
@@ -19,6 +20,12 @@ export default defineConfig({
19
20
},
21
22
plugins: [
23
+ llmstxt({
24
+ ignoreFiles: [
25
+ 'index.md',
26
+ 'README.md'
27
+ ],
28
+ }),
29
Components({
30
dirs: [
'./.vitepress/theme/components',
0 commit comments