diff --git a/document/docs/en/guide/start/_meta.json b/document/docs/en/guide/start/_meta.json index ac138301..112f2751 100644 --- a/document/docs/en/guide/start/_meta.json +++ b/document/docs/en/guide/start/_meta.json @@ -1 +1 @@ -["intro", "quick-start"] +["intro", "quick-start", "features"] diff --git a/document/docs/en/guide/start/features.mdx b/document/docs/en/guide/start/features.mdx new file mode 100644 index 00000000..ad466f4e --- /dev/null +++ b/document/docs/en/guide/start/features.mdx @@ -0,0 +1,32 @@ +# Features + +Here you can learn about the main features supported by Rsdoctor. + +## Build Overview + +| Feature | Description | Related Links | +|------|------|------| +| Project Overview | View information such as the current project configuration and version | - | +| Artifact Overview | View information about the artifacts built for the current project | - | +| Compilation Overview | View data information about the current project's compilation process | - | +| Artifact Alert | The ability to perform detection based on build artifact data | - | +| Compilation Alert | The ability to perform detection based on compilation data | - | + +## Compilation Analysis + +| Feature | Description | Related Links | +|------|------|------| +| Loader Compilation Behavior Analysis | Loader analysis data in directory and file dimensions, displaying the compilation behavior of a single file at the same time | - | +| Loader Time Consumption Analysis | Execution sequence diagram of all Loaders in the current project | - | +| Resolver Analysis | Analysis data on Resolver parsing capabilities | - | +| Plugins Analysis | Data analysis of the plugins used in the project | - | + + +## Bundle Analysis + +| Feature | Description | Related Links | +|------|------|------| +| Artifact Analysis | Analysis of the relationships between assets, chunks, and modules in the artifact, as well as the packaged code and size analysis of each module, etc. | - | +| Module Analysis | Analysis of module dependencies | - | +| Duplicate Package Inspection | Inspection of duplicate dependencies used in the project | - | +| Bundle Diff | Comparative analysis of two artifacts | Planned support | \ No newline at end of file diff --git a/document/docs/zh/guide/start/_meta.json b/document/docs/zh/guide/start/_meta.json index ac138301..112f2751 100644 --- a/document/docs/zh/guide/start/_meta.json +++ b/document/docs/zh/guide/start/_meta.json @@ -1 +1 @@ -["intro", "quick-start"] +["intro", "quick-start", "features"] diff --git a/document/docs/zh/guide/start/features.mdx b/document/docs/zh/guide/start/features.mdx new file mode 100644 index 00000000..95cc4738 --- /dev/null +++ b/document/docs/zh/guide/start/features.mdx @@ -0,0 +1,36 @@ +# 功能导航 + +在这里,你可以了解到 Rsdoctor 支持的主要功能。 + +## 构建概览 + +| 功能 | 描述 | 相关链接 | +| --------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | +| 项目概览 | 查看当前项目配置、版本等信息 | - | +| 产物概览 | 查看当前项目构建产物的信息 | - | +| 编译概览 | 查看当前项目编译过程的数据信息 | - | +| 产物告警 | 基于构建产物数据做检测的能力 | - | +| 编译告警 | 基于编译数据做检测的能力 | -| + + +## 编译分析 + + +| 功能 | 描述 | 相关链接 | +| --------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | +| Loader 编译行为分析 | 以目录与文件维度的 Loader 分析数据,同时展示单个文件编译行为 | - | +| Loaders 耗时分析 | 当前项目中所有 Loader 的执行时序图 | - | +| Resolver 分析 | Resolver 解析能力分析数据 | - | +| Plugins 分析 | 项目所使用插件的数据分析 | - | + +## 构建产物分析 + + +| 功能 | 描述 | 相关链接 | +| --------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | +| 产物分析 | 产物中 assets、chunks、modules 关系分析,以及每个 module 打包代码及大小分析等 | - | +| 模块分析 | Modules 依赖关系分析 | - | +| 重复包检查 | 检查项目使用的依赖包的重复情况。 | - | +| Bundle Diff | 两份产物对比分析 | 计划支持 | + +