docs: fixes and preparations for workflows reference (#8579)

- Fix the merger configuration that adds the correct slug / sidebar labels
- Add an overview page for the workflows reference.
- Fixes to components and build scripts
This commit is contained in:
Shahed Nasser
2024-08-13 12:30:55 +00:00
committed by GitHub
parent 6f50e376a9
commit cd0acbd921
7 changed files with 59 additions and 45 deletions
@@ -42,11 +42,11 @@ export const Card = ({
)}
>
{startIcon}
<div className="flex items-start gap-docs_1 justify-between flex-1">
<div className={clsx("flex flex-col", contentClassName)}>
<div className="flex items-start gap-docs_1 justify-between flex-1 max-w-full">
<div className={clsx("flex flex-col max-w-full", contentClassName)}>
{title && (
<span className={clsx(badge && "flex gap-docs_0.5")}>
<span className="text-compact-medium-plus text-medusa-fg-base">
<span className="text-compact-medium-plus text-medusa-fg-base block truncate">
{title}
</span>
{badge && <Badge {...badge} />}