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',