diff --git a/docusaurus.config.js b/docusaurus.config.js index a51e85d1..1575b3df 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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', + }, ], }, ],