Skip to content

Commit fd495c3

Browse files
committed
no llms currently
1 parent 9ecd08e commit fd495c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { footnote } from '@mdit/plugin-footnote';
99

1010
const TypeDocSidebar = await postProcessApiDocs();
1111

12-
import llmstxt from 'vitepress-plugin-llms';
12+
// import llmstxt from 'vitepress-plugin-llms';
1313
import { ViteImageOptimizer } from 'vite-plugin-image-optimizer';
1414
import {
1515
groupIconMdPlugin,
@@ -56,8 +56,8 @@ export default defineConfig({
5656

5757
vite: {
5858
plugins: [
59-
// @ts-expect-error bad types
60-
llmstxt(),
59+
// @\ts-expect-error bad types
60+
// llmstxt(),
6161
plugin,
6262
ViteImageOptimizer({
6363
// // Configure optimization options for different image formats

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ hero:
1414
- theme: alt
1515
text: Docs
1616
link: /api
17-
- theme: alt
18-
text: LLM Docs
19-
link: /llm-docs
17+
# - theme: alt
18+
# text: LLM Docs
19+
# link: /llm-docs
2020
# - theme: alt
2121
# text: Contributing
2222
# link: /guide/contributing/become-a-contributor

0 commit comments

Comments
 (0)