Merge pull request #5539 from ArcticCoder/fix-docs-missing-options
Fix docs missing options
This commit is contained in:
commit
22ef62655d
25 changed files with 61 additions and 1 deletions
5
markdown/org/docs/designs/onyx/options/outseamease/de.md
Normal file
5
markdown/org/docs/designs/onyx/options/outseamease/de.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Outseam ease"
|
||||||
|
---
|
||||||
|
|
||||||
|
Controls how far down the garment the waist, hips, seat, and upper leg points on the outseam will be.
|
5
markdown/org/docs/designs/onyx/options/outseamease/en.md
Normal file
5
markdown/org/docs/designs/onyx/options/outseamease/en.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Outseam ease"
|
||||||
|
---
|
||||||
|
|
||||||
|
Controls how far down the garment the waist, hips, seat, and upper leg points on the outseam will be.
|
5
markdown/org/docs/designs/onyx/options/outseamease/es.md
Normal file
5
markdown/org/docs/designs/onyx/options/outseamease/es.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Outseam ease"
|
||||||
|
---
|
||||||
|
|
||||||
|
Controls how far down the garment the waist, hips, seat, and upper leg points on the outseam will be.
|
5
markdown/org/docs/designs/onyx/options/outseamease/fr.md
Normal file
5
markdown/org/docs/designs/onyx/options/outseamease/fr.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Outseam ease"
|
||||||
|
---
|
||||||
|
|
||||||
|
Controls how far down the garment the waist, hips, seat, and upper leg points on the outseam will be.
|
5
markdown/org/docs/designs/onyx/options/outseamease/nl.md
Normal file
5
markdown/org/docs/designs/onyx/options/outseamease/nl.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Outseam ease"
|
||||||
|
---
|
||||||
|
|
||||||
|
Controls how far down the garment the waist, hips, seat, and upper leg points on the outseam will be.
|
5
markdown/org/docs/designs/onyx/options/outseamease/uk.md
Normal file
5
markdown/org/docs/designs/onyx/options/outseamease/uk.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Outseam ease"
|
||||||
|
---
|
||||||
|
|
||||||
|
Controls how far down the garment the waist, hips, seat, and upper leg points on the outseam will be.
|
5
markdown/org/docs/designs/onyx/options/waistease/de.md
Normal file
5
markdown/org/docs/designs/onyx/options/waistease/de.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Waist ease"
|
||||||
|
---
|
||||||
|
|
||||||
|
Controls how wide the garment will be around the waist.
|
5
markdown/org/docs/designs/onyx/options/waistease/en.md
Normal file
5
markdown/org/docs/designs/onyx/options/waistease/en.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Waist ease"
|
||||||
|
---
|
||||||
|
|
||||||
|
Controls how wide the garment will be around the waist.
|
5
markdown/org/docs/designs/onyx/options/waistease/es.md
Normal file
5
markdown/org/docs/designs/onyx/options/waistease/es.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Waist ease"
|
||||||
|
---
|
||||||
|
|
||||||
|
Controls how wide the garment will be around the waist.
|
5
markdown/org/docs/designs/onyx/options/waistease/fr.md
Normal file
5
markdown/org/docs/designs/onyx/options/waistease/fr.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Waist ease"
|
||||||
|
---
|
||||||
|
|
||||||
|
Controls how wide the garment will be around the waist.
|
5
markdown/org/docs/designs/onyx/options/waistease/nl.md
Normal file
5
markdown/org/docs/designs/onyx/options/waistease/nl.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Waist ease"
|
||||||
|
---
|
||||||
|
|
||||||
|
Controls how wide the garment will be around the waist.
|
5
markdown/org/docs/designs/onyx/options/waistease/uk.md
Normal file
5
markdown/org/docs/designs/onyx/options/waistease/uk.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Waist ease"
|
||||||
|
---
|
||||||
|
|
||||||
|
Controls how wide the garment will be around the waist.
|
|
@ -49,7 +49,7 @@ const OptionGroup = ({ id, group, t, design }) => (
|
||||||
<ul className="list list-inside list-disc pl-2">
|
<ul className="list list-inside list-disc pl-2">
|
||||||
{Object.entries(group).map(([sid, entry]) =>
|
{Object.entries(group).map(([sid, entry]) =>
|
||||||
entry.isGroup ? (
|
entry.isGroup ? (
|
||||||
<OptionGroup id={sid} key={sid} t={t} group={entry} desing={design} />
|
<OptionGroup id={sid} key={sid} t={t} group={entry} design={design} />
|
||||||
) : (
|
) : (
|
||||||
<Option key={sid} id={sid} option={entry} design={design} />
|
<Option key={sid} id={sid} option={entry} design={design} />
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue