diff --git a/docusaurus.config.js b/docusaurus.config.js index a8567473..a51e85d1 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -220,15 +220,6 @@ const config = { footer: { style: 'dark', links: [ - { - title: 'Docs', - items: [ - { - label: 'Tutorial', - to: '/', - }, - ], - }, { title: 'Community', items: [ @@ -240,19 +231,35 @@ const config = { label: 'Discord', href: 'https://discord.gg/gitea', }, + { + label: 'Matrix', + href: 'https://matrix.to/#/#gitea-space:matrix.org', + }, + { + label: 'Discourse', + href: 'https://discourse.gitea.io/', + }, { label: 'Twitter', href: 'https://twitter.com/giteaio', }, + { + label: 'Mastodon', + href: 'https://social.gitea.io/@gitea', + }, ], }, { - title: 'More', + title: 'Code', items: [ { - label: 'Code', + label: 'GitHub', href: 'https://github.com/go-gitea/gitea', }, + { + label: 'Gitea', + href: 'https://gitea.com/gitea', + }, ], }, ],