docs: remove steps from workflows reference overview (#8595)
* docs: remove steps from workflows reference overview * fix styling of typelist element * fix categories with no items showing
This commit is contained in:
@@ -176,12 +176,8 @@ export const ChildDocs = ({
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
{!HeadingComponent && (
|
||||
<Card
|
||||
title={item.title}
|
||||
href={item.type === "link" ? item.path : ""}
|
||||
showLinkIcon={false}
|
||||
/>
|
||||
{!HeadingComponent && item.type === "link" && (
|
||||
<Card title={item.title} href={item.path} showLinkIcon={false} />
|
||||
)}
|
||||
</React.Fragment>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user