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
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

9 lines
206 B
Lua

require(CONTROLLER_ROOT..".doccontroller")
DocController:subclass("JarvisController", {
path_map = {
vfs_path = "book://",
local_path = DOC_DIR.."/jarvis",
},
name = "jarvis"
})