diff --git a/docusaurus/docs/form/components/checkbox.md b/docusaurus/docs/form/components/checkbox.md index 76d453a434..fc0ff7fb26 100644 --- a/docusaurus/docs/form/components/checkbox.md +++ b/docusaurus/docs/form/components/checkbox.md @@ -39,7 +39,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-form-checkboxgroup--docs) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-form-checkboxgroup--docs) ### Props diff --git a/docusaurus/docs/form/components/field.md b/docusaurus/docs/form/components/field.md index 4b6d3426ba..a3d7783819 100644 --- a/docusaurus/docs/form/components/field.md +++ b/docusaurus/docs/form/components/field.md @@ -30,7 +30,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-form-field--docs) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-form-field--docs) ### Props diff --git a/docusaurus/docs/form/components/form-group.md b/docusaurus/docs/form/components/form-group.md index 5c031721cf..8d4d5e0122 100644 --- a/docusaurus/docs/form/components/form-group.md +++ b/docusaurus/docs/form/components/form-group.md @@ -30,7 +30,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-form-formgroup--docs) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-form-formgroup--docs) ### Props diff --git a/docusaurus/docs/form/components/form.md b/docusaurus/docs/form/components/form.md index 93bb21167d..c43de24541 100644 --- a/docusaurus/docs/form/components/form.md +++ b/docusaurus/docs/form/components/form.md @@ -25,7 +25,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-form--docs) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-form--docs) ### Props diff --git a/docusaurus/docs/form/components/help-icon.md b/docusaurus/docs/form/components/help-icon.md index a8b1cded71..b382c561c5 100644 --- a/docusaurus/docs/form/components/help-icon.md +++ b/docusaurus/docs/form/components/help-icon.md @@ -17,7 +17,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-form-fieldhelpicon--docs) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-form-fieldhelpicon--docs) ### Props diff --git a/docusaurus/docs/form/components/input.md b/docusaurus/docs/form/components/input.md index de165dc8e5..24bebc27ab 100644 --- a/docusaurus/docs/form/components/input.md +++ b/docusaurus/docs/form/components/input.md @@ -31,7 +31,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-form-input--docs) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-form-input--docs) ### Props diff --git a/docusaurus/docs/form/components/label.md b/docusaurus/docs/form/components/label.md index 5c23dc3400..76dc35efd9 100644 --- a/docusaurus/docs/form/components/label.md +++ b/docusaurus/docs/form/components/label.md @@ -43,7 +43,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-form-label--docs) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-form-label--docs) ### Props diff --git a/docusaurus/docs/form/components/radio.md b/docusaurus/docs/form/components/radio.md index b3b72f711c..73debb5a4f 100644 --- a/docusaurus/docs/form/components/radio.md +++ b/docusaurus/docs/form/components/radio.md @@ -32,7 +32,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-form-radiogroup--docs) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-form-radiogroup--docs) ### Props diff --git a/docusaurus/docs/form/date/components/date-field.md b/docusaurus/docs/form/date/components/date-field.md index 8eb6bc7bf5..cc20fdc47f 100644 --- a/docusaurus/docs/form/date/components/date-field.md +++ b/docusaurus/docs/form/date/components/date-field.md @@ -41,7 +41,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-date--date-field) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-date--date-field) ### Props diff --git a/docusaurus/docs/form/date/components/date-range-field.md b/docusaurus/docs/form/date/components/date-range-field.md index 197bbf7e5b..0263e5b806 100644 --- a/docusaurus/docs/form/date/components/date-range-field.md +++ b/docusaurus/docs/form/date/components/date-range-field.md @@ -58,7 +58,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-date--date-range-field) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-date--date-range-field) ### Props diff --git a/docusaurus/docs/form/date/components/date-range.mdx b/docusaurus/docs/form/date/components/date-range.mdx index f16d72152b..8d169cabec 100644 --- a/docusaurus/docs/form/date/components/date-range.mdx +++ b/docusaurus/docs/form/date/components/date-range.mdx @@ -54,7 +54,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-date--date-range) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-date--date-range) ### Props diff --git a/docusaurus/docs/form/date/components/date.md b/docusaurus/docs/form/date/components/date.md index 0fc52c2e2b..ba34adbdec 100644 --- a/docusaurus/docs/form/date/components/date.md +++ b/docusaurus/docs/form/date/components/date.md @@ -43,7 +43,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-date--date-input) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-date--date-input) ### Props diff --git a/docusaurus/docs/form/phone/components/phone.md b/docusaurus/docs/form/phone/components/phone.md index 576844ad39..dfa9397421 100644 --- a/docusaurus/docs/form/phone/components/phone.md +++ b/docusaurus/docs/form/phone/components/phone.md @@ -48,7 +48,7 @@ const Example = () => ( #### Live example -[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-phone--default) +[Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-phone--default) ### Props diff --git a/docusaurus/docs/form/select/components/organization-select.md b/docusaurus/docs/form/select/components/organization-select.md index 2899720a45..ca2c284d5c 100644 --- a/docusaurus/docs/form/select/components/organization-select.md +++ b/docusaurus/docs/form/select/components/organization-select.md @@ -45,7 +45,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/form-components-select-async-selects--organization-select) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-select-async-selects--organization-select) ### Props diff --git a/docusaurus/docs/form/select/components/payer-select.md b/docusaurus/docs/form/select/components/payer-select.md index c830ad8d52..23684ab3ca 100644 --- a/docusaurus/docs/form/select/components/payer-select.md +++ b/docusaurus/docs/form/select/components/payer-select.md @@ -40,7 +40,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/form-components-select-async-selects--payer-select) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-select-async-selects--payer-select) ### Props diff --git a/docusaurus/docs/form/select/components/region-select.md b/docusaurus/docs/form/select/components/region-select.md index d41b5d6061..e2e7bb83a4 100644 --- a/docusaurus/docs/form/select/components/region-select.md +++ b/docusaurus/docs/form/select/components/region-select.md @@ -32,7 +32,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/form-components-select-async-selects--region-select) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-select-async-selects--region-select) ### Props diff --git a/docusaurus/docs/form/select/components/resource-select.md b/docusaurus/docs/form/select/components/resource-select.md index 5e7a424fff..f0a92f1533 100644 --- a/docusaurus/docs/form/select/components/resource-select.md +++ b/docusaurus/docs/form/select/components/resource-select.md @@ -39,7 +39,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-select-async-selects--docs) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-select-async-selects--docs) ### Props diff --git a/docusaurus/docs/form/select/components/select-field.md b/docusaurus/docs/form/select/components/select-field.md index b8c168814f..438bbfb90f 100644 --- a/docusaurus/docs/form/select/components/select-field.md +++ b/docusaurus/docs/form/select/components/select-field.md @@ -41,7 +41,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/form-components-select--select-field) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/story/bootstrap-components-select--select-field) ### Props diff --git a/docusaurus/docs/form/select/components/select.md b/docusaurus/docs/form/select/components/select.md index 00e2858ebf..c2d12e5e50 100644 --- a/docusaurus/docs/form/select/components/select.md +++ b/docusaurus/docs/form/select/components/select.md @@ -51,7 +51,7 @@ const Example = () => ( ); ``` -#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/form-components-select--docs) +#### Live example: [Storybook](https://availity.github.io/availity-react/storybook/?path=/docs/bootstrap-components-select--docs) ### Props diff --git a/docusaurus/docs/form/upload/file-picker-btn.md b/docusaurus/docs/form/upload/file-picker-btn.md index 766e886cf7..e54ac00f0a 100644 --- a/docusaurus/docs/form/upload/file-picker-btn.md +++ b/docusaurus/docs/form/upload/file-picker-btn.md @@ -25,7 +25,7 @@ const Example = () => { }; ``` -#### Live example: Storybook +#### Live example: Storybook ### Props diff --git a/docusaurus/docs/form/upload/file-picker.md b/docusaurus/docs/form/upload/file-picker.md index 6578e1e13d..59f0948981 100644 --- a/docusaurus/docs/form/upload/file-picker.md +++ b/docusaurus/docs/form/upload/file-picker.md @@ -30,7 +30,7 @@ const Example = () => { }; ``` -#### Live example: Storybook +#### Live example: Storybook ### Props diff --git a/docusaurus/docs/form/upload/upload.md b/docusaurus/docs/form/upload/upload.md index f5175815d6..91751602f6 100644 --- a/docusaurus/docs/form/upload/upload.md +++ b/docusaurus/docs/form/upload/upload.md @@ -99,7 +99,7 @@ const Example = () => ( ); ``` -#### Live example: Storybook +#### Live example: Storybook ### Props