From e9310e4187d97838e967814d02223b93a7bf68c6 Mon Sep 17 00:00:00 2001 From: M A Sai Adithyaa Date: Sun, 26 Oct 2025 16:46:57 +0530 Subject: [PATCH] feat: add new blog entry on adopting Goose in the enterprise (#5381) Signed-off-by: saiadithyaa --- .../src/pages/community/data/community-content.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/src/pages/community/data/community-content.json b/documentation/src/pages/community/data/community-content.json index c470a67d..0bab69fa 100644 --- a/documentation/src/pages/community/data/community-content.json +++ b/documentation/src/pages/community/data/community-content.json @@ -93,6 +93,18 @@ "submittedDate": "2025-10-21", "tags": ["hacktoberfest"], "hacktoberfest": true + }, + { + "title": "Adopting goose in the Enterprise: A Guide to Security, Scalability, and Governance", + "author": { + "name": "M A Sai Adithyaa", + "handle": "M-A-SAIADITHYAA" + }, + "type": "blog", + "url": "https://goose123.hashnode.dev/adopting-goose-in-the-enterprise-a-guide-to-security-scalability-and-governance", + "submittedDate": "2025-10-26", + "tags": ["hacktoberfest"], + "hacktoberfest": true } ] }