lowcode-engine/docs
林熠 c314c952eb
docs: replace yuque links (#1332)
2022-12-08 11:42:49 +08:00
..
community docs: replace yuque links (#1332) 2022-12-08 11:42:49 +08:00
config feat: move specs to docs 2022-11-29 10:33:23 +08:00
docs docs: replace yuque links (#1332) 2022-12-08 11:42:49 +08:00
scripts feat: add docs site 2022-11-28 14:48:56 +08:00
src feat: add index rediect 2022-11-28 16:05:36 +08:00
static/img feat: add docs site 2022-11-28 14:48:56 +08:00
.gitignore feat: add docs site 2022-11-28 14:48:56 +08:00
README.md feat: add docs site 2022-11-28 14:48:56 +08:00
babel.config.js feat: add docs site 2022-11-28 14:48:56 +08:00
docusaurus.config.js fix: doc format issues, replace wrong links, replace image cdn 2022-12-01 16:59:58 +08:00
package.json chore: change recommended node version to 16.18, and fix some minor doc link issues (#1327) 2022-12-06 14:26:52 +08:00
tsconfig.json feat: add docs site 2022-11-28 14:48:56 +08:00

README.md

Low-Code Engine 文档中心site

This website is built using Docusaurus 2, a modern static website generator.

安装

$ yarn

本地开发

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

构建

$ yarn build

部署

1. npm run build
2. npm publish # 记得改下版本号,比如 1.0.1

# 发布完后执行 tnpm sync
3. tnpm sync

4. 更新 diamond 版本 1.0.1
5. lowcode-engine.cn 站点生效

功能

  • 支持本地离线搜搜
  • 版本化文档管理
  • 离线静态部署
  • 主题fork 宜搭开发者中心)

使用文档

https://docusaurus.io/zh-CN/docs/docs-introduction