mirror of
https://github.com/nucular/sfxrlua.git
synced 2024-12-24 18:44:20 +00:00
Moved /doc to /docs; Added docs to copy_directories
This commit is contained in:
parent
f986205f91
commit
b5940ce0c6
@ -5,7 +5,7 @@ format = "markdown"
|
|||||||
not_luadoc = true
|
not_luadoc = true
|
||||||
style = "!pale"
|
style = "!pale"
|
||||||
kind_names = {topic = "Topics", module = "API"}
|
kind_names = {topic = "Topics", module = "API"}
|
||||||
dir = "./doc"
|
dir = "./docs"
|
||||||
|
|
||||||
file = "sfxr.lua"
|
file = "sfxr.lua"
|
||||||
topics = {
|
topics = {
|
||||||
|
@ -21,5 +21,8 @@ build = {
|
|||||||
type = "builtin",
|
type = "builtin",
|
||||||
modules = {
|
modules = {
|
||||||
"sfxr" = "sfxr.lua"
|
"sfxr" = "sfxr.lua"
|
||||||
|
},
|
||||||
|
copy_directories = {
|
||||||
|
"docs"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user