From 78cc25c09d7e47cbedb428ea8ad6351c88e2e7e3 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Fri, 21 Jul 2023 15:15:51 +0000 Subject: [PATCH] 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 Co-committed-by: jolheiser --- docusaurus.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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', + }, ], }, ],