Skip to content

Commit efc04de

Browse files
authored
Merge pull request #1238 from vitejs/update-deps
chore: remove vitepress-plugin-llms
2 parents 5427781 + 7d876f5 commit efc04de

File tree

3 files changed

+20
-307
lines changed

3 files changed

+20
-307
lines changed

.vitepress/config.ts

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import {
55
groupIconMdPlugin,
66
groupIconVitePlugin,
77
} from 'vitepress-plugin-group-icons'
8-
import llmstxt from 'vitepress-plugin-llms'
9-
import type { PluginOption } from 'vite'
108
import { buildEnd } from './buildEnd.config'
119

1210
const ogDescription = 'Next Generation Frontend Tooling'
@@ -513,26 +511,6 @@ export default defineConfig({
513511
'.gitlab-ci.yml': 'vscode-icons:file-type-gitlab',
514512
},
515513
}),
516-
// @ts-ignore
517-
llmstxt({
518-
ignoreFiles: ['blog/*', 'blog.md', 'index.md', 'team.md'],
519-
description: 'The Build Tool for the Web',
520-
details: `\
521-
- 💡 Instant Server Start
522-
- ⚡️ Lightning Fast HMR
523-
- 🛠️ Rich Features
524-
- 📦 Optimized Build
525-
- 🔩 Universal Plugin Interface
526-
- 🔑 Fully Typed APIs
527-
528-
Vite is a new breed of frontend build tooling that significantly improves the frontend development experience. It consists of two major parts:
529-
530-
- A dev server that serves your source files over [native ES modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules), with [rich built-in features](https://vite.dev/guide/features.md) and astonishingly fast [Hot Module Replacement (HMR)](https://vite.dev/guide/features.md#hot-module-replacement).
531-
532-
- A [build command](https://vite.dev/guide/build.md) that bundles your code with [Rollup](https://cn.rollupjs.org), pre-configured to output highly optimized static assets for production.
533-
534-
In addition, Vite is highly extensible via its [Plugin API](https://vite.dev/guide/api-plugin.md) and [JavaScript API](https://vite.dev/guide/api-javascript.md) with full typing support.`,
535-
}) as PluginOption,
536514
],
537515
optimizeDeps: {
538516
include: [

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"feed": "^5.0.1",
1414
"vitepress": "^1.6.3",
1515
"vitepress-plugin-group-icons": "^1.5.2",
16-
"vitepress-plugin-llms": "^1.1.4",
1716
"vue": "^3.5.13",
1817
"@types/node": "^20.9.2",
1918
"@type-challenges/utils": "^0.1.1",

0 commit comments

Comments
 (0)