Jpom/docs
2022-03-09 12:01:28 +08:00
..
changelog add emoji 2022-01-24 13:10:28 +08:00
fun-releases 更新在线安装命令路径 2021-03-31 15:46:17 +08:00
Jpom-site@5e857e9f71 changelog: docker 镜像创建容器支持环境变量 2022-03-07 22:32:30 +08:00
js pre commit 2.8.15 2022-03-09 10:40:42 +08:00
praise feat(add) 配置自定义 logo 支持远程地址(http) 2022-03-09 12:01:28 +08:00
apidoc.json add apidoc 2022-02-28 18:54:36 +08:00
CNAME add docs index 2022-01-23 22:22:10 +08:00
index.html fix 2022-02-09 11:33:51 +08:00
install.sh fix 2022-01-19 16:32:06 +08:00
jpom-service.sh update 2021-12-14 21:35:35 +08:00
README.md Update README.md in docs 2022-03-08 11:39:31 +08:00
version.txt pre commit 2.8.15 2022-03-09 10:40:42 +08:00
versions.json pre commit 2.8.15 2022-03-09 10:40:42 +08:00

Jpom 服务端接口文档

参与开发

# 安装 apiDoc
npm install apidoc -g
# 生成 apiDoc 文档(需要在项目根目录执行)
apidoc -c docs/apidoc.json -i modules/server/src/ -o docs/apidoc/doc-2.8.13

开发文档:https://apidocjs.com/

示例文档:https://github.com/apidoc/apidoc/blob/master/example/_apidoc.js

GitHub 仓库:https://github.com/apidoc/apidoc

开发规范