docs: change notes across docs based on redesign (#8662)

Change the prerequisites / soon / other notes based on latest redesign

Depends on #8661
This commit is contained in:
Shahed Nasser
2024-08-23 07:59:48 +00:00
committed by GitHub
parent 320b01f45d
commit b23f0f8188
41 changed files with 291 additions and 220 deletions
@@ -1,4 +1,5 @@
import { Github, PlaySolid } from "@medusajs/icons"
import { Prerequisites } from "docs-ui"
export const metadata = {
title: `Subscriptions Recipe`,
@@ -41,11 +42,12 @@ By following this example, youll have a subscription commerce store with the
---
<Note type="check">
- [A new Medusa application installed.](!docs!#get-started)
</Note>
<Prerequisites items={[
{
text: "A new Medusa application installed.",
link: "!docs!#get-started"
},
]} />
## Step 1: Create Subscription Module