Skip to content

Commit 28f2f59

Browse files
committed
fix?: template name
1 parent ee0d903 commit 28f2f59

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

config.ld

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ ldoc.title = "PR3R Lua Documentation"
1919
ldoc.full_description = "Platform Racing 3 is two-dimensional online racing game. Create your own levels and blocks, or play levels created by other players! Feature rich tools to make your vision come true! Draw amazing art or create unique consepts using different combinations of block types!"
2020
ldoc.format = "markdown"
2121
ldoc.output = "index"
22-
ldoc.dir = "../PR3-Doc"
22+
ldoc.dir = "../PR3-Doc/"
2323
ldoc.ext = "html"
2424

25-
ldoc.template = "./" -- Template dir
26-
ldoc.templ = "template.ltp" -- Template filename
25+
ldoc.template = "./" -- Template dir (template name is always ldoc.ltp)
2726
ldoc.style = "!" -- Default css
2827
ldoc.custom_css = "custom_style.css" -- Append our custom css
2928
ldoc.merge = true
File renamed without changes.

0 commit comments

Comments
 (0)