Skip to content

Commit c5f0061

Browse files
committed
fix render issues
1 parent b1f8ab5 commit c5f0061

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

docs/apps/app-development-flow.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,10 @@ You should always test and verify your latest changes on your development store
2424
:::
2525

2626

27-
```mdx-code-block
28-
2927
import DevelopmentStore from '@site/_snippets/_offer-development-store.mdx';
3028

3129
<DevelopmentStore name="Development Store Offer" />
3230

33-
```
34-
3531
### Releases
3632

3733
Once you're confident with your app and tested it on your development store, you can create a **Release** on the App detail page in your Partner account. Releases are versioned snapshots of your App that can be installed on public stores and also trigger updates for existing installations. Store's always install the latest version of your app.

docs/apps/guides/storefront-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Storefront extensions are commonly used for but not limited to:
1919

2020
2. Make sure you have access to a store you plan to use for development - you will use this in later steps.
2121

22-
```mdx-code-block
2322

2423
import DevelopmentStore from '@site/_snippets/_offer-development-store.mdx';
2524

2625
<DevelopmentStore name="Development Store Offer" />
2726

2827

28+
2929
### App Layout Overview
3030

3131
Let's take a look at the basic file structure of apps to understand how to get started creating our first app.

0 commit comments

Comments
 (0)