diff --git a/src/form/__tests__/form-input.stories.tsx b/src/form/__tests__/form-input.stories.tsx index 9083cbbb1f..7bdabb014d 100644 --- a/src/form/__tests__/form-input.stories.tsx +++ b/src/form/__tests__/form-input.stories.tsx @@ -736,4 +736,12 @@ export default { ), ], + parameters: { + nkDocs: { + title: 'Form input', + url: 'https://newskit.co.uk/components/form', + description: + 'The form component allows users to enter and edit information into a UI using form controls. Based on React Hook Form.', + }, + }, };