react-docs-ui 0.1.2 → 0.1.3
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/dist/docs/en/guide.md
CHANGED
|
@@ -4,7 +4,7 @@ This guide will help you fully understand and master all the features of React D
|
|
|
4
4
|
|
|
5
5
|
## Table of Contents
|
|
6
6
|
|
|
7
|
-
- **[Introduction](/
|
|
8
|
-
- **[Installation](/
|
|
9
|
-
- **[Quick Start](/
|
|
10
|
-
- **[Configuration (`site.yaml`)](/
|
|
7
|
+
- **[Introduction](/guide/introduction)**: Learn about the core philosophy and main advantages of React Docs UI.
|
|
8
|
+
- **[Installation](/guide/installation)**: Learn how to install via the scaffolding tool or manually.
|
|
9
|
+
- **[Quick Start](/guide/quick-start)**: Create and run your first documentation website in 5 minutes.
|
|
10
|
+
- **[Configuration (`site.yaml`)](/guide/configuration)**: Dive deep into each configuration option to take full control of your site.
|
package/dist/docs/en/index.md
CHANGED
|
@@ -30,5 +30,5 @@ npm install && npm run dev
|
|
|
30
30
|
|
|
31
31
|
## Links
|
|
32
32
|
|
|
33
|
-
- **[Guide](/
|
|
33
|
+
- **[Guide](/guide/introduction)**: Start learning about all the features of React Docs UI.
|
|
34
34
|
- **[GitHub](https://github.com/shenjianZ/react-docs-ui)**: View the source code, submit issues, or contribute.
|
package/dist/docs/zh-cn/guide.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## 目录
|
|
6
6
|
|
|
7
|
-
- **[介绍](/
|
|
8
|
-
- **[安装](/
|
|
9
|
-
- **[快速上手](/
|
|
10
|
-
- **[配置说明 (`site.yaml`)](/
|
|
7
|
+
- **[介绍](/guide/introduction)**: 了解 React Docs UI 的核心理念和主要优势。
|
|
8
|
+
- **[安装](/guide/installation)**: 学习如何通过脚手架或手动方式安装。
|
|
9
|
+
- **[快速上手](/guide/quick-start)**: 在 5 分钟内创建并运行你的第一个文档网站。
|
|
10
|
+
- **[配置说明 (`site.yaml`)](/guide/configuration)**: 深入了解每个配置项,完全掌控你的网站。
|
package/dist/docs/zh-cn/index.md
CHANGED