Save kindNames to kind index

This commit is contained in:
Sam Carlton 2022-05-25 13:44:35 -05:00
parent 387daeb3d2
commit b45bab808e

View file

@ -418,6 +418,8 @@ class BuildLists {
if ( kindLists[ kindName ].list.length === 0 ) continue if ( kindLists[ kindName ].list.length === 0 ) continue
kindIndex[ categorySlug ].description = kindLists[ kindName ].summary.sampleNames kindIndex[ categorySlug ].description = kindLists[ kindName ].summary.sampleNames
// Save kindName
kindIndex[ categorySlug ].kindName = kindName
} }
// Save the index // Save the index