From b98b4d82fe4a2b21551937a81c97e732cf1d438f Mon Sep 17 00:00:00 2001 From: Precious Onyenaucheya Date: Thu, 28 Sep 2023 11:25:42 +0100 Subject: [PATCH] remove documentation --- src/components/error/_macro-options.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/components/error/_macro-options.md diff --git a/src/components/error/_macro-options.md b/src/components/error/_macro-options.md deleted file mode 100644 index 3a8994e539..0000000000 --- a/src/components/error/_macro-options.md +++ /dev/null @@ -1,5 +0,0 @@ -| Name | Type | Required | Description | -| ---------- | ------------------------- | -------- | ------------------------------------------------------------------ | -| id | string | true | The HTML id attribute that the error summary link can anchor to | -| text | string or array`` | true | The text describing the error | -| attributes | object | false | HTML attributes (for example, data attributes) to add to the field |