forked from MapComplete/MapComplete
More documentation tweaks
This commit is contained in:
parent
d1cccb213f
commit
e0a755aa6a
202 changed files with 1 additions and 1974 deletions
|
@ -470,7 +470,7 @@ export class GenerateDocs extends Script {
|
|||
MarkdownUtils.list(theme.language.filter((ln) => ln !== "_context")),
|
||||
"# Layers defined in this theme configuration file",
|
||||
"These layers can not be reused in different themes.",
|
||||
...layersToInline.map(l => l.GenerateDocumentation([]))
|
||||
...layersToInline.map(l => l.GenerateDocumentation(null))
|
||||
].join("\n")
|
||||
this.WriteMarkdownFile(
|
||||
"./Docs/Themes/" + theme.id + ".md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue