docs: changes for new releases + fixes (#12945)

* docs: changes for new releases + fixes

* remove container option
This commit is contained in:
Shahed Nasser
2025-07-14 14:17:25 +03:00
committed by GitHub
parent 3028425a86
commit 541bff8c9b
10 changed files with 175 additions and 65 deletions

View File

@@ -27,7 +27,7 @@ export const CodeBlockCollapsibleButton = ({
{type === "start" && (
<Button
className={clsx(
"font-base w-full p-docs_0.5 !shadow-none z-10",
"font-base w-full !p-docs_0.5 !shadow-none z-10",
"bg-medusa-contrast-button hover:bg-medusa-contrast-button-hover",
"txt-compact-xsmall text-medusa-contrast-fg-secondary",
type === "start" && "rounded-t-docs_DEFAULT rounded-b-none",
@@ -41,7 +41,7 @@ export const CodeBlockCollapsibleButton = ({
{type === "end" && (
<Button
className={clsx(
"font-base w-full p-docs_0.5 !shadow-none z-10",
"font-base w-full !p-docs_0.5 !shadow-none z-10",
"bg-medusa-contrast-button hover:bg-medusa-contrast-button-hover",
"txt-compact-xsmall text-medusa-contrast-fg-secondary",
"rounded-t-none rounded-b-docs_DEFAULT",