Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand All @@ -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',
Expand All @@ -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',
Expand Down
9 changes: 7 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<Alert severity="error">This library will be replaced by Element.</Alert>
</>
),
href: 'https://availity.github.io/availity-react',
target: '_self',
},
Expand All @@ -49,7 +54,7 @@ const features = [
description: (
<>
Our custom CSS kit that is built on top of Bootstrap 4.{' '}
<Alert severity="error">This library will be retired 01/01/26</Alert>
<Alert severity="error">This library will be retired 01/01/26.</Alert>
</>
),
href: 'https://availity.github.io/availity-uikit',
Expand Down