Skip to content

Commit c8e12ff

Browse files
committed
docs(llms): bump to Rspress@2.0.0-beta.1 and add llms.txt
1 parent 4cba74c commit c8e12ff

4 files changed

Lines changed: 91 additions & 72 deletions

File tree

pnpm-lock.yaml

Lines changed: 81 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@
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"

website/project-words.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ansi
99
antd
1010
antfu
1111
arad
12+
arewerspackyet
1213
ɑrespæk
1314
bazel
1415
behaviour
@@ -83,8 +84,11 @@ linux
8384
lippzhang
8485
lldb
8586
LLDB
87+
llms
88+
Llms
8689
magic-akari
8790
memfs
91+
mimalloc
8892
modulegeneratorassetdataurl
8993
modulegeneratorassetdataurlencoding
9094
modulegeneratorassetdataurlmimetype
@@ -205,5 +209,3 @@ yannik
205209
Zack
206210
Zack Jackson
207211
zackarychapple
208-
mimalloc
209-
arewerspackyet

website/rspress.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import path from 'node:path';
22
import { pluginSass } from '@rsbuild/plugin-sass';
3+
import { pluginLlms } from '@rspress/plugin-llms';
34
import { pluginRss } from '@rspress/plugin-rss';
45
import { pluginGoogleAnalytics } from 'rsbuild-plugin-google-analytics';
56
import { 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
}),

0 commit comments

Comments
 (0)