mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 02:37:42 +00:00
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:
@@ -223,6 +223,10 @@ const config = {
|
|||||||
{
|
{
|
||||||
title: 'Community',
|
title: 'Community',
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
label: 'Awesome Gitea',
|
||||||
|
to: '/awesome',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Stack Overflow',
|
label: 'Stack Overflow',
|
||||||
href: 'https://stackoverflow.com/questions/tagged/gitea',
|
href: 'https://stackoverflow.com/questions/tagged/gitea',
|
||||||
@@ -260,6 +264,10 @@ const config = {
|
|||||||
label: 'Gitea',
|
label: 'Gitea',
|
||||||
href: 'https://gitea.com/gitea',
|
href: 'https://gitea.com/gitea',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Tea CLI',
|
||||||
|
href: 'https://gitea.com/gitea/tea',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user