Update footer links

This commit is contained in:
Piotr Rogowski 2023-04-28 10:25:13 +02:00
parent a210ca3972
commit 57309b9551
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 7 additions and 5 deletions

View File

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