Skip to content

Commit 3469910

Browse files
committed
Revert "docs: generate llms.txt (#1912)"
This reverts commit 553a7e1. # Conflicts: # package.json # pnpm-lock.yaml
1 parent 2a3c78e commit 3469910

File tree

4 files changed

+0
-312
lines changed

4 files changed

+0
-312
lines changed

.vitepress/config.ts

Lines changed: 0 additions & 21 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 = '次世代フロントエンドツール'
@@ -479,25 +477,6 @@ export default defineConfig({
479477
'.gitlab-ci.yml': 'vscode-icons:file-type-gitlab',
480478
},
481479
}),
482-
llmstxt({
483-
ignoreFiles: ['blog/*', 'blog.md', 'index.md', 'team.md'],
484-
description: 'The Build Tool for the Web',
485-
details: `\
486-
- 💡 Instant Server Start
487-
- ⚡️ Lightning Fast HMR
488-
- 🛠️ Rich Features
489-
- 📦 Optimized Build
490-
- 🔩 Universal Plugin Interface
491-
- 🔑 Fully Typed APIs
492-
493-
Vite is a new breed of frontend build tooling that significantly improves the frontend development experience. It consists of two major parts:
494-
495-
- 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).
496-
497-
- A [build command](https://vite.dev/guide/build.md) that bundles your code with [Rollup](https://rollupjs.org), pre-configured to output highly optimized static assets for production.
498-
499-
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.`,
500-
}) as PluginOption,
501480
],
502481
optimizeDeps: {
503482
include: [

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"vite": "^6.3.5",
2424
"vitepress": "1.6.3",
2525
"vitepress-plugin-group-icons": "^1.5.2",
26-
"vitepress-plugin-llms": "^1.1.4",
2726
"vue": "^3.5.13",
2827
"yorkie": "^2.0.0"
2928
},

0 commit comments

Comments
 (0)