1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 10:18:21 +01:00
antd-web-apps/doc/controllers/JarvisController.lua

13 lines
380 B
Lua
Raw Normal View History

2020-09-13 17:27:42 +02:00
require(CONTROLLER_ROOT..".doccontroller")
DocController:subclass("JarvisController", {
path_map = {
vfs_path = "book://",
2020-09-13 17:27:42 +02:00
local_path = "/home/mrsang/doc/jarvis",
},
2021-02-07 13:23:46 +01:00
name = "jarvis",
elinks = {
{ name = "API", url = "https://doc.iohub.dev/antos/api/index.html" },
{ name = "Code", url = "https://github.com/lxsang/antos" }
}
2020-09-13 17:27:42 +02:00
})