mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 18:28:22 +01:00
12 lines
313 B
Lua
12 lines
313 B
Lua
require(CONTROLLER_ROOT..".doccontroller")
|
|
DocController:subclass("AntosController", {
|
|
path_map = {
|
|
vfs_path = "home://testws/antos",
|
|
local_path = "/home/mrsang/testws/antos"
|
|
},
|
|
name = "antos",
|
|
elinks = {
|
|
{ name = "API", url = "https://doc.iohub.dev/antos/api/" }
|
|
}
|
|
})
|