Skip to content

Commit 9c7e41d

Browse files
committed
[[ Bug ]] Fix docs build
1 parent 27a6e03 commit 9c7e41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/docs_builder.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2210,7 +2210,7 @@ command docsBuilderGenerateDistributedAPI pEdition
22102210
docsBuilderPopulateDatabase pEdition, tLibrariesA
22112211
repeat for each element tLibA in tLibrariesA
22122212
local tJSON, tFolder
2213-
put revDocsFormatLibraryDocArrayAsJSON(tLibA["name"], tLibA["doc"]) into tJSON
2213+
put revDocsFormatLibraryDocArrayAsJSON(tLibA) into tJSON
22142214
put builderAPIFolder(pEdition, tLibA["api"]) into tFolder
22152215
pathEnsure tFolder
22162216
put textEncode(tJSON, "utf-8") into url ("binfile:" & tFolder \

0 commit comments

Comments
 (0)