Skip to content

Commit d7074ba

Browse files
committed
update description
1 parent 373d8d2 commit d7074ba

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docusaurus.config.cjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
/** @type {import('@docusaurus/types').Config} */
44
const config = {
55
title: 'Forms Engine Plugin',
6-
tagline:
7-
'A hapi plugin for building GOV.UK-compliant form journeys with minimal code',
6+
tagline: 'A hapi plugin for building GOV.UK form journeys with minimal code',
87
favicon: undefined,
98

109
url: 'https://defra.github.io',
@@ -151,7 +150,7 @@ const config = {
151150
homepage: {
152151
getStartedHref: '/getting-started',
153152
description:
154-
'A hapi plugin that simplifies form development with a configuration-driven approach. Create GOV.UK form journeys effortlessly — no code required.'
153+
'Schema-driven and extensible, built on Hapi.js foundations. Handles routing, validation, state management, and GOV.UK Frontend rendering — so teams can focus on form design, not plumbing.'
155154
}
156155
}
157156
}

0 commit comments

Comments
 (0)