From cf090f8cf38c0b6a5ac6dcf6f6cf646b81a8a4cd Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Fri, 4 Oct 2024 16:21:40 -0400 Subject: [PATCH] fix: use zeroheight link --- docusaurus.config.js | 12 ++++++++---- src/pages/index.js | 9 +++++++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 03485c46..f0967a79 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -26,8 +26,7 @@ module.exports = { }, items: [ { - to: 'https://availity.github.io/element', - target: '_self', + href: 'https://zeroheight.com/2e36e50c7/p/77f9e0-components', label: 'Element', position: 'right', }, @@ -43,6 +42,12 @@ module.exports = { label: 'Workflow', position: 'right', }, + { + to: 'https://availity.github.io/availity-react', + target: '_self', + label: 'React', + position: 'right', + }, { href: 'https://github.com/availity/availity.github.io', position: 'right', @@ -59,8 +64,7 @@ module.exports = { items: [ { label: 'Documentation', - to: 'https://availity.github.io/element', - target: '_self', + href: 'https://zeroheight.com/2e36e50c7/p/77f9e0-components', }, { label: 'GitHub Repository', diff --git a/src/pages/index.js b/src/pages/index.js index 435bd44f..458467e6 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -38,7 +38,12 @@ const features = [ title: 'Availity React', icon: FaReact, // linkStyle: 'reactIcon', - description: <>React components and hooks. React components are built with the Availity UI Kit and Reactstrap 8., + description: ( + <> + React components and hooks. React components are built with the Availity UI Kit and Reactstrap 8. + This library will be replaced by Element. + + ), href: 'https://availity.github.io/availity-react', target: '_self', }, @@ -49,7 +54,7 @@ const features = [ description: ( <> Our custom CSS kit that is built on top of Bootstrap 4.{' '} - This library will be retired 01/01/26 + This library will be retired 01/01/26. ), href: 'https://availity.github.io/availity-uikit',