File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { footnote } from '@mdit/plugin-footnote';
99
1010const TypeDocSidebar = await postProcessApiDocs ( ) ;
1111
12- import llmstxt from 'vitepress-plugin-llms' ;
12+ // import llmstxt from 'vitepress-plugin-llms';
1313import { ViteImageOptimizer } from 'vite-plugin-image-optimizer' ;
1414import {
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments