From 434b7e7e68415923a276ea7f5be16d2dcc97244d Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Fri, 4 Oct 2024 16:08:49 -0400 Subject: [PATCH 1/2] fix: external link icons --- docusaurus.config.js | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b2d2debc..1084980f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -26,19 +26,19 @@ module.exports = { }, items: [ { - href: 'https://availity.github.io/element', + to: 'https://availity.github.io/element', target: '_self', label: 'Element', position: 'right', }, { - href: 'https://availity.github.io/sdk-js', + to: 'https://availity.github.io/sdk-js', target: '_self', label: 'SDK-JS', position: 'right', }, { - href: 'https://availity.github.io/availity-workflow', + to: 'https://availity.github.io/availity-workflow', target: '_self', label: 'Workflow', position: 'right', @@ -59,7 +59,7 @@ module.exports = { items: [ { label: 'Documentation', - href: 'https://availity.github.io/element', + to: 'https://availity.github.io/element', target: '_self', }, { @@ -73,7 +73,7 @@ module.exports = { items: [ { label: 'Documentation', - href: 'https://availity.github.io/sdk-js', + to: 'https://availity.github.io/sdk-js', target: '_self', }, { @@ -87,7 +87,7 @@ module.exports = { items: [ { label: 'Documentation', - href: 'https://availity.github.io/availity-workflow', + to: 'https://availity.github.io/availity-workflow', target: '_self', }, { @@ -101,7 +101,7 @@ module.exports = { items: [ { label: 'Documentation', - href: 'https://availity.github.io/availity-react', + to: 'https://availity.github.io/availity-react', target: '_self', }, { @@ -114,8 +114,9 @@ module.exports = { title: 'Legacy Availity UIKit', items: [ { - label: 'Documentation', + to: 'Documentation', href: 'https://availity.github.io/availity-uikit', + target: '_self', }, { label: 'GitHub Repository', From cabdb697de2c6cdd34ff4ce9493467c977b3e2c7 Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Fri, 4 Oct 2024 16:10:31 -0400 Subject: [PATCH 2/2] fix: external link icons --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1084980f..03485c46 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -114,8 +114,8 @@ module.exports = { title: 'Legacy Availity UIKit', items: [ { - to: 'Documentation', - href: 'https://availity.github.io/availity-uikit', + label: 'Documentation', + to: 'https://availity.github.io/availity-uikit', target: '_self', }, {