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.
@@ -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](/en/guide/introduction)**: Learn about the core philosophy and main advantages of React Docs UI.
8
- - **[Installation](/en/guide/installation)**: Learn how to install via the scaffolding tool or manually.
9
- - **[Quick Start](/en/guide/quick-start)**: Create and run your first documentation website in 5 minutes.
10
- - **[Configuration (`site.yaml`)](/en/guide/configuration)**: Dive deep into each configuration option to take full control of your site.
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.
@@ -30,5 +30,5 @@ npm install && npm run dev
30
30
 
31
31
  ## Links
32
32
 
33
- - **[Guide](/en/guide/introduction)**: Start learning about all the features of React Docs UI.
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.
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## 目录
6
6
 
7
- - **[介绍](/zh-cn/guide/introduction)**: 了解 React Docs UI 的核心理念和主要优势。
8
- - **[安装](/zh-cn/guide/installation)**: 学习如何通过脚手架或手动方式安装。
9
- - **[快速上手](/zh-cn/guide/quick-start)**: 在 5 分钟内创建并运行你的第一个文档网站。
10
- - **[配置说明 (`site.yaml`)](/zh-cn/guide/configuration)**: 深入了解每个配置项,完全掌控你的网站。
7
+ - **[介绍](/guide/introduction)**: 了解 React Docs UI 的核心理念和主要优势。
8
+ - **[安装](/guide/installation)**: 学习如何通过脚手架或手动方式安装。
9
+ - **[快速上手](/guide/quick-start)**: 在 5 分钟内创建并运行你的第一个文档网站。
10
+ - **[配置说明 (`site.yaml`)](/guide/configuration)**: 深入了解每个配置项,完全掌控你的网站。
@@ -30,5 +30,5 @@ npm install && npm run dev
30
30
 
31
31
  ## 链接
32
32
 
33
- - **[指南](/zh-cn/guide/introduction)**: 开始了解 React Docs UI 的所有功能。
33
+ - **[指南](/guide/introduction)**: 开始了解 React Docs UI 的所有功能。
34
34
  - **[GitHub](https://github.com/shenjianZ/react-docs-ui)**: 查看源码、提交问题或贡献代码。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-docs-ui",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "description": "React Docs UI library — components and layout to build documentation sites.",
6
6
  "main": "dist/react-docs-ui.umd.js",