From 57309b9551d747776a4de99091805793d88f6db4 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Fri, 28 Apr 2023 10:25:13 +0200 Subject: [PATCH] Update footer links --- docusaurus.config.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index babf1d4..3f0936d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -36,14 +36,12 @@ const config = { ({ docs: { sidebarPath: require.resolve('./sidebars.js'), - // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: 'https://github.com/FOME-Tech/wiki/tree/master', }, blog: { showReadingTime: true, - // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: 'https://github.com/FOME-Tech/wiki/tree/master', @@ -96,11 +94,11 @@ const config = { items: [ { label: 'Discord', - href: 'https://discordapp.com/invite/fome', + href: 'https://discord.gg/5FQj4DMz', }, { - label: 'Twitter', - href: 'https://twitter.com/fome', + label: 'Facebook', + href: 'https://www.facebook.com/profile.php?id=100088049271157', }, ], }, @@ -111,6 +109,10 @@ const config = { label: 'Blog', to: '/blog', }, + { + label: 'FOME.tech', + href: 'https://www.fome.tech', + }, { label: 'GitHub', href: 'https://github.com/FOME-Tech',