File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 "devDependencies" : {
3131 "@biomejs/biome" : " 1.9.4" ,
3232 "@rsbuild/plugin-sass" : " ^1.3.1" ,
33- "@rspress/plugin-rss" : " 2.0.0-beta.0" ,
33+ "@rspress/plugin-rss" : " 2.0.0-beta.1" ,
34+ "@rspress/plugin-llms" : " 2.0.0-beta.1" ,
3435 "@types/node" : " ^20.17.30" ,
3536 "@types/react" : " ^19.1.2" ,
3637 "@types/semver" : " ^7.7.0" ,
3738 "cspell-ban-words" : " 0.0.4" ,
3839 "prettier" : " 3.5.3" ,
3940 "rsbuild-plugin-google-analytics" : " 1.0.3" ,
4041 "rsbuild-plugin-open-graph" : " 1.0.2" ,
41- "rspress" : " 2.0.0-beta.0 " ,
42+ "rspress" : " 2.0.0-beta.1 " ,
4243 "rspress-plugin-font-open-sans" : " 1.0.0" ,
4344 "rspress-plugin-sitemap" : " ^1.1.1" ,
4445 "typescript" : " ^5.7.3"
Original file line number Diff line number Diff line change 99antd
1010antfu
1111arad
12+ arewerspackyet
1213ɑrespæk
1314bazel
1415behaviour
8384lippzhang
8485lldb
8586LLDB
87+ llms
88+ Llms
8689magic-akari
8790memfs
91+ mimalloc
8892modulegeneratorassetdataurl
8993modulegeneratorassetdataurlencoding
9094modulegeneratorassetdataurlmimetype
@@ -205,5 +209,3 @@ yannik
205209Zack
206210Zack Jackson
207211zackarychapple
208- mimalloc
209- arewerspackyet
Original file line number Diff line number Diff line change 11import path from 'node:path' ;
22import { pluginSass } from '@rsbuild/plugin-sass' ;
3+ import { pluginLlms } from '@rspress/plugin-llms' ;
34import { pluginRss } from '@rspress/plugin-rss' ;
45import { pluginGoogleAnalytics } from 'rsbuild-plugin-google-analytics' ;
56import { pluginOpenGraph } from 'rsbuild-plugin-open-graph' ;
@@ -29,11 +30,10 @@ export default defineConfig({
2930 } ,
3031 route : {
3132 cleanUrls : true ,
32- } ,
33- ssg : {
34- strict : true ,
33+ exclude : [ '**/types/*.mdx' ] ,
3534 } ,
3635 plugins : [
36+ pluginLlms ( ) ,
3737 pluginSitemap ( {
3838 domain : PUBLISH_URL ,
3939 } ) ,
You can’t perform that action at this time.
0 commit comments