docs: customization chapter exploration (#9078)

Adds a new customizations chapter with realistic example while maintaining the linear learning journey.

Preview: https://docs-v2-git-docs-customizations-chapter-medusajs.vercel.app/v2/customization
This commit is contained in:
Shahed Nasser
2024-09-18 11:45:29 +03:00
committed by GitHub
parent 56ee4d6aad
commit 0c3e3ea88a
21 changed files with 2277 additions and 1 deletions
@@ -75,7 +75,7 @@ export const NoteLayout = ({ type, title, children }: NoteLayoutProps) => {
return (
<div
className={clsx(
"py-[10px] px-docs_0.75 my-docs_0.5",
"py-[10px] px-docs_0.75 my-docs_1",
"flex gap-docs_0.75 rounded-docs_DEFAULT items-stretch",
"bg-medusa-bg-component border border-medusa-border-base"
)}