An open API service indexing awesome lists of open source software.

https://github.com/lbuque/m28k-docs


https://github.com/lbuque/m28k-docs

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# UIFLOW2 API Documentation

# Building Documentation

## 安装环境

```shell
pip3 install -r requirements.txt
```

## 编译

```shell
make html
```

## 预览

打开 build/html/index.html,即可在浏览器上预览。