docs: add awesome and tea (#49)

As title, add awesome-gitea and tea to the footer

Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/49
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser
2023-07-21 15:15:51 +00:00
committed by John Olheiser
parent 02b0ebc9e1
commit 78cc25c09d

View File

@@ -223,6 +223,10 @@ const config = {
{
title: 'Community',
items: [
{
label: 'Awesome Gitea',
to: '/awesome',
},
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/gitea',
@@ -260,6 +264,10 @@ const config = {
label: 'Gitea',
href: 'https://gitea.com/gitea',
},
{
label: 'Tea CLI',
href: 'https://gitea.com/gitea/tea',
},
],
},
],