forked from medusajs/medusa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add tags manually to doc pages (medusajs#10675)
- Loading branch information
1 parent
100da64
commit 024c55d
Showing
62 changed files
with
809 additions
and
42 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
www/apps/resources/app/commerce-modules/product/guides/price-with-taxes/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
www/apps/resources/app/commerce-modules/product/guides/price/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
--- | ||
sidebar_label: "Get Variant Prices" | ||
tags: | ||
- product | ||
- pricing | ||
- query | ||
--- | ||
|
||
export const metadata = { | ||
|
6 changes: 6 additions & 0 deletions
6
www/apps/resources/app/storefront-development/cart/context/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
--- | ||
tags: | ||
- cart | ||
- storefront | ||
--- | ||
|
||
import { CodeTabs, CodeTab } from "docs-ui" | ||
|
||
export const metadata = { | ||
|
6 changes: 6 additions & 0 deletions
6
www/apps/resources/app/storefront-development/cart/create/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
--- | ||
tags: | ||
- cart | ||
- storefront | ||
--- | ||
|
||
import { CodeTabs, CodeTab } from "docs-ui" | ||
|
||
export const metadata = { | ||
|
6 changes: 6 additions & 0 deletions
6
www/apps/resources/app/storefront-development/cart/manage-items/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
--- | ||
tags: | ||
- cart | ||
- storefront | ||
--- | ||
|
||
import { CodeTabs, CodeTab } from "docs-ui" | ||
|
||
export const metadata = { | ||
|
6 changes: 6 additions & 0 deletions
6
www/apps/resources/app/storefront-development/cart/retrieve/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
--- | ||
tags: | ||
- cart | ||
- storefront | ||
--- | ||
|
||
import { CodeTabs, CodeTab } from "docs-ui" | ||
|
||
export const metadata = { | ||
|
6 changes: 6 additions & 0 deletions
6
www/apps/resources/app/storefront-development/cart/update/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
--- | ||
tags: | ||
- cart | ||
- storefront | ||
--- | ||
|
||
import { CodeTabs, CodeTab } from "docs-ui" | ||
|
||
export const metadata = { | ||
|
6 changes: 6 additions & 0 deletions
6
www/apps/resources/app/storefront-development/checkout/address/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
--- | ||
tags: | ||
- cart | ||
- storefront | ||
--- | ||
|
||
import { CodeTabs, CodeTab } from "docs-ui" | ||
|
||
export const metadata = { | ||
|
8 changes: 8 additions & 0 deletions
8
www/apps/resources/app/storefront-development/checkout/complete-cart/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
www/apps/resources/app/storefront-development/checkout/email/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
--- | ||
tags: | ||
- cart | ||
- storefront | ||
--- | ||
|
||
import { CodeTabs, CodeTab } from "docs-ui" | ||
|
||
export const metadata = { | ||
|
7 changes: 7 additions & 0 deletions
7
www/apps/resources/app/storefront-development/checkout/payment/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
www/apps/resources/app/storefront-development/checkout/payment/stripe/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
www/apps/resources/app/storefront-development/checkout/shipping/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
www/apps/resources/app/storefront-development/customers/addresses/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
--- | ||
tags: | ||
- customer | ||
- storefront | ||
--- | ||
|
||
import { CodeTabs, CodeTab } from "docs-ui" | ||
|
||
export const metadata = { | ||
|
6 changes: 6 additions & 0 deletions
6
www/apps/resources/app/storefront-development/customers/context/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
--- | ||
tags: | ||
- customer | ||
- storefront | ||
--- | ||
|
||
export const metadata = { | ||
title: `Customer Context in Storefront`, | ||
} | ||
|
7 changes: 7 additions & 0 deletions
7
www/apps/resources/app/storefront-development/customers/log-out/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
www/apps/resources/app/storefront-development/customers/login/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
www/apps/resources/app/storefront-development/customers/profile/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
--- | ||
tags: | ||
- customer | ||
- storefront | ||
--- | ||
|
||
import { CodeTabs, CodeTab } from "docs-ui" | ||
|
||
export const metadata = { | ||
|
7 changes: 7 additions & 0 deletions
7
www/apps/resources/app/storefront-development/customers/register/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
www/apps/resources/app/storefront-development/customers/reset-password/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
www/apps/resources/app/storefront-development/customers/retrieve/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
www/apps/resources/app/storefront-development/customers/third-party-login/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
www/apps/resources/app/storefront-development/products/categories/list/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...urces/app/storefront-development/products/categories/nested-categories/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...apps/resources/app/storefront-development/products/categories/products/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...apps/resources/app/storefront-development/products/categories/retrieve/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
www/apps/resources/app/storefront-development/products/collections/list/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...pps/resources/app/storefront-development/products/collections/products/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...pps/resources/app/storefront-development/products/collections/retrieve/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
www/apps/resources/app/storefront-development/products/inventory/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
www/apps/resources/app/storefront-development/products/list/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
--- | ||
tags: | ||
- product | ||
- storefront | ||
--- | ||
|
||
import { CodeTabs, CodeTab } from "docs-ui" | ||
|
||
export const metadata = { | ||
|
4 changes: 4 additions & 0 deletions
4
...esources/app/storefront-development/products/price/examples/sale-price/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...esources/app/storefront-development/products/price/examples/show-price/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...resources/app/storefront-development/products/price/examples/tax-price/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
www/apps/resources/app/storefront-development/products/price/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
www/apps/resources/app/storefront-development/products/retrieve/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
--- | ||
tags: | ||
- product | ||
- storefront | ||
--- | ||
|
||
import { CodeTabs, CodeTab } from "docs-ui" | ||
|
||
export const metadata = { | ||
|
6 changes: 6 additions & 0 deletions
6
www/apps/resources/app/storefront-development/products/variants/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
--- | ||
tags: | ||
- product | ||
- storefront | ||
--- | ||
|
||
import { CodeTabs, CodeTab } from "docs-ui" | ||
|
||
export const metadata = { | ||
|
Oops, something went wrong.