Skip to content

Commit 751e203

Browse files
committed
Updates documentation for clarity
Refines the documentation for Advanced-PPK and C4-model to improve readability and fix a build error. - Updates Advanced-PPK page with a concise overview of features. - Simplifies the C4-model documentation by removing unnecessary links.
1 parent 240692a commit 751e203

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

docs/project/adv-ppk.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
# Advanced-PPK
22

3-
这里是 Advanced-PPK 的入口页面,欢迎查看我们的源码解析。
3+
探索 Nordic Power Profiler Kits 高阶应用
44

5-
D19:[pc-nrfconnect-ppk 源码解析——开发环境搭建](source-code-0.html)
5+
Overview
66

7-
此外,我们会在这里对已经有所尝试/规划中的功能进行投票,快来支持你最喜爱的/最期待的新功能吧!
8-
9-
页面待优化(投票)
10-
11-
- 支持第三方硬件采集的电流数据,可以是STM32开发板、也可以是INA219电流采集模组;
12-
13-
- 支持第三方硬件采集的逻辑分析数据;
14-
15-
- 支持对逻辑分析仪结果进行解析(based on sigrok);
16-
17-
- 在一个窗口里直接对比多个测量源的电流数据(先2个吧);
18-
19-
- 支持与 wireshark 的软件联动(同步测量/一键定位);
7+
- 支持多个 Power Profiler Kit (PPK) 同时连接
8+
- 支持第三方硬件电流数据采集
9+
- 逻辑分析功能增强插件
10+
- Wireshark 集成

docs/project/c4-model.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
目前市面上有众多的文档引擎,C4-model 的官方文档使用 [Jekyll]([欢迎 - Jekyll • 简单静态博客网站生成器](https://jekyllcn.com/docs/home/)) 构建,在国内似乎不如 `Hexo``WorldPress``VuePress` 那么具有影响力(如果你需要一些简单介绍,请参考:[七大热门博客框架对比-CSDN博客](https://blog.csdn.net/weixin_42365530/article/details/107840934));
66

7-
这里我基于汉化效率的考虑,选择了 [VitePress | 由 Vite 和 Vue 驱动的静态站点生成器](https://vitepress.dev/zh/) 作为文档搭建的引擎,并且会将汉化的文档暂时部署在私有域名下,它会从 `Github` 仓库上自动推送到文档网站上以供便捷访问,当然你也可以在本地,或者 `Github` [codespaces](https://docs.github.com/en/codespaces) 中预览,具体请参考 [快速开始](../../about/quick-start)
8-
7+
这里我基于汉化效率的考虑,选择了 [VitePress | 由 Vite 和 Vue 驱动的静态站点生成器](https://vitepress.dev/zh/) 作为文档搭建的引擎,并且会将汉化的文档暂时部署在私有域名下,它会从 `Github` 仓库上自动推送到文档网站上以供便捷访问,当然你也可以在本地,或者 `Github` [codespaces](https://docs.github.com/en/codespaces) 中预览。
98
### 从 Jekyll 迁移到 VitePress
109

1110
这一部分主要包括这几个步骤:

0 commit comments

Comments
 (0)