fix(docs): the _category_.json description attribute should display on generated index pages (#10324)

Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
Bharatesh 2024-08-09 15:02:21 +05:30 committed by GitHub
parent 95ab9f8ee4
commit 44ddada37a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 11 additions and 0 deletions

View file

@ -64,6 +64,7 @@ function postProcessSidebarItem(
.map((subItem) => postProcessSidebarItem(subItem, params))
.filter((v): v is SidebarItem => Boolean(v)),
};
// If the current category doesn't have subitems, we render a normal link
// instead.
if (category.items.length === 0) {