From 5241e0f65a870d35491a97b3443bb9dcd6228c66 Mon Sep 17 00:00:00 2001 From: Raichev Dmitry Date: Thu, 22 Aug 2024 18:17:34 +0300 Subject: [PATCH] Update the "Support & Consulting" page links (#4360) --- packages/docs/components/landing/Footer.vue | 2 +- packages/docs/components/landing/Header.vue | 3 +-- packages/docs/page-config/navigationRoutes.ts | 2 ++ packages/docs/page-config/support/consulting/index.ts | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/docs/components/landing/Footer.vue b/packages/docs/components/landing/Footer.vue index 3a230713bf..0ea5583356 100644 --- a/packages/docs/components/landing/Footer.vue +++ b/packages/docs/components/landing/Footer.vue @@ -115,7 +115,7 @@ const sitemap = computed(() => ([ { title: 'Support', items: [ - { label: 'Support & Consulting', component: 'a', prop: 'href', value: '/support/consulting' }, + { label: 'Support & Consulting', component: 'router-link', prop: 'to', value: '/support/consulting' }, { label: 'Give us a star\u00A0\u2B50', component: 'a', prop: 'href', value: 'https://github.com/epicmaxco/vuestic-ui/' }, { label: 'Report an issue', component: 'a', prop: 'href', value: 'https://github.com/epicmaxco/vuestic-ui/issues/new/choose' }, { label: 'Contribute', component: 'router-link', prop: 'to', value: '/contribution/guide' }, diff --git a/packages/docs/components/landing/Header.vue b/packages/docs/components/landing/Header.vue index 7bd14892a6..20cbd6d43c 100644 --- a/packages/docs/components/landing/Header.vue +++ b/packages/docs/components/landing/Header.vue @@ -36,8 +36,7 @@ Contribute diff --git a/packages/docs/page-config/navigationRoutes.ts b/packages/docs/page-config/navigationRoutes.ts index 5aaff72cb2..189ac9b3f6 100644 --- a/packages/docs/page-config/navigationRoutes.ts +++ b/packages/docs/page-config/navigationRoutes.ts @@ -683,10 +683,12 @@ export const navigationRoutes: NavigationRoute[] = [ { name: "support", displayName: "Support", + disabled: true, children: [ { name: "discord", displayName: "Discord", + path: 'https://discord.com/invite/u7fQdqQt8c' }, { name: "consulting", diff --git a/packages/docs/page-config/support/consulting/index.ts b/packages/docs/page-config/support/consulting/index.ts index f1424768d9..3a03729969 100644 --- a/packages/docs/page-config/support/consulting/index.ts +++ b/packages/docs/page-config/support/consulting/index.ts @@ -44,7 +44,7 @@ Epicmax provides a range of premium services designed to support various aspects block.markdown(` Ready to take your project to the next level with Premium Support & Consulting? Contact Epicmax to get a quote and discuss how our services can be tailored to meet your specific requirements. -[![Epicmax](/landing/epicmax.svg "Epicmax")](https://www.epicmax.co/code-audit?ref=vuestic-consulting) +[![Epicmax](/landing/epicmax.svg "Epicmax")](https://www.epicmax.co/?ref=vuestic-consulting) `), block.link('Get a Quote', 'https://www.epicmax.co/#contact')