mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-12-28 18:28:21 +01:00
13 lines
380 B
Lua
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" }
|
|
}
|
|
})
|