From 8f72b08f9fad4fb22bfcc7a5fabbaa37578f7875 Mon Sep 17 00:00:00 2001 From: bobgeorgethe3rd Date: Wed, 13 Apr 2022 22:39:28 +0100 Subject: [PATCH 1/6] fix(link) Incorrect Link for Couter Page. Noticed this when trying to look it up. The counter page exists it is just not registered as count so the link needed changing :) Changes - Changed link from "count" to "counter" --- markdown/dev/reference/api/config/options/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/reference/api/config/options/en.md b/markdown/dev/reference/api/config/options/en.md index 94731c1fc5e..61f39632b7e 100644 --- a/markdown/dev/reference/api/config/options/en.md +++ b/markdown/dev/reference/api/config/options/en.md @@ -27,7 +27,7 @@ There are the five option types that an aspiring pattern designer should be familiar with: 1. [**boolean** options][bool] are for yes/no choices -2. [**counter** options][count] are for integer values +2. [**counter** options][counter] are for integer values 3. [**degree** options][deg] are for degrees 4. [**list** options][list] are for a list of possible choices 5. [**percentage** options][pct] are for percentages From eb5693044ce924b55e3eceedbf87eceffa52b78d Mon Sep 17 00:00:00 2001 From: bobgeorgethe3rd Date: Thu, 14 Apr 2022 03:01:00 +0100 Subject: [PATCH 2/6] missed the actual link gg me --- markdown/dev/reference/api/config/options/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/reference/api/config/options/en.md b/markdown/dev/reference/api/config/options/en.md index 61f39632b7e..eb9b88594fd 100644 --- a/markdown/dev/reference/api/config/options/en.md +++ b/markdown/dev/reference/api/config/options/en.md @@ -129,7 +129,7 @@ to determine whether an option should be shown or not. [const]: /reference/api/config/options/const -[count]: /reference/api/config/options/count +[count]: /reference/api/config/options/counter [deg]: /reference/api/config/options/deg From f869c935df71e6fb9f0b7199b015afdb5d7d7189 Mon Sep 17 00:00:00 2001 From: bobgeorgethe3rd Date: Thu, 14 Apr 2022 03:04:56 +0100 Subject: [PATCH 3/6] missing api link buttonhole --- markdown/dev/reference/api/snippets/buttonhole/en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/markdown/dev/reference/api/snippets/buttonhole/en.md b/markdown/dev/reference/api/snippets/buttonhole/en.md index 0c95cafc168..b4f6dec8f27 100644 --- a/markdown/dev/reference/api/snippets/buttonhole/en.md +++ b/markdown/dev/reference/api/snippets/buttonhole/en.md @@ -19,8 +19,8 @@ An example of the buttonhole snippet We provide three buttonhole snippets with a different alignment: -- [buttonhole](/reference/snippets/buttonhole/): Anchor point is the middle of the buttonhole -- [buttonhole-start](/reference/snippets/buttonhole-start/): Anchor point is the start of the buttonhole -- [buttonhole-end](/reference/snippets/buttonhole-end/): Anchor point is the end of the buttonhole +- [buttonhole](/reference/api/snippets/buttonhole/): Anchor point is the middle of the buttonhole +- [buttonhole-start](/reference/api/snippets/buttonhole-start/): Anchor point is the start of the buttonhole +- [buttonhole-end](/reference/api/snippets/buttonhole-end/): Anchor point is the end of the buttonhole From d90cde708a2df53b094c9158f522411b4dcbd2b1 Mon Sep 17 00:00:00 2001 From: bobgeorgethe3rd Date: Thu, 14 Apr 2022 03:05:15 +0100 Subject: [PATCH 4/6] same as previous --- markdown/dev/reference/api/snippets/buttonhole-end/en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/markdown/dev/reference/api/snippets/buttonhole-end/en.md b/markdown/dev/reference/api/snippets/buttonhole-end/en.md index d243213ec39..87fb3db9350 100644 --- a/markdown/dev/reference/api/snippets/buttonhole-end/en.md +++ b/markdown/dev/reference/api/snippets/buttonhole-end/en.md @@ -19,8 +19,8 @@ An example of the buttonhole-end snippet We provide three buttonhole snippets with a different alignment: -- [buttonhole](/reference/snippets/buttonhole/): Anchor point is the middle of the buttonhole -- [buttonhole-start](/reference/snippets/buttonhole-start/): Anchor point is the start of the buttonhole -- [buttonhole-end](/reference/snippets/buttonhole-end/): Anchor point is the end of the buttonhole +- [buttonhole](/reference/api/snippets/buttonhole/): Anchor point is the middle of the buttonhole +- [buttonhole-start](/reference/api/snippets/buttonhole-start/): Anchor point is the start of the buttonhole +- [buttonhole-end](/reference/api/snippets/buttonhole-end/): Anchor point is the end of the buttonhole From 120de8621f2ea65371b509a075762bb75d7bb54a Mon Sep 17 00:00:00 2001 From: bobgeorgethe3rd Date: Thu, 14 Apr 2022 03:05:37 +0100 Subject: [PATCH 5/6] same as previous --- markdown/dev/reference/api/snippets/buttonhole-start/en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/markdown/dev/reference/api/snippets/buttonhole-start/en.md b/markdown/dev/reference/api/snippets/buttonhole-start/en.md index 0da5e1b9660..c2827ed7ecb 100644 --- a/markdown/dev/reference/api/snippets/buttonhole-start/en.md +++ b/markdown/dev/reference/api/snippets/buttonhole-start/en.md @@ -19,8 +19,8 @@ An example of the buttonhole-start snippet We provide three buttonhole snippets with a different alignment: -- [buttonhole](/reference/snippets/buttonhole/): Anchor point is the middle of the buttonhole -- [buttonhole-start](/reference/snippets/buttonhole-start/): Anchor point is the start of the buttonhole -- [buttonhole-end](/reference/snippets/buttonhole-end/): Anchor point is the end of the buttonhole +- [buttonhole](/reference/api/snippets/buttonhole/): Anchor point is the middle of the buttonhole +- [buttonhole-start](/reference/api/snippets/buttonhole-start/): Anchor point is the start of the buttonhole +- [buttonhole-end](/reference/api/snippets/buttonhole-end/): Anchor point is the end of the buttonhole From 26e5b63a07710b9ab685c95988f2aaafa2cac29a Mon Sep 17 00:00:00 2001 From: bobgeorgethe3rd Date: Thu, 14 Apr 2022 19:41:08 +0100 Subject: [PATCH 6/6] Update en.md --- markdown/dev/reference/api/config/options/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/reference/api/config/options/en.md b/markdown/dev/reference/api/config/options/en.md index eb9b88594fd..95f63cb2e01 100644 --- a/markdown/dev/reference/api/config/options/en.md +++ b/markdown/dev/reference/api/config/options/en.md @@ -27,7 +27,7 @@ There are the five option types that an aspiring pattern designer should be familiar with: 1. [**boolean** options][bool] are for yes/no choices -2. [**counter** options][counter] are for integer values +2. [**counter** options][count] are for integer values 3. [**degree** options][deg] are for degrees 4. [**list** options][list] are for a list of possible choices 5. [**percentage** options][pct] are for percentages