8000 fix(docs): fix `llms.txt` generation (#940) · vue-macros/vue-macros@e9d2b1c · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e9d2b1c

Browse files
authored
fix(docs): fix llms.txt generation (#940)
* fix: fix `llms.txt` generation * move
1 parent d25754e commit e9d2b1c

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

docs/vite.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ import { githubLink } from '../macros/repo'
1515

1616
export default defineConfig({
1717
plugins: [
18-
llmstxt(),
18+
llmstxt({
19+
ignoreFiles: ['interactive/**/*', 'zh-CN/**/*', 'index.md'],
20+
}),
1921
VueJsx(),
2022
Unocss(),
2123
Devtools(),

pnpm-lock.yaml

Lines changed: 6 additions & 6 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +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
125+
vitepress-plugin-llms: ^0.0.9
126126
webpack: ^5.98.0
127127

128128
peerDependencyRules:

0 commit comments

Comments
 (0)
0