From 2765f74e53cd851bc1ede3d870b3dbdeeea7d60e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 5 Feb 2022 19:01:37 +0100 Subject: [PATCH 1/5] Update markdown/dev/reference/api/config/dependencies/en.md Co-authored-by: Nick Dower --- markdown/dev/reference/api/config/dependencies/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/reference/api/config/dependencies/en.md b/markdown/dev/reference/api/config/dependencies/en.md index 169842584c2..53d6da6634e 100644 --- a/markdown/dev/reference/api/config/dependencies/en.md +++ b/markdown/dev/reference/api/config/dependencies/en.md @@ -15,7 +15,7 @@ render them if they were not requested. ## Structure -An plain object of `key`-`value` pairs that controls the order in which pattern +A plain object of `key`-`value` pairs that controls the order in which pattern parts will get drafted. The value can either be a string, or an array of strings. Those strings should be part names. From 42a9b83539f6ce67024a9746047c93e7bf7d89be Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 5 Feb 2022 19:01:48 +0100 Subject: [PATCH 2/5] Update markdown/dev/reference/api/config/hide/en.md Co-authored-by: Nick Dower --- markdown/dev/reference/api/config/hide/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/reference/api/config/hide/en.md b/markdown/dev/reference/api/config/hide/en.md index b4b52aafd5e..36a2c70213b 100644 --- a/markdown/dev/reference/api/config/hide/en.md +++ b/markdown/dev/reference/api/config/hide/en.md @@ -3,7 +3,7 @@ title: hide --- The `hide` key in the pattern configuration file allow you to configure -parts the should be hidden by default. +parts that should be hidden by default. *Hidden* means that they will be drafted, but not rendered. This is ypically used for a base part on which other parts are built. From 9006f0686079cd55b27102ed9097c3b50823ccb5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 5 Feb 2022 19:02:07 +0100 Subject: [PATCH 3/5] Update markdown/dev/reference/api/config/hide/en.md Co-authored-by: Nick Dower --- markdown/dev/reference/api/config/hide/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/reference/api/config/hide/en.md b/markdown/dev/reference/api/config/hide/en.md index 36a2c70213b..f53713a9e83 100644 --- a/markdown/dev/reference/api/config/hide/en.md +++ b/markdown/dev/reference/api/config/hide/en.md @@ -5,7 +5,7 @@ title: hide The `hide` key in the pattern configuration file allow you to configure parts that should be hidden by default. *Hidden* means that they will be drafted, but not rendered. This is -ypically used for a base part on which other parts are built. +typically used for a base part on which other parts are built. Note that hidden parts will be rendered when the user requests to [only draft some parts of a pattern](/reference/api/settings/only) From bc6cdc021f1a1a3a4a12b728ae1591197e73c607 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 5 Feb 2022 19:02:28 +0100 Subject: [PATCH 4/5] Update markdown/dev/reference/api/config/hide/en.md Co-authored-by: Nick Dower --- markdown/dev/reference/api/config/hide/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/reference/api/config/hide/en.md b/markdown/dev/reference/api/config/hide/en.md index f53713a9e83..db817230818 100644 --- a/markdown/dev/reference/api/config/hide/en.md +++ b/markdown/dev/reference/api/config/hide/en.md @@ -14,7 +14,7 @@ and includes the hidden part(s). ## Structure -An array with strings that hold part names. +An array of strings that holds part names. ## Example From 074e3e6185953672b454fb9f490a7e77c71a37b4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 5 Feb 2022 19:02:36 +0100 Subject: [PATCH 5/5] Update markdown/dev/reference/api/config/measurements/en.md Co-authored-by: Nick Dower --- markdown/dev/reference/api/config/measurements/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/reference/api/config/measurements/en.md b/markdown/dev/reference/api/config/measurements/en.md index ba7894c4210..ca6d91f3cb8 100644 --- a/markdown/dev/reference/api/config/measurements/en.md +++ b/markdown/dev/reference/api/config/measurements/en.md @@ -2,7 +2,7 @@ title: measurements --- -The `measurements` key in the pattern configuration file allow you to configure +The `measurements` key in the pattern configuration file allows you to configure the measurments that are required to draft the pattern. ## Structure