8000 feat(docs): add llms.txt · vue-macros/vue-macros@d25754e · GitHub
[go: up one dir, main page]

Skip to content

Commit d25754e

Browse files
committed
feat(docs): add llms.txt
1 parent 3227bb0 commit d25754e

File tree

5 files changed

+27
-0
lines changed

5 files changed

+27
-0
lines changed

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"esbuild",
3232
"foobaz",
3333
"interface",
34+
"llmstxt",
3435
"monoman",
3536
"mousemove",
3637
"neverthrow",

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"vite-plugin-vue-devtools": "catalog:",
2727
"vitepress": "catalog:",
2828
"vitepress-plugin-group-icons": "catalog:",
29+
"vitepress-plugin-llms": "catalog:",
2930
"vue": "catalog:",
3031
"vue-macros": "workspace:*"
3132
}

docs/vite.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ import {
1010
groupIconVitePlugin,
1111
localIconLoader,
1212
} from 'vitepress-plugin-group-icons'
13+
import llmstxt from 'vitepress-plugin-llms'
1314
import { githubLink } from '../macros/repo'
1415

1516
export default defineConfig({
1617
plugins: [
18+
llmstxt(),
1719
VueJsx(),
1820
Unocss(),
1921
Devtools(),

pnpm-lock.yaml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ catalog:
122122
vite-plugin-vue-devtools: ^7.7.2
123123
vitepress: ^2.0.0-alpha.2
124124
vitepress-plugin-group-icons: ^1.3.8
125+
vitepress-plugin-llms: ^0.0.8
125126
webpack: ^5.98.0
126127

127128
peerDependencyRules:

0 commit comments

Comments
 (0)
0