From a11edaae87cd1aa259fdba77271f155bffeb7146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Ollivier?= Date: Wed, 16 Jun 2021 23:59:34 +0200 Subject: [PATCH] docs: update footer links (#446) --- nuxtjs.org/components/AppFooter.vue | 75 +++++--------------- nuxtjs.org/components/MFooterFoot.vue | 14 +++- nuxtjs.org/components/MFooterLink.vue | 10 ++- nuxtjs.org/components/MFooterSocialLinks.vue | 2 +- 4 files changed, 40 insertions(+), 61 deletions(-) diff --git a/nuxtjs.org/components/AppFooter.vue b/nuxtjs.org/components/AppFooter.vue index 0d7729ef2..608c87134 100644 --- a/nuxtjs.org/components/AppFooter.vue +++ b/nuxtjs.org/components/AppFooter.vue @@ -43,86 +43,49 @@ export default defineComponent({ setup() { const links = [ { - title: 'Solutions', + title: 'Discover', subLinks: [ { - title: 'Marketing', - href: '#' + title: 'Our team', + to: '/team' }, { - title: 'Analytics', - href: '#' + title: 'Design Kit', + to: '/design-kit' }, { - title: 'Commerce', - href: '#' - }, - { - title: 'Insights', - href: '#' - } - ] - }, - { - title: 'Support', - subLinks: [ - { - title: 'Pricing', - href: '#' - }, - { - title: 'Documentation', - href: '#' - }, - { - title: 'Guides', - href: '#' - }, - { - title: 'API Status', - href: '#' + title: 'Contact us', + href: 'https://twitter.com/nuxt_js' } ] }, { - title: 'Company', + title: 'Help', subLinks: [ { - title: 'About', - href: '#' - }, - { - title: 'Blog', - href: '#' + title: 'Resources', + to: '/resources' }, { - title: 'Jobs', - href: '#' + title: 'Chat with us', + href: 'https://discord.nuxtjs.org/' }, { - title: 'Press', - href: '#' - }, - { - title: 'Partners', - href: '#' + title: 'Contribution guide', + href: 'https://github.com/nuxt/nuxtjs.org/blob/main/content/en/_archives/guide/contribution-guide.md' } ] }, { - title: 'Legal', + title: 'Support', subLinks: [ { - title: 'Claim', - href: '#' - }, - { - title: 'Privacy', - href: '#' + title: 'Sponsoring and donations', + to: '/sponsoring' }, { - title: 'Terms', - href: '#' + title: 'Training and consultancy', + to: '/support' } ] } diff --git a/nuxtjs.org/components/MFooterFoot.vue b/nuxtjs.org/components/MFooterFoot.vue index 90f721007..7b69abfe3 100644 --- a/nuxtjs.org/components/MFooterFoot.vue +++ b/nuxtjs.org/components/MFooterFoot.vue @@ -2,7 +2,19 @@

- © 2020 Workflow, Inc. All rights reserved. + © {{ year }} Nuxt, Inc. All rights reserved.

+ + diff --git a/nuxtjs.org/components/MFooterLink.vue b/nuxtjs.org/components/MFooterLink.vue index 2be79bc73..347d783b6 100644 --- a/nuxtjs.org/components/MFooterLink.vue +++ b/nuxtjs.org/components/MFooterLink.vue @@ -9,9 +9,13 @@ diff --git a/nuxtjs.org/components/MFooterSocialLinks.vue b/nuxtjs.org/components/MFooterSocialLinks.vue index 51699f1f6..8d145fc61 100644 --- a/nuxtjs.org/components/MFooterSocialLinks.vue +++ b/nuxtjs.org/components/MFooterSocialLinks.vue @@ -18,7 +18,7 @@ export default defineComponent({ setup() { const socials = [ { - href: '#', + href: 'https://www.youtube.com/channel/UCJ9jj5YMzo-HsyM6WG9Q_Lg', icon: 'IconYoutube' }, {