From f551dc458180b85bb130485353a1ee3d0efb93fc Mon Sep 17 00:00:00 2001 From: MarvinBlome <129289824+MarvinBlome@users.noreply.github.com> Date: Tue, 21 Apr 2026 16:34:56 +0200 Subject: [PATCH] Update sites.json added adoc Studio to the technical writing blogs --- sites.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites.json b/sites.json index d48af9c..38e788a 100644 --- a/sites.json +++ b/sites.json @@ -103,5 +103,10 @@ window.WEBRING_SITES = [ "url": "https://beingtechnicalwriter.com", "name": "Gaurav Trivedi", "description": "Gaurav Trivedi's blog" + }, + { + "url": "https://www.adoc-studio.app/blog", + "name": "adoc Studio Blog", + "description": "Blog on Technical Writing & Docs-as-Code in AsciiDoc" } ];