docs: add tags manually to doc pages (#10675)

This commit is contained in:
Shahed Nasser
2024-12-19 18:55:56 +02:00
committed by GitHub
parent 100da64242
commit 024c55d995
62 changed files with 809 additions and 42 deletions
@@ -1,3 +1,9 @@
---
tags:
- cart
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- cart
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- cart
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- cart
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- cart
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- cart
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,11 @@
---
tags:
- cart
- order
- payment
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- cart
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- cart
- storefront
- payment
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,11 @@
---
tags:
- cart
- storefront
- stripe
- payment
---
import { CodeTabs, CodeTab, Prerequisites } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- cart
- storefront
- fulfillment
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- customer
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- customer
- storefront
---
export const metadata = {
title: `Customer Context in Storefront`,
}
@@ -1,3 +1,10 @@
---
tags:
- customer
- storefront
- auth
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- customer
- storefront
- auth
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- customer
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- customer
- storefront
- auth
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- customer
- storefront
- auth
---
import { CodeTabs, CodeTab, Prerequisites } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- customer
- storefront
- auth
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- customer
- storefront
- auth
---
import { Prerequisites, CodeTabs, CodeTab, Details } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- product
- product category
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- product
- product category
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- product
- product category
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- product
- product category
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- product
- product collection
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- product
- product collection
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- product
- product collection
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- product
- inventory
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- product
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,6 +1,10 @@
---
sidebar_position: 2
sidebar_label: "Example: Show Sale Price"
tags:
- product
- storefront
- pricing
---
export const metadata = {
@@ -1,6 +1,10 @@
---
sidebar_position: 1
sidebar_label: "Example: Show Variant's Price"
tags:
- product
- storefront
- pricing
---
export const metadata = {
@@ -1,6 +1,11 @@
---
sidebar_position: 3
sidebar_label: "Example: Show Price with Taxes"
tags:
- product
- storefront
- pricing
- tax
---
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- product
- storefront
- pricing
---
import { CodeTabs, CodeTab, Table } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- product
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- product
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,10 @@
---
tags:
- publishable api key
- api key
- storefront
---
export const metadata = {
title: `Use a Publishable API Key in the Storefront`,
}
@@ -1,3 +1,9 @@
---
tags:
- region
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- region
- storefront
---
import { CodeTabs, CodeTab } from "docs-ui"
export const metadata = {
@@ -1,3 +1,9 @@
---
tags:
- region
- storefront
---
export const metadata = {
title: `Store and Retrieve Region`,
}
@@ -1,3 +1,8 @@
---
tags:
- storefront
---
export const metadata = {
title: `Storefront Development Tips`,
}