1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-28 18:28:21 +01:00
antd-web-apps/doc/controllers/AntosController.lua
DanyLE a05507123c
All checks were successful
gitea-sync/antd-web-apps/pipeline/head This commit looks good
fix: update the doc application to the latest API
2023-04-27 14:18:15 +02:00

13 lines
380 B
Lua

require(CONTROLLER_ROOT..".doccontroller")
DocController:subclass("AntosController", {
path_map = {
vfs_path = "book://",
local_path = DOC_DIR.."/antos",
},
name = "antos",
elinks = {
{ name = "API", url = "https://ci.iohub.dev/public/antos-release/doc/1.2.x/" },
{ name = "Code", url = "https://github.com/lxsang/antos" }
}
})