8000 fix: fix `llms.txt` generation by okineadev · Pull Request #940 · vue-macros/vue-macros · GitHub
[go: up one dir, main page]

Skip to content

fix: fix llms.txt generation #940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 25, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
move
  • Loading branch information
okineadev committed Mar 24, 2025
commit 76f08cc65801c6ccd409e9e168fe1ff9033c6c1f
8 changes: 0 additions & 8 deletions docs/.vitepress/config/index.ts
A338
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { transformerTwoslash } from '@shikijs/vitepress-twoslash'
import ts from 'typescript'
import { defineConfig } from 'vitepress'
import { groupIconMdPlugin } from 'vitepress-plugin-group-icons'
import llmstxt from 'vitepress-plugin-llms'
import VueMacrosPlugin from 'vue-macros/volar'
import { docsLink } from '../../../macros'
import { getLocaleConfig } from './theme'
Expand Down Expand Up @@ -72,11 +71,4 @@ export default defineConfig({
: []),
],
},
vite: {
plugins: [
llmstxt({
ignoreFiles: ['interactive/**/*', 'zh-CN/**/*', 'index.md'],
}),
],
},
})
4 changes: 4 additions & 0 deletions docs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ import {
groupIconVitePlugin,
localIconLoader,
} from 'vitepress-plugin-group-icons'
import llmstxt from 'vitepress-plugin-llms'
import { githubLink } from '../macros/repo'

export default defineConfig({
plugins: [
llmstxt({
ignoreFiles: ['interactive/**/*', 'zh-CN/**/*', 'index.md'],
}),
VueJsx(),
Unocss(),
Devtools(),
Expand Down
0