Skip to content

Commit fce6f3e

Browse files
iainmcampbellvividviolet
authored andcommitted
docs: feedback
1 parent 3ed6951 commit fce6f3e

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed
File renamed without changes.

docs/ExtensionPoints/SubscriptionManagementExtension.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ This extension renders in the Product Details and Product Variants Page and is h
2727
- [Modal Actions](../Utilities/ModalActions.md)
2828
- [Layout](../Utilities/Layout.md)
2929
- [Locale](../Utilities/Locale.md)
30-
- [Product Data](../Utilities/ProductData.md)
3130
- [Session Token](../Utilities/SessionToken.md)
3231
- [Toast](../Utilities/Toast.md)
3332

3433
## Product Data
3534

36-
TODO - Product data structure goes here
35+
TODO - [Product Data](../Utilities/ProductData.md) structure goes here
36+
37+
File renamed without changes.

docs/ReadMe.md renamed to docs/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ render(ExtensionPoint.MyExtension, (root) => {
5757
#### React Example
5858

5959
```js
60-
import {ExtensionPoint, render, Text} from '@shopify/argo-admin';
60+
import {ExtensionPoint, Text} from '@shopify/argo-admin';
61+
import {render} from '@shopify/argo-admin/react';
6162

6263
function App() {
6364
return (

0 commit comments

Comments
 (0)