From 6fac6e3627ab16d5aeb1895d0c46181ec04a064a Mon Sep 17 00:00:00 2001 From: nnagewad Date: Tue, 15 Oct 2024 19:30:35 +0100 Subject: [PATCH 01/11] Initial draft of new component issue --- .github/ISSUE_TEMPLATE/01-new-components.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/01-new-components.md diff --git a/.github/ISSUE_TEMPLATE/01-new-components.md b/.github/ISSUE_TEMPLATE/01-new-components.md new file mode 100644 index 0000000..b9916f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01-new-components.md @@ -0,0 +1,7 @@ +--- +name: New component +about: Document a new component that needs to be added to the GOV.UK Publishing Design Guide +title: "[DATE]: [FEATURE NAME]" +labels: components, new documentation +projects: Community board - GOV.UK Publishing Design Guide +--- \ No newline at end of file From b8b61385268235683909bdf9492fa514dc1fec7e Mon Sep 17 00:00:00 2001 From: nnagewad Date: Tue, 15 Oct 2024 20:16:27 +0100 Subject: [PATCH 02/11] Update format --- .github/ISSUE_TEMPLATE/01-new-components.md | 7 ------- .github/ISSUE_TEMPLATE/01-new-components.yml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/01-new-components.md create mode 100644 .github/ISSUE_TEMPLATE/01-new-components.yml diff --git a/.github/ISSUE_TEMPLATE/01-new-components.md b/.github/ISSUE_TEMPLATE/01-new-components.md deleted file mode 100644 index b9916f1..0000000 --- a/.github/ISSUE_TEMPLATE/01-new-components.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: New component -about: Document a new component that needs to be added to the GOV.UK Publishing Design Guide -title: "[DATE]: [FEATURE NAME]" -labels: components, new documentation -projects: Community board - GOV.UK Publishing Design Guide ---- \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/01-new-components.yml b/.github/ISSUE_TEMPLATE/01-new-components.yml new file mode 100644 index 0000000..b907b69 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01-new-components.yml @@ -0,0 +1,12 @@ +name: New component +description: Document a new component that needs to be added to the GOV.UK Publishing Design Guide +title: "Document [Enter the name of the component]" +labels: ["components", "new documentation"] +projects: ["alphagov/99"] +body: + - type: markdown + attributes: + value: | + # Steps to start documenting a new component + - Assign yourself to this issue + - Under the "Development" select the "Create a new branch" to start documenting the new component \ No newline at end of file From 9eeb5b7f94099666a598f44c6abc46ea1cc3b911 Mon Sep 17 00:00:00 2001 From: nnagewad Date: Tue, 15 Oct 2024 21:04:49 +0100 Subject: [PATCH 03/11] Add more instructions --- .github/ISSUE_TEMPLATE/01-new-components.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-new-components.yml b/.github/ISSUE_TEMPLATE/01-new-components.yml index b907b69..12375d7 100644 --- a/.github/ISSUE_TEMPLATE/01-new-components.yml +++ b/.github/ISSUE_TEMPLATE/01-new-components.yml @@ -1,5 +1,5 @@ name: New component -description: Document a new component that needs to be added to the GOV.UK Publishing Design Guide +description: Document a component that needs to be added to the GOV.UK Publishing Design Guide title: "Document [Enter the name of the component]" labels: ["components", "new documentation"] projects: ["alphagov/99"] @@ -9,4 +9,9 @@ body: value: | # Steps to start documenting a new component - Assign yourself to this issue - - Under the "Development" select the "Create a new branch" to start documenting the new component \ No newline at end of file + - Under the "Development" select the "Create a new branch" to start documenting the new component + - Select "Checkout locally", which will automatically create a new branch related to this issue + - Once selected, copy the command and run it in your VS Code terminal + - Confirm that you are working on the new branch by selecting the branch icon in the bottom left corner of VS Code + - Start documenting the new component be sure to duplicate the template file `*components-documentation-template` and rename it to the component + - **Note:** spaces are replaced with hyphens (ie. `-`) \ No newline at end of file From 727ea2b1ad9ffe7d4140422da0e2094988468cc9 Mon Sep 17 00:00:00 2001 From: nnagewad Date: Tue, 15 Oct 2024 21:24:00 +0100 Subject: [PATCH 04/11] More specific instructions --- .github/ISSUE_TEMPLATE/01-new-components.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01-new-components.yml b/.github/ISSUE_TEMPLATE/01-new-components.yml index 12375d7..d0aa429 100644 --- a/.github/ISSUE_TEMPLATE/01-new-components.yml +++ b/.github/ISSUE_TEMPLATE/01-new-components.yml @@ -10,6 +10,9 @@ body: # Steps to start documenting a new component - Assign yourself to this issue - Under the "Development" select the "Create a new branch" to start documenting the new component + - Be sure to check the following criterias: + - **Repository destination** is set to `alphagov/govuk-design-guide` + - **Branch source** is set to `main` - Select "Checkout locally", which will automatically create a new branch related to this issue - Once selected, copy the command and run it in your VS Code terminal - Confirm that you are working on the new branch by selecting the branch icon in the bottom left corner of VS Code From 62665aa1273a24bdc1483f955efb10643bbe010b Mon Sep 17 00:00:00 2001 From: nnagewad Date: Tue, 15 Oct 2024 21:41:39 +0100 Subject: [PATCH 05/11] Split heading --- .github/ISSUE_TEMPLATE/01-new-components.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/01-new-components.yml b/.github/ISSUE_TEMPLATE/01-new-components.yml index d0aa429..e8bbc15 100644 --- a/.github/ISSUE_TEMPLATE/01-new-components.yml +++ b/.github/ISSUE_TEMPLATE/01-new-components.yml @@ -4,10 +4,12 @@ title: "Document [Enter the name of the component]" labels: ["components", "new documentation"] projects: ["alphagov/99"] body: + - type: markdown + attributes: + value: "# Steps to start documenting a new component" - type: markdown attributes: value: | - # Steps to start documenting a new component - Assign yourself to this issue - Under the "Development" select the "Create a new branch" to start documenting the new component - Be sure to check the following criterias: From 3e7b054ef29be10b7b927d90408a1910713603b5 Mon Sep 17 00:00:00 2001 From: nnagewad Date: Wed, 16 Oct 2024 09:33:45 +0100 Subject: [PATCH 06/11] Add additional issues template --- .github/ISSUE_TEMPLATE/02-new-patterns.yml | 22 +++++++++++++++++++ .../03-new-frontend-template.yml | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/02-new-patterns.yml create mode 100644 .github/ISSUE_TEMPLATE/03-new-frontend-template.yml diff --git a/.github/ISSUE_TEMPLATE/02-new-patterns.yml b/.github/ISSUE_TEMPLATE/02-new-patterns.yml new file mode 100644 index 0000000..1f748bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-new-patterns.yml @@ -0,0 +1,22 @@ +name: New pattern +description: Document a pattern that needs to be added to the GOV.UK Publishing Design Guide +title: "Document [Enter the name of the pattern]" +labels: ["pattern", "new documentation"] +projects: ["alphagov/99"] +body: + - type: markdown + attributes: + value: "# Steps to start documenting a new pattern" + - type: markdown + attributes: + value: | + - Assign yourself to this issue + - Under the "Development" select the "Create a new branch" to start documenting the new pattern + - Be sure to check the following criterias: + - **Repository destination** is set to `alphagov/govuk-design-guide` + - **Branch source** is set to `main` + - Select "Checkout locally", which will automatically create a new branch related to this issue + - Once selected, copy the command and run it in your VS Code terminal + - Confirm that you are working on the new branch by selecting the branch icon in the bottom left corner of VS Code + - Start documenting the new pattern be sure to duplicate the template file `*pattern-documentation-template` and rename it to the component + - **Note:** spaces are replaced with hyphens (ie. `-`) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/03-new-frontend-template.yml b/.github/ISSUE_TEMPLATE/03-new-frontend-template.yml new file mode 100644 index 0000000..e55cf5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-new-frontend-template.yml @@ -0,0 +1,22 @@ +name: New frontend template +description: Document a frontend template that needs to be added to the GOV.UK Publishing Design Guide +title: "Document [Enter the name of the frontend template]" +labels: ["frontend template", "new documentation"] +projects: ["alphagov/99"] +body: + - type: markdown + attributes: + value: "# Steps to start documenting a new frontend template" + - type: markdown + attributes: + value: | + - Assign yourself to this issue + - Under the "Development" select the "Create a new branch" to start documenting the new frontend template + - Be sure to check the following criterias: + - **Repository destination** is set to `alphagov/govuk-design-guide` + - **Branch source** is set to `main` + - Select "Checkout locally", which will automatically create a new branch related to this issue + - Once selected, copy the command and run it in your VS Code terminal + - Confirm that you are working on the new branch by selecting the branch icon in the bottom left corner of VS Code + - Start documenting the new frontend template be sure to duplicate the template file `*frontend-template-documentation-template` and rename it to the component + - **Note:** spaces are replaced with hyphens (ie. `-`) \ No newline at end of file From 908bae697c0d389f1b3c3689c177f39ce54d83e6 Mon Sep 17 00:00:00 2001 From: nnagewad Date: Wed, 16 Oct 2024 09:34:23 +0100 Subject: [PATCH 07/11] Update file name and update label name --- .github/ISSUE_TEMPLATE/01-new-components.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-new-components.yml b/.github/ISSUE_TEMPLATE/01-new-components.yml index e8bbc15..1f898f4 100644 --- a/.github/ISSUE_TEMPLATE/01-new-components.yml +++ b/.github/ISSUE_TEMPLATE/01-new-components.yml @@ -1,7 +1,7 @@ name: New component description: Document a component that needs to be added to the GOV.UK Publishing Design Guide title: "Document [Enter the name of the component]" -labels: ["components", "new documentation"] +labels: ["component", "new documentation"] projects: ["alphagov/99"] body: - type: markdown @@ -18,5 +18,5 @@ body: - Select "Checkout locally", which will automatically create a new branch related to this issue - Once selected, copy the command and run it in your VS Code terminal - Confirm that you are working on the new branch by selecting the branch icon in the bottom left corner of VS Code - - Start documenting the new component be sure to duplicate the template file `*components-documentation-template` and rename it to the component + - Start documenting the new component be sure to duplicate the template file `*component-documentation-template` and rename it to the component - **Note:** spaces are replaced with hyphens (ie. `-`) \ No newline at end of file From d44c4d09b6a7032b863e7defa8019ccf47f249b0 Mon Sep 17 00:00:00 2001 From: nnagewad Date: Wed, 16 Oct 2024 09:38:50 +0100 Subject: [PATCH 08/11] Update file name and links --- README.md | 4 ++-- docs/community/questions-and-answers.md | 4 ++-- ...ation-template.md => *component-documentation-template.md} | 0 ...ntation-template.md => *pattern-documentation-template.md} | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename docs/components/{*components-documentation-template.md => *component-documentation-template.md} (100%) rename docs/patterns/{*patterns-documentation-template.md => *pattern-documentation-template.md} (100%) diff --git a/README.md b/README.md index 7609fb0..c0da6b3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ http://localhost:8080/ 2. Create a brand new branch from main. 3. Depending on your scenario: - If a new documention is being added there are template files with detailed instructions available. - - [Components documentation template](https://github.com/alphagov/govuk-design-guide/blob/main/docs/components/*components-documentation-template.md?plain=1) - - [Patterns documentation template](https://github.com/alphagov/govuk-design-guide/blob/main/docs/patterns/*patterns-documentation-template.md?plain=1) + - [Component documentation template](https://github.com/alphagov/govuk-design-guide/blob/main/docs/components/*component-documentation-template.md?plain=1) + - [Pattern documentation template](https://github.com/alphagov/govuk-design-guide/blob/main/docs/patterns/*pattern-documentation-template.md?plain=1) - [Frontend template documentation template](https://github.com/alphagov/govuk-design-guide/blob/main/docs/frontend-templates/*frontend-template-documentation-template.md?plain=1) - If a documentation is being amended, locate the appropriate document within the `/docs` folder and begin making any necessary changes. diff --git a/docs/community/questions-and-answers.md b/docs/community/questions-and-answers.md index 8c3ec45..36d7565 100644 --- a/docs/community/questions-and-answers.md +++ b/docs/community/questions-and-answers.md @@ -21,10 +21,10 @@ details:

Below are code previews of documentation template:

  • - Components documentation template (opens in a new tab) + Component documentation template (opens in a new tab)
  • - Patterns documentation template (opens in a new tab) + Pattern documentation template (opens in a new tab)
  • Frontend template documentation template (opens in a new tab) diff --git a/docs/components/*components-documentation-template.md b/docs/components/*component-documentation-template.md similarity index 100% rename from docs/components/*components-documentation-template.md rename to docs/components/*component-documentation-template.md diff --git a/docs/patterns/*patterns-documentation-template.md b/docs/patterns/*pattern-documentation-template.md similarity index 100% rename from docs/patterns/*patterns-documentation-template.md rename to docs/patterns/*pattern-documentation-template.md From e91cfc32d42f4e5fe6b1e126033fd200c8e2df2d Mon Sep 17 00:00:00 2001 From: nnagewad Date: Wed, 16 Oct 2024 13:30:24 +0100 Subject: [PATCH 09/11] Update file name --- .../{01-new-components.yml => 01-new-component.yml} | 0 .../ISSUE_TEMPLATE/{02-new-patterns.yml => 02-new-pattern.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{01-new-components.yml => 01-new-component.yml} (100%) rename .github/ISSUE_TEMPLATE/{02-new-patterns.yml => 02-new-pattern.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/01-new-components.yml b/.github/ISSUE_TEMPLATE/01-new-component.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/01-new-components.yml rename to .github/ISSUE_TEMPLATE/01-new-component.yml diff --git a/.github/ISSUE_TEMPLATE/02-new-patterns.yml b/.github/ISSUE_TEMPLATE/02-new-pattern.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/02-new-patterns.yml rename to .github/ISSUE_TEMPLATE/02-new-pattern.yml From fbe1c1f68675c3e173379137b1487de07db108e0 Mon Sep 17 00:00:00 2001 From: nnagewad Date: Wed, 16 Oct 2024 15:54:00 +0100 Subject: [PATCH 10/11] Add guidance to refer to past documentation --- .github/ISSUE_TEMPLATE/01-new-component.yml | 6 +++++- .github/ISSUE_TEMPLATE/02-new-pattern.yml | 6 +++++- .github/ISSUE_TEMPLATE/03-new-frontend-template.yml | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-new-component.yml b/.github/ISSUE_TEMPLATE/01-new-component.yml index 1f898f4..eff796b 100644 --- a/.github/ISSUE_TEMPLATE/01-new-component.yml +++ b/.github/ISSUE_TEMPLATE/01-new-component.yml @@ -19,4 +19,8 @@ body: - Once selected, copy the command and run it in your VS Code terminal - Confirm that you are working on the new branch by selecting the branch icon in the bottom left corner of VS Code - Start documenting the new component be sure to duplicate the template file `*component-documentation-template` and rename it to the component - - **Note:** spaces are replaced with hyphens (ie. `-`) \ No newline at end of file + - **Note:** spaces are replaced with hyphens (ie. `-`) + - There may be existing documentation for a component. Please refer to: + - [Version 2.0 of documentation](https://docs.google.com/document/d/1AxlM2W9tu3su7K3nlqPhqNK1HoZwQIZaHf4Cv3TRHNg/edit?usp=sharing) + - [Version 3.0 of documentation](https://docs.google.com/document/d/1hFs6afjEPgQe5Wh2xq1H7RhzT-0OhMyHKi-NsODLDRY/edit?usp=sharing) + - [Version 4.0 of documentation](https://docs.google.com/document/d/1Fb6Vv-QS5tuYqhCYBcpGIaTNt4zDBeBMznz-7Nch-lE/edit?usp=sharing) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/02-new-pattern.yml b/.github/ISSUE_TEMPLATE/02-new-pattern.yml index 1f748bf..e309239 100644 --- a/.github/ISSUE_TEMPLATE/02-new-pattern.yml +++ b/.github/ISSUE_TEMPLATE/02-new-pattern.yml @@ -19,4 +19,8 @@ body: - Once selected, copy the command and run it in your VS Code terminal - Confirm that you are working on the new branch by selecting the branch icon in the bottom left corner of VS Code - Start documenting the new pattern be sure to duplicate the template file `*pattern-documentation-template` and rename it to the component - - **Note:** spaces are replaced with hyphens (ie. `-`) \ No newline at end of file + - **Note:** spaces are replaced with hyphens (ie. `-`) + - There may be existing documentation for a pattern. Please refer to: + - [Version 2.0 of documentation](https://docs.google.com/document/d/1AxlM2W9tu3su7K3nlqPhqNK1HoZwQIZaHf4Cv3TRHNg/edit?usp=sharing) + - [Version 3.0 of documentation](https://docs.google.com/document/d/1hFs6afjEPgQe5Wh2xq1H7RhzT-0OhMyHKi-NsODLDRY/edit?usp=sharing) + - [Version 4.0 of documentation](https://docs.google.com/document/d/1Fb6Vv-QS5tuYqhCYBcpGIaTNt4zDBeBMznz-7Nch-lE/edit?usp=sharing) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/03-new-frontend-template.yml b/.github/ISSUE_TEMPLATE/03-new-frontend-template.yml index e55cf5b..b5569a2 100644 --- a/.github/ISSUE_TEMPLATE/03-new-frontend-template.yml +++ b/.github/ISSUE_TEMPLATE/03-new-frontend-template.yml @@ -19,4 +19,8 @@ body: - Once selected, copy the command and run it in your VS Code terminal - Confirm that you are working on the new branch by selecting the branch icon in the bottom left corner of VS Code - Start documenting the new frontend template be sure to duplicate the template file `*frontend-template-documentation-template` and rename it to the component - - **Note:** spaces are replaced with hyphens (ie. `-`) \ No newline at end of file + - **Note:** spaces are replaced with hyphens (ie. `-`) + - There may be existing documentation for a frontend template. Please refer to: + - [Version 2.0 of documentation](https://docs.google.com/document/d/1AxlM2W9tu3su7K3nlqPhqNK1HoZwQIZaHf4Cv3TRHNg/edit?usp=sharing) + - [Version 3.0 of documentation](https://docs.google.com/document/d/1hFs6afjEPgQe5Wh2xq1H7RhzT-0OhMyHKi-NsODLDRY/edit?usp=sharing) + - [Version 4.0 of documentation](https://docs.google.com/document/d/1Fb6Vv-QS5tuYqhCYBcpGIaTNt4zDBeBMznz-7Nch-lE/edit?usp=sharing) \ No newline at end of file From c2ff4b7d9022083d4536a74ba9276c2ab2f904e8 Mon Sep 17 00:00:00 2001 From: nnagewad Date: Wed, 16 Oct 2024 15:56:33 +0100 Subject: [PATCH 11/11] Update grammar --- .github/ISSUE_TEMPLATE/01-new-component.yml | 2 +- .github/ISSUE_TEMPLATE/02-new-pattern.yml | 2 +- .github/ISSUE_TEMPLATE/03-new-frontend-template.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-new-component.yml b/.github/ISSUE_TEMPLATE/01-new-component.yml index eff796b..0bd395d 100644 --- a/.github/ISSUE_TEMPLATE/01-new-component.yml +++ b/.github/ISSUE_TEMPLATE/01-new-component.yml @@ -20,7 +20,7 @@ body: - Confirm that you are working on the new branch by selecting the branch icon in the bottom left corner of VS Code - Start documenting the new component be sure to duplicate the template file `*component-documentation-template` and rename it to the component - **Note:** spaces are replaced with hyphens (ie. `-`) - - There may be existing documentation for a component. Please refer to: + - There may be existing documentation for this component. Please refer to: - [Version 2.0 of documentation](https://docs.google.com/document/d/1AxlM2W9tu3su7K3nlqPhqNK1HoZwQIZaHf4Cv3TRHNg/edit?usp=sharing) - [Version 3.0 of documentation](https://docs.google.com/document/d/1hFs6afjEPgQe5Wh2xq1H7RhzT-0OhMyHKi-NsODLDRY/edit?usp=sharing) - [Version 4.0 of documentation](https://docs.google.com/document/d/1Fb6Vv-QS5tuYqhCYBcpGIaTNt4zDBeBMznz-7Nch-lE/edit?usp=sharing) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/02-new-pattern.yml b/.github/ISSUE_TEMPLATE/02-new-pattern.yml index e309239..0fd14fa 100644 --- a/.github/ISSUE_TEMPLATE/02-new-pattern.yml +++ b/.github/ISSUE_TEMPLATE/02-new-pattern.yml @@ -20,7 +20,7 @@ body: - Confirm that you are working on the new branch by selecting the branch icon in the bottom left corner of VS Code - Start documenting the new pattern be sure to duplicate the template file `*pattern-documentation-template` and rename it to the component - **Note:** spaces are replaced with hyphens (ie. `-`) - - There may be existing documentation for a pattern. Please refer to: + - There may be existing documentation for this pattern. Please refer to: - [Version 2.0 of documentation](https://docs.google.com/document/d/1AxlM2W9tu3su7K3nlqPhqNK1HoZwQIZaHf4Cv3TRHNg/edit?usp=sharing) - [Version 3.0 of documentation](https://docs.google.com/document/d/1hFs6afjEPgQe5Wh2xq1H7RhzT-0OhMyHKi-NsODLDRY/edit?usp=sharing) - [Version 4.0 of documentation](https://docs.google.com/document/d/1Fb6Vv-QS5tuYqhCYBcpGIaTNt4zDBeBMznz-7Nch-lE/edit?usp=sharing) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/03-new-frontend-template.yml b/.github/ISSUE_TEMPLATE/03-new-frontend-template.yml index b5569a2..0f06afe 100644 --- a/.github/ISSUE_TEMPLATE/03-new-frontend-template.yml +++ b/.github/ISSUE_TEMPLATE/03-new-frontend-template.yml @@ -20,7 +20,7 @@ body: - Confirm that you are working on the new branch by selecting the branch icon in the bottom left corner of VS Code - Start documenting the new frontend template be sure to duplicate the template file `*frontend-template-documentation-template` and rename it to the component - **Note:** spaces are replaced with hyphens (ie. `-`) - - There may be existing documentation for a frontend template. Please refer to: + - There may be existing documentation for this frontend template. Please refer to: - [Version 2.0 of documentation](https://docs.google.com/document/d/1AxlM2W9tu3su7K3nlqPhqNK1HoZwQIZaHf4Cv3TRHNg/edit?usp=sharing) - [Version 3.0 of documentation](https://docs.google.com/document/d/1hFs6afjEPgQe5Wh2xq1H7RhzT-0OhMyHKi-NsODLDRY/edit?usp=sharing) - [Version 4.0 of documentation](https://docs.google.com/document/d/1Fb6Vv-QS5tuYqhCYBcpGIaTNt4zDBeBMznz-7Nch-lE/edit?usp=sharing) \ No newline at end of file