From 6a2b8011801350a4ce33ea02e85ff91dab775f46 Mon Sep 17 00:00:00 2001 From: Zohir Tamda Date: Mon, 6 Jul 2026 23:04:06 +0200 Subject: [PATCH 1/2] chore(tempest-twig): add tempest-twig package in the community page. --- src/Web/Community/community-posts.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Web/Community/community-posts.yaml b/src/Web/Community/community-posts.yaml index a7869da..e1eaee0 100644 --- a/src/Web/Community/community-posts.yaml +++ b/src/Web/Community/community-posts.yaml @@ -1,3 +1,7 @@ +- uri: https://github.com/tamdaz/tempest-twig + title: Tempest + Twig + description: A third-party package that provides Twig functions helpers for Tempest + type: Package - uri: https://www.juststeveking.com/articles/the-reason-i-love-tempest-for-apis/ title: The Reason I Love Tempest for APIs description: Tempest makes API development feel lightweight by combining typed request objects, attribute-based validation, discovery-driven routing, and built-in mapping with minimal ceremony. From 494ef1f5da5fed04432364d3c56c8fa38e5b301d Mon Sep 17 00:00:00 2001 From: Zohir Tamda Date: Mon, 6 Jul 2026 23:22:09 +0200 Subject: [PATCH 2/2] fix: change the description --- src/Web/Community/community-posts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/Community/community-posts.yaml b/src/Web/Community/community-posts.yaml index e1eaee0..3d530e8 100644 --- a/src/Web/Community/community-posts.yaml +++ b/src/Web/Community/community-posts.yaml @@ -1,6 +1,6 @@ - uri: https://github.com/tamdaz/tempest-twig title: Tempest + Twig - description: A third-party package that provides Twig functions helpers for Tempest + description: A third-party package that provides helper functions and allows creating Twig components for Tempest. type: Package - uri: https://www.juststeveking.com/articles/the-reason-i-love-tempest-for-apis/ title: The Reason I Love Tempest for APIs