WIP: Improve links in footer #328

Draft
yp05327 wants to merge 3 commits from yp05327/blog:add-community into main

@ -253,12 +253,21 @@ const config = {
style: 'dark',
links: [
{
title: 'Docs',
title: 'Support',
items: [
{
label: 'Tutorial',
href: 'https://docs.gitea.com/',
className: 'internal-href',
label: 'Documentation',
to: 'https://docs.gitea.com/',
target: '_self',
},
{
label: 'Tutorials',
to: 'https://about.gitea.com/resources/tutorials/',
target: '_self',
},
{
label: 'API',
to: 'https://docs.gitea.com/api/next/',
target: '_self',
},
],
@ -267,26 +276,41 @@ const config = {
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/gitea',
label: 'Awesome Gitea',
to: 'https://docs.gitea.com/awesome',
target: '_self',
},
{
label: 'Discord',

To even the columns out, could you remove Stack overflow and matrix? They are the least used in this list

To even the columns out, could you remove Stack overflow and matrix? They are the least used in this list

I still think Matrix is worth leaving, as those rooms bridge to Discord (even if flaky sometimes) and provide an alternative for those users.

I think SO is fine to remove, but really I think all of them are fine to leave if they provide arguable benefit to someone looking for help.

An alternative to balance out the columns could be to merge the other two under a different heading.

I still think Matrix is worth leaving, as those rooms bridge to Discord (even if flaky sometimes) and provide an alternative for those users. I think SO is fine to remove, but really I think all of them are fine to leave if they provide arguable benefit to someone looking for help. An alternative to balance out the columns could be to merge the other two under a different heading.
Outdated
Review

To even the columns out, could you remove Stack overflow and matrix? They are the least used in this list

I agree and please also remove Mastodon. I think most of them could be considered experiment and less maintain. Why not focus one place and make users confusion. Do the things we can hold.

> To even the columns out, could you remove Stack overflow and matrix? They are the least used in this list I agree and please also remove Mastodon. I think most of them could be considered experiment and less maintain. Why not focus one place and make users confusion. Do the things we can hold.

Stack overflow, Matrix and Mastodon are removed.

Stack overflow, Matrix and Mastodon are removed.
href: 'https://discord.gg/gitea',
},
{
label: 'Forum',
href: 'https://forum.gitea.com/',
},
{
label: 'Twitter',
href: 'https://twitter.com/giteaio',
},
}
],
},
{
title: 'More',
title: 'Code',
items: [
{
label: 'Code',
label: 'GitHub',
href: 'https://github.com/go-gitea/gitea',
},
{
label: 'Gitea',
to: 'https://gitea.com/gitea',
target: '_self',
},
{
label: 'Tea CLI',
to: 'https://gitea.com/gitea/tea',
target: '_self',
},
],
},
],