Skip to content

Commit 5b3bed7

Browse files
committed
fix build error
1 parent f1a34f6 commit 5b3bed7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ buildDocs = (watch = no) ->
248248
unless section is "changelog"
249249
content = content.replace /```[^\`]+```/g, ""
250250
weight = level.length
251-
searchCollections.docs.push {section, title, weight, content, data...}
251+
{parent, href} = data
252+
searchCollections.docs.push {section, title, weight, content, parent, href}
252253
else
253254
# Break changelogs into (release) chunks.
254255
releaseLogs = content.split /```\s*releaseHeader\(([^\)]+)\)\s*```/

0 commit comments

Comments
 (0)