Skip to content

Commit 56f6f8f

Browse files
committed
Change category and redirect
1 parent 83e75f3 commit 56f6f8f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

polaris.shopify.com/content/components/deprecated/text-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Text container
33
description: A text container is used to wrap text elements such as paragraphs, headings, and lists to give them vertical spacing.
4-
category: Layout and structure
4+
category: Deprecated
55
releasedIn: 1.9.0
66
keywords:
77
- spacing

polaris.shopify.com/next.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ const deprecated = [
176176
destination: '/components/deprecated/subheading',
177177
permanent: false,
178178
},
179+
{
180+
source: '/components/text-container',
181+
destination: '/components/deprecated/text-container',
182+
permanent: false,
183+
},
179184
{
180185
source: '/components/text-style',
181186
destination: '/components/deprecated/text-style',
@@ -370,11 +375,6 @@ const layoutAndStructure = [
370375
destination: '/components/layout-and-structure/stack',
371376
permanent: false,
372377
},
373-
{
374-
source: '/components/text-container',
375-
destination: '/components/layout-and-structure/text-container',
376-
permanent: false,
377-
},
378378
];
379379

380380
const lists = [

0 commit comments

Comments
 (0)