From 94a46a3a10994e56a82244a34e748198a6d2169f Mon Sep 17 00:00:00 2001 From: Lo Kim Date: Mon, 21 Nov 2022 11:16:05 -0500 Subject: [PATCH 1/4] [polaris.shopify.com] Clean up links for alpha layout pages --- polaris.shopify.com/content/components/alpha-stack.md | 2 +- polaris.shopify.com/content/components/box.md | 2 +- polaris.shopify.com/content/components/inline.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/polaris.shopify.com/content/components/alpha-stack.md b/polaris.shopify.com/content/components/alpha-stack.md index fcafc0ce33b..bca28fed88f 100644 --- a/polaris.shopify.com/content/components/alpha-stack.md +++ b/polaris.shopify.com/content/components/alpha-stack.md @@ -28,4 +28,4 @@ examples: ## Related components -- To display elements horizontally, [use the Inline component](https://polaris.shopify.com/components/inline). +- To display elements horizontally, [use the Inline component](https://polaris.shopify.com/components/inline) diff --git a/polaris.shopify.com/content/components/box.md b/polaris.shopify.com/content/components/box.md index c5f86189625..abbe012a8f7 100644 --- a/polaris.shopify.com/content/components/box.md +++ b/polaris.shopify.com/content/components/box.md @@ -36,4 +36,4 @@ examples: ## Related components -- For more specific use cases, [use the Card](https://polaris.shopify.com/components/card) component. +- For more specific use cases, [use the Card component](https://polaris.shopify.com/components/card) diff --git a/polaris.shopify.com/content/components/inline.md b/polaris.shopify.com/content/components/inline.md index a4a65d6953c..2efef99e344 100644 --- a/polaris.shopify.com/content/components/inline.md +++ b/polaris.shopify.com/content/components/inline.md @@ -32,5 +32,5 @@ examples: ## Related components -- To create the large-scale structure of pages, [use the Columns](https://polaris.shopify.com/components/columns) and [Tile component](https://polaris.shopify.com/components/tile) -- To display elements vertically, [use AlphaStack](https://polaris.shopify.com/components/alphastack) +- To create the large-scale structure of pages, [use the Columns component](https://polaris.shopify.com/components/columns) +- To display elements vertically, [use the AlphaStack component](https://polaris.shopify.com/components/alphastack) From 412d0568dc578dd020fc3d9548510f078d6b0ca0 Mon Sep 17 00:00:00 2001 From: Lo Kim Date: Mon, 21 Nov 2022 11:16:45 -0500 Subject: [PATCH 2/4] Add changeset --- .changeset/strong-candles-visit.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/strong-candles-visit.md diff --git a/.changeset/strong-candles-visit.md b/.changeset/strong-candles-visit.md new file mode 100644 index 00000000000..7410636cdc3 --- /dev/null +++ b/.changeset/strong-candles-visit.md @@ -0,0 +1,5 @@ +--- +'polaris.shopify.com': patch +--- + +Removed link to deleted `Tile` component and cleaned up links From 78757bdab03222c0db3517b7faaa7f56c675e710 Mon Sep 17 00:00:00 2001 From: Lo Kim Date: Mon, 21 Nov 2022 11:22:50 -0500 Subject: [PATCH 3/4] Update .changeset/strong-candles-visit.md Co-authored-by: Kyle Durand --- .changeset/strong-candles-visit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/strong-candles-visit.md b/.changeset/strong-candles-visit.md index 7410636cdc3..68772ba76ff 100644 --- a/.changeset/strong-candles-visit.md +++ b/.changeset/strong-candles-visit.md @@ -2,4 +2,4 @@ 'polaris.shopify.com': patch --- -Removed link to deleted `Tile` component and cleaned up links +Removed link to deleted `Tiles` component and cleaned up links From f7834d13677dcfc04e2d9778ff4083bd6dd19576 Mon Sep 17 00:00:00 2001 From: Lo Kim Date: Mon, 21 Nov 2022 11:58:19 -0500 Subject: [PATCH 4/4] Update polaris.shopify.com/content/components/inline.md Co-authored-by: Sara Hill --- polaris.shopify.com/content/components/inline.md | 1 - 1 file changed, 1 deletion(-) diff --git a/polaris.shopify.com/content/components/inline.md b/polaris.shopify.com/content/components/inline.md index 2efef99e344..0f9febcc6b4 100644 --- a/polaris.shopify.com/content/components/inline.md +++ b/polaris.shopify.com/content/components/inline.md @@ -32,5 +32,4 @@ examples: ## Related components -- To create the large-scale structure of pages, [use the Columns component](https://polaris.shopify.com/components/columns) - To display elements vertically, [use the AlphaStack component](https://polaris.shopify.com/components/alphastack)