lowcode-engine/docs
GitHub Action 501ad872c4 chore(docs): publish documentation 2024-02-01 08:17:01 +00:00
..
community docs: replace yuque links (#1332) 2022-12-08 11:42:49 +08:00
config feat: Modify the content of the article menu and add a video menu 2023-09-05 15:05:53 +08:00
docs docs(command): add command api docs 2024-02-01 16:15:16 +08:00
scripts chore(docs): use tnpm as oss-syncing source 2023-12-14 10:44:34 +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 chore: add new cdn support 2022-12-21 10:18:34 +08:00
babel.config.js feat: add docs site 2022-11-28 14:48:56 +08:00
docusaurus.config.js fix(docs): fix toc display issue for specs 2023-01-29 09:49:04 +08:00
package.json chore(docs): publish documentation 2024-02-01 08:17:01 +00: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 syncOss 同步到 uipaas CDN
3. tnpm syncOss

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

功能

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

使用文档

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