@rsdoctor/docs 1.3.9 → 1.3.11-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/en/blog/_meta.json
CHANGED
package/docs/en/guide/_meta.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"type": "dir",
|
|
3
|
+
"type": "dir-section-header",
|
|
4
4
|
"name": "start",
|
|
5
5
|
"label": "Getting Started"
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"type": "dir",
|
|
8
|
+
"type": "dir-section-header",
|
|
9
9
|
"name": "usage",
|
|
10
10
|
"label": "Usage"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
|
-
"type": "dir",
|
|
13
|
+
"type": "dir-section-header",
|
|
14
14
|
"name": "rules",
|
|
15
15
|
"label": "Scan Rules"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
"type": "dir",
|
|
18
|
+
"type": "dir-section-header",
|
|
19
19
|
"name": "more",
|
|
20
20
|
"label": "More"
|
|
21
21
|
}
|
package/docs/zh/blog/_meta.json
CHANGED
package/docs/zh/guide/_meta.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"type": "dir",
|
|
3
|
+
"type": "dir-section-header",
|
|
4
4
|
"name": "start",
|
|
5
5
|
"label": "快速开始"
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"type": "dir",
|
|
8
|
+
"type": "dir-section-header",
|
|
9
9
|
"name": "usage",
|
|
10
10
|
"label": "功能介绍"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
|
-
"type": "dir",
|
|
13
|
+
"type": "dir-section-header",
|
|
14
14
|
"name": "rules",
|
|
15
15
|
"label": "扫描规则"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
"type": "dir",
|
|
18
|
+
"type": "dir-section-header",
|
|
19
19
|
"name": "more",
|
|
20
20
|
"label": "更多"
|
|
21
21
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/docs",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.11-beta.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/rsdoctor",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"registry": "https://registry.npmjs.org/"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@rspress/plugin-algolia": "2.0.0-
|
|
22
|
-
"@rspress/plugin-llms": "2.0.0-
|
|
23
|
-
"@rspress/plugin-rss": "2.0.0-
|
|
21
|
+
"@rspress/plugin-algolia": "2.0.0-rc.0",
|
|
22
|
+
"@rspress/plugin-llms": "2.0.0-rc.0",
|
|
23
|
+
"@rspress/plugin-rss": "2.0.0-rc.0",
|
|
24
24
|
"@types/node": "^22.8.1",
|
|
25
25
|
"@types/react": "^18.3.26",
|
|
26
26
|
"@types/react-dom": "^18.3.7",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"rspress-plugin-sitemap": "^1.2.1",
|
|
34
34
|
"typescript": "^5.9.2",
|
|
35
35
|
"@rsbuild/plugin-sass": "^1.4.0",
|
|
36
|
-
"@rsdoctor/types": "1.3.
|
|
36
|
+
"@rsdoctor/types": "1.3.11-beta.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@rstack-dev/doc-ui": "1.
|
|
39
|
+
"@rstack-dev/doc-ui": "1.12.0",
|
|
40
40
|
"clsx": "^2.1.1",
|
|
41
41
|
"react-markdown": "^9.1.0",
|
|
42
|
-
"@rspress/core": "2.0.0-
|
|
42
|
+
"@rspress/core": "2.0.0-rc.0"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"dev": "cross-env RSPRESS_PERSIST_CACHE=false rspress dev",
|