Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: redesign tables #8653

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 56 additions & 68 deletions www/apps/resources/app/admin-widget-injection-zones/page.mdx

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ CACHE_REDIS_URL=<YOUR_REDIS_URL>
</Table.Body>
</Table>

---

## Test the Module

To test the module, start the Medusa application:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ EVENTS_REDIS_URL=<YOUR_REDIS_URL>
</Table.Body>
</Table>

---

## Test the Module

To test the module, start the Medusa application:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,6 @@ module.exports = {
</Table.Body>
</Table>

---

## Troubleshooting

<DetailsList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ SENDGRID_FROM=<YOUR_SENDGRID_FROM>
</Table.Body>
</Table>

---

## SendGrid Templates

When you send a notification, you must specify the ID of the template to use in SendGrid.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ WE_REDIS_URL=<YOUR_REDIS_URL>
</Table.Body>
</Table>

---

## Test the Module

To test the module, start the Medusa application:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted API key
id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted auth identity
id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const modules = {
</Table.Cell>
<Table.Cell>

```ts noCopy noReport noLineNumbers
```ts blockStyle="inline"
const hashConfig = {
logN: 15,
r: 8,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted cart
id,
Expand All @@ -44,7 +44,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted address
id,
Expand All @@ -66,7 +66,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted line item
id,
Expand All @@ -88,7 +88,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted line item adjustment
id,
Expand All @@ -110,7 +110,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted line item tax line
id,
Expand All @@ -132,7 +132,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted shipping method
id,
Expand All @@ -154,7 +154,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted shipping method adjustment
id,
Expand All @@ -176,7 +176,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted shipping method tax line
id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted currency
id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted customer
id,
Expand All @@ -44,7 +44,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted address
id,
Expand All @@ -66,7 +66,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted customer group
id,
Expand All @@ -88,7 +88,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted customer group customer
id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the fulfillment set
id,
Expand All @@ -44,7 +44,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted fulfillment set
id,
Expand All @@ -66,7 +66,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the service zone
id,
Expand All @@ -88,7 +88,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted service zone
id,
Expand All @@ -110,7 +110,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the geo zone
id,
Expand All @@ -132,7 +132,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted geo zone
id,
Expand All @@ -154,7 +154,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the shipping option
id,
Expand All @@ -176,7 +176,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the shipping profile
id,
Expand All @@ -198,7 +198,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the shipping option rule
id,
Expand All @@ -220,7 +220,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the shipping option type
id,
Expand All @@ -242,7 +242,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the fulfillment provider
id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the inventory item
id,
Expand All @@ -44,7 +44,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the inventory item
id,
Expand All @@ -66,7 +66,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted inventory item
id,
Expand All @@ -88,7 +88,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the inventory level
id,
Expand All @@ -110,7 +110,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the inventory level
id,
Expand All @@ -132,7 +132,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted inventory level
id,
Expand All @@ -154,7 +154,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the reservation item
id,
Expand All @@ -176,7 +176,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the reservation item
id,
Expand All @@ -198,7 +198,7 @@ import { Table } from "docs-ui"
</Table.Cell>
<Table.Cell>

```ts noCopy noReport
```ts blockStyle="inline"
{
// the ID of the deleted reservation item
id,
Expand Down
Loading
Loading