From b45bab808ee5d1ac2e291d3f38f6a39ef7fc32a1 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 25 May 2022 13:44:35 -0500 Subject: [PATCH] Save kindNames to kind index --- build-lists.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-lists.js b/build-lists.js index 4bf8134..b0a3c3b 100644 --- a/build-lists.js +++ b/build-lists.js @@ -418,6 +418,8 @@ class BuildLists { if ( kindLists[ kindName ].list.length === 0 ) continue kindIndex[ categorySlug ].description = kindLists[ kindName ].summary.sampleNames + // Save kindName + kindIndex[ categorySlug ].kindName = kindName } // Save the index