From dde0a10db6b10325fa52f2557468c615501748d4 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 29 Sep 2021 09:40:55 +0100 Subject: [PATCH] Add external lib docs to readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 4d00d36a2..537efbdc5 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,20 @@ Assumptions made by the format: - All pages have at least 1 question - The ActiveRecord case log model has a field for each question name (must match) - Text not required by a page/question such as a header or hint text should be passed as an empty string + + +### Useful documentation (external dependencies) + +##### DfE Form Builder Gem + +- [Examples](https://govuk-form-builder.netlify.app/) +- [Technical Docs](https://www.rubydoc.info/gems/govuk_design_system_formbuilder/) +- [GitHub repository](https://github.com/DFE-Digital/govuk-formbuilder) + +##### Alpha Gov UK frontend gem + +- [GitHub repository](https://github.com/alphagov/govuk-frontend) + +##### Hotwire (Turbo/Stimulus) + +- [Docs](https://turbo.hotwired.dev/)