openmanual 0.2.0-beta.7 → 0.2.1
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/README.md +11 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,21 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<
|
|
2
|
+
<br />
|
|
3
|
+
<br />
|
|
4
|
+
<img src="logo.svg" alt="OpenManual" width="400" height="100" />
|
|
5
|
+
<br />
|
|
6
|
+
<br />
|
|
7
|
+
<br />
|
|
3
8
|
</div>
|
|
4
9
|
|
|
10
|
+
<div align="center">
|
|
11
|
+
|
|
5
12
|
[](https://github.com/shenjingnan/openmanual/actions/workflows/ci.yml)
|
|
6
13
|
[](https://www.npmjs.com/package/openmanual)
|
|
14
|
+
[](https://codecov.io/gh/shenjingnan/openmanual)
|
|
7
15
|
[](https://opensource.org/licenses/MIT)
|
|
8
16
|
|
|
17
|
+
</div>
|
|
18
|
+
|
|
9
19
|
AI 友好的开源文档系统框架。只需编写 Markdown/MDX 文档和 JSON 配置,即可自动生成基于 Next.js 的完整文档站点。
|
|
10
20
|
|
|
11
21
|
## 特性
|