1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00

Merge pull request #14 from lxsang/master

Update antos doc
This commit is contained in:
Xuan Sang LE 2020-09-15 16:56:24 +02:00 committed by GitHub
commit 81f8e1c984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

View File

@ -263,7 +263,12 @@ div.md-content p.result-header a::before{
/* #container .blogentry .hljs-ln td.hljs-ln-code {
padding-left: 10px;
} */
img {max-width:100%}
#renderer img {
max-width:100%;
display: block;
margin-left: auto;
margin-right: auto;
}
a {
color: #333f67;

View File

@ -1,12 +1,13 @@
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"
},
name = "antos",
elinks = {
{ name = "API", url = "https://doc.iohub.dev/antos/api/index.html" }
{ name = "API", url = "https://doc.iohub.dev/antos/api/index.html" },
{ name = "Code", url = "https://github.com/lxsang/antos" }
}
})

View File

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