X Tutup
Skip to content

Commit a54ded2

Browse files
authored
chore: change recommended node version to 16.18, and fix some minor doc link issues (alibaba#1327)
1 parent 3fa810d commit a54ded2

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

.github/workflows/insufficient information.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717
issue-number: ${{ github.event.issue.number }}
1818
body: |
19-
你好 @${{ github.event.issue.user.login }},由于缺乏必要的信息(如 bug 重现步骤、引擎版本信息 等),无法定位问题,请按照 [issue bug 模板](https://github.com/alibaba/lowcode-engine/blob/main/.github/ISSUE_TEMPLATE/bug-report.md) 补全信息,也可以通过阅读[引擎的 issue 说明](https://www.yuque.com/lce/doc/yvlxhs) 了解什么类型的 issue 可以获得更好、更快的支持。
19+
你好 @${{ github.event.issue.user.login }},由于缺乏必要的信息(如 bug 重现步骤、引擎版本信息 等),无法定位问题,请按照 [issue bug 模板](https://github.com/alibaba/lowcode-engine/blob/main/.github/ISSUE_TEMPLATE/bug-report.md) 补全信息,也可以通过阅读 [引擎的 issue 说明](https://lowcode-engine.cn/site/community/issue) 了解什么类型的 issue 可以获得更好、更快的支持。

docs/docs/guide/quickStart/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: 快速开始
1111
### WSL(Window 电脑)
1212
Window 环境需要使用 WSL 在 windows 下进行低代码引擎相关的开发。安装教程 ➡️ [WSL 安装教程](https://docs.microsoft.com/zh-cn/windows/wsl/install)。<br />**对于 Window 环境来说,之后所有需要执行命令的操作都是在 WSL 终端执行的。**
1313
### Node
14-
node 版本推荐 14.17.0。
14+
node 版本推荐 16.18.0。
1515

1616
#### 查看 Node 版本
1717
![image.png](https://img.alicdn.com/imgextra/i4/O1CN01oCZKNz290LIu8YUTk_!!6000000008005-2-tps-238-70.png)

docs/docs/participate/prepare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 1
99
如果您需要对低代码编辑器进行定制,您可能只需要 clone [lowcode-demo 项目](https://github.com/alibaba/lowcode-demo)并进行修改,参考“[配置低代码扩展点](/site/docs/guide/expand/editor/summary)”章节。
1010

1111
> 前置条件:
12-
> node >= 14
12+
> node 推荐使用 16.18.0(14.x 也可以)
1313
1414
### 1. 拉取代码,启动项目
1515
```bash

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-engine-docs",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "低代码引擎版本化文档",
55
"license": "MIT",
66
"files": [

packages/engine/README-zh_CN.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
- 🌈 提炼自企业级低代码平台的面向扩展设计的内核引擎,奉行最小内核,最强生态的设计理念
4242
- 📦 开箱即用的高质量生态元素,包括 物料体系、设置器、插件 等
4343
- ⚙️ 完善的工具链,支持 物料体系、设置器、插件 等生态元素的全链路研发周期
44-
- 🔌 强大的扩展能力,已支撑近 100 个各种垂直类低代码平台
44+
- 🔌 强大的扩展能力,已支撑 100+ 个各种类型低代码平台
4545
- 🛡 使用 TypeScript 开发,提供完整的类型定义文件
4646

4747
## 🎯 兼容环境
@@ -126,9 +126,9 @@ https://cdn.jsdelivr.net/npm/@alilc/lowcode-react-simulator-renderer@1.0.0/dist/
126126
- [官方物料](https://github.com/alibaba/lowcode-materials)
127127
- [官方设置器(setter)](https://github.com/alibaba/lowcode-engine-ext)
128128
- [官方插件(plugin)](https://github.com/alibaba/lowcode-plugins)
129-
- [生态元素(物料、setter、插件)工具链](https://www.yuque.com/lce/doc/ulvlkz)
130-
- [用户文档](https://lowcode-engine.cn/docV2)
131-
- [API](https://lowcode-engine.cn/docV2/vlmeme)
129+
- [生态元素(物料、setter、插件)工具链](https://lowcode-engine.cn/site/docs/guide/expand/editor/cli)
130+
- [用户文档](https://lowcode-engine.cn/doc)
131+
- [API](https://lowcode-engine.cn/site/docs/api/)
132132

133133
[awesome-lowcode-engine](https://github.com/lowcode-workspace/awesome-lowcode-engine) 中包含了一系列围绕引擎建设的工具、解决方案等,如果你有类似的解决方案或者工具,欢迎提 PR 到该仓库,让更多人了解到
134134

@@ -146,14 +146,14 @@ $ npm start
146146
>
147147
> 📢 windows 环境必须使用 [WSL](https://docs.microsoft.com/zh-cn/windows/wsl/install),其他终端不保证能正常运行
148148
149-
lowcode-engine 启动后,提供了几个 umd 文件,可以结合 [lowcode-demo](https://github.com/alibaba/lowcode-demo) 项目做调试,文件代理规则参考[这里](https://www.yuque.com/lce/doc/glz0fx)
149+
lowcode-engine 启动后,提供了几个 umd 文件,可以结合 [lowcode-demo](https://github.com/alibaba/lowcode-demo) 项目做调试,文件代理规则参考[这里](https://lowcode-engine.cn/site/docs/participate/prepare#2-配置资源代理)
150150

151151
## 🤝 参与共建
152152

153153
请先阅读:
154-
1. [如何配置引擎调试环境?](https://www.yuque.com/lce/doc/glz0fx)
155-
2. [关于引擎的研发协作流程](https://www.yuque.com/lce/doc/contributing)
156-
3. [引擎的工程化配置](https://www.yuque.com/lce/doc/gxwqg6)
154+
1. [如何配置引擎调试环境?](https://lowcode-engine.cn/site/docs/participate/prepare)
155+
2. [关于引擎的研发协作流程](https://lowcode-engine.cn/site/docs/participate/flow)
156+
3. [引擎的工程化配置](https://lowcode-engine.cn/site/docs/participate/config)
157157

158158
> 强烈推荐阅读 [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)[《如何向开源社区提问题》](https://github.com/seajs/seajs/issues/545)[《如何有效地报告 Bug》](http://www.chiark.greenend.org.uk/%7Esgtatham/bugs-cn.html)[《如何向开源项目提交无法解答的问题》](https://zhuanlan.zhihu.com/p/25795393),更好的问题更容易获得帮助。(此段参考 [antd](https://github.com/ant-design/ant-design)
159159

packages/engine/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ Pass the files under packages/engine/dist and packages/(react|rax)-simulator-ren
126126
- [Official Materials](https://github.com/alibaba/lowcode-materials)
127127
- [official setter](https://github.com/alibaba/lowcode-engine-ext)
128128
- [Official plugin (plugin)](https://github.com/alibaba/lowcode-plugins)
129-
- [Ecological elements (materials, setters, plugins) toolchain](https://www.yuque.com/lce/doc/ulvlkz)
130-
- [User Documentation](http://lowcode-engine.cn/docV2)
131-
- [API](http://lowcode-engine.cn/docV2/vlmeme)
129+
- [Ecological elements (materials, setters, plugins) toolchain](https://lowcode-engine.cn/site/docs/guide/expand/editor/cli)
130+
- [User Documentation](http://lowcode-engine.cn/doc)
131+
- [API](https://lowcode-engine.cn/site/docs/api/)
132132

133133
This [awesome-lowcode-engine](https://github.com/lowcode-workspace/awesome-lowcode-engine) page links to a repository which records all of the tools\materials\solutions that use or built for the lowcode-engine, PR is welcomed.
134134

@@ -146,14 +146,14 @@ $ npm start
146146
>
147147
> 📢 Windows environment must use [WSL](https://docs.microsoft.com/en-us/windows/wsl/install), other terminals are not guaranteed to work normally
148148
149-
After lowcode-engine is started, several umd files are provided, which can be debugged in combination with the [lowcode-demo](https://github.com/alibaba/lowcode-demo) project. Refer to the file proxy rules [here](https://www.yuque.com/lce/doc/glz0fx).
149+
After lowcode-engine is started, several umd files are provided, which can be debugged in combination with the [lowcode-demo](https://github.com/alibaba/lowcode-demo) project. Refer to the file proxy rules [here](https://lowcode-engine.cn/site/docs/participate/prepare).
150150

151151
## 🤝 Participation
152152

153153
Please read first:
154-
1. [How to configure the engine debugging environment? ](https://www.yuque.com/lce/doc/glz0fx)
155-
2. [About the R&D collaboration process of the engine](https://www.yuque.com/lce/doc/contributing)
156-
3. [Engineering Configuration of Engine](https://www.yuque.com/lce/doc/gxwqg6)
154+
1. [How to configure the engine debugging environment? ](https://lowcode-engine.cn/site/docs/participate/prepare)
155+
2. [About the R&D collaboration process of the engine](https://lowcode-engine.cn/site/docs/participate/flow)
156+
3. [Engineering Configuration of Engine](https://lowcode-engine.cn/site/docs/participate/config)
157157

158158
> Strongly recommend reading ["The Wisdom of Asking Questions"](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way), ["How to Ask Questions to the Open Source Community"](https: //github.com/seajs/seajs/issues/545) and [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/%7Esgtatham/bugs-cn.html), [ "How to Submit Unanswerable Questions to Open Source Projects"](https://zhuanlan.zhihu.com/p/25795393), better questions are easier to get help. (This paragraph refers to [antd](https://github.com/ant-design/ant-design))
159159

packages/ignitor/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
</head>
99
<body>
1010
<h1>
11-
This project only provides engine resource files. For usage, go for
11+
This project only provides engine resource files. For usage, go for
1212
<a href="https://github.com/alibaba/lowcode-demo" target="_blank">Lowcode Demo</a>
1313
</h1>
1414
<h2>
1515
For local debugging of lowcode engine, please visit
16-
<a href="https://www.yuque.com/lce/doc/glz0fx#wi8rs" target="_blank">proxy documentation</a>
16+
<a href="https://lowcode-engine.cn/site/docs/participate/prepare" target="_blank">proxy documentation</a>
1717
to get more information.
1818
</h2>
1919
</body>

0 commit comments

Comments
 (0)
X Tutup