mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
Update frontend to Booklet v0.2.x format
This commit is contained in:
parent
6f5e79e8a5
commit
04b2ab0444
@ -1,7 +1,7 @@
|
||||
require(CONTROLLER_ROOT..".doccontroller")
|
||||
DocController:subclass("AntosController", {
|
||||
path_map = {
|
||||
vfs_path = "home://doc/antos",
|
||||
vfs_path = "book://",
|
||||
local_path = "/home/mrsang/doc/antos",
|
||||
api_path = "/opt/www/htdocs/doc/antos"
|
||||
},
|
||||
|
@ -1,7 +1,7 @@
|
||||
require(CONTROLLER_ROOT..".doccontroller")
|
||||
DocController:subclass("JarvisController", {
|
||||
path_map = {
|
||||
vfs_path = "home://doc/jarvis",
|
||||
vfs_path = "book://",
|
||||
local_path = "/home/mrsang/doc/jarvis",
|
||||
},
|
||||
name = "jarvis"
|
||||
|
Loading…
Reference in New Issue
Block a user