@rsdoctor/docs 1.0.0-beta.0 → 1.0.0-beta.2

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/zh/index.md CHANGED
@@ -1,38 +1,4 @@
1
1
  ---
2
2
  pageType: home
3
-
4
- hero:
5
- name: Rsdoctor
6
- text: Rspack & Webpack 构建分析工具
7
- tagline: 让构建过程可视化
8
- actions:
9
- - theme: brand
10
- text: 介绍
11
- link: /zh/guide/start/intro
12
- - theme: alt
13
- text: 快速开始
14
- link: /zh/guide/start/quick-start
15
- image:
16
- src: https://assets.rspack.dev/rsdoctor/rsdoctor-logo-960x960.png
17
- alt: Rsdoctor Logo
18
-
19
- features:
20
- - title: 框架无关
21
- details: Rsdoctor 支持分析用 Webpack 和 Rspack 构建的项目。
22
- icon: 🛠️
23
- - title: 构建时分析
24
- details: 以时序图的形式显示编译执行时间和过程。
25
- icon: 🚀
26
- - title: 构建行为分析
27
- details: 可视化的查看每个 loader 对每个文件的编译更改。
28
- icon: 🦄
29
- - title: 构建产物分析
30
- details: 直观地详细查看 Bundle 和模块关系、模块引用关系和重复包等产物详情。
31
- icon: 🎯
32
- - title: 产物对比
33
- details: 通过对比发现产物劣化及变动。
34
- icon: 🎨
35
- - title: 构建扫描
36
- details: 内置构建规则扫描,同时支持自定义规则。
37
- icon: 🔍
3
+ titleSuffix: ' - 构建分析工具'
38
4
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/docs",
3
- "version": "1.0.0-beta.0",
3
+ "version": "1.0.0-beta.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -19,7 +19,7 @@
19
19
  "registry": "https://registry.npmjs.org/"
20
20
  },
21
21
  "devDependencies": {
22
- "@rspress/plugin-rss": "1.41.0",
22
+ "@rspress/plugin-rss": "1.41.3",
23
23
  "@types/node": "^16",
24
24
  "@types/react": "^18.3.18",
25
25
  "@types/react-dom": "^18.3.5",
@@ -30,12 +30,12 @@
30
30
  "rspress-plugin-font-open-sans": "^1.0.0",
31
31
  "rspress-plugin-sitemap": "^1.1.1",
32
32
  "typescript": "^5.2.2",
33
- "@rsdoctor/types": "1.0.0-beta.0"
33
+ "@rsdoctor/types": "1.0.0-beta.2"
34
34
  },
35
35
  "dependencies": {
36
- "@rstack-dev/doc-ui": "1.6.0",
36
+ "@rstack-dev/doc-ui": "1.7.2",
37
37
  "react-markdown": "^9.0.3",
38
- "rspress": "1.41.0"
38
+ "rspress": "1.41.3"
39
39
  },
40
40
  "scripts": {
41
41
  "dev": "rspress dev",
@@ -1 +0,0 @@
1
- ["rule-custom", "upload-data"]
@@ -1 +0,0 @@
1
- ["rule-custom", "upload-data"]
File without changes
File without changes
File without changes
File without changes