From 8f87bacc89decf76f3b669edc40eca7a39b1fae0 Mon Sep 17 00:00:00 2001 From: Jan Arends Date: Thu, 8 Jan 2026 20:07:15 +0100 Subject: [PATCH 1/3] update links and languages for tangleguard --- data/api/tools.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/data/api/tools.json b/data/api/tools.json index 7fd1552c4..520d48aaa 100644 --- a/data/api/tools.json +++ b/data/api/tools.json @@ -20221,7 +20221,8 @@ "meta" ], "languages": [ - "rust" + "rust", + "javascript" ], "other": [ "ci" @@ -20240,13 +20241,13 @@ "free": false, "oss": true }, - "description": "A tool that helps developers to understand and maintain their software architecture. It generates interactive, configurable dependency graphs out of source code, with all packages and modules included. You can choose the level of details and get what portions of your codebase gets rendered. That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility.", + "description": "Helps you understand and maintain a scalable software architecture. It generates interactive, configurable dependency graphs out of source code. You can choose the level of details and get what portions of your codebase gets rendered. That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility.", "discussion": null, "deprecated": null, "resources": [ { - "title": "TangleGuard Public Directory Sample", - "url": "https://directory.tangleguard.com/project/Lorem-Ipsum/sample" + "title": "TangleGuard Public Directory", + "url": "https://app.tangleguard.com/" }, { "title": "TangleGuard Preview", @@ -20254,7 +20255,7 @@ }, { "title": "TangleGuard Documentation", - "url": "https://docs.tangleguard.com/welcome/intro/" + "url": "https://docs.tangleguard.com/" } ], "reviews": null, @@ -22643,4 +22644,4 @@ "demos": null, "wrapper": null } -} \ No newline at end of file +} From 75f7c9123c56002acb193bb3e0b8e5bb403ecaef Mon Sep 17 00:00:00 2001 From: Jan Arends Date: Fri, 9 Jan 2026 09:40:34 +0100 Subject: [PATCH 2/3] move updates to the correct file --- data/api/tools.json | 13 ++++++------- data/tools/tangleguard.yml | 15 +++++++-------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/data/api/tools.json b/data/api/tools.json index 520d48aaa..b4fd1189b 100644 --- a/data/api/tools.json +++ b/data/api/tools.json @@ -20221,8 +20221,7 @@ "meta" ], "languages": [ - "rust", - "javascript" + "rust" ], "other": [ "ci" @@ -20241,13 +20240,13 @@ "free": false, "oss": true }, - "description": "Helps you understand and maintain a scalable software architecture. It generates interactive, configurable dependency graphs out of source code. You can choose the level of details and get what portions of your codebase gets rendered. That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility.", + "description": "A tool that helps developers to understand and maintain their software architecture. It generates interactive, configurable dependency graphs out of source code, with all packages and modules included. You can choose the level of details and get what portions of your codebase gets rendered. That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility.", "discussion": null, "deprecated": null, "resources": [ { - "title": "TangleGuard Public Directory", - "url": "https://app.tangleguard.com/" + "title": "TangleGuard Public Directory Sample", + "url": "https://directory.tangleguard.com/project/Lorem-Ipsum/sample" }, { "title": "TangleGuard Preview", @@ -20255,7 +20254,7 @@ }, { "title": "TangleGuard Documentation", - "url": "https://docs.tangleguard.com/" + "url": "https://docs.tangleguard.com/welcome/intro/" } ], "reviews": null, @@ -22644,4 +22643,4 @@ "demos": null, "wrapper": null } -} +} \ No newline at end of file diff --git a/data/tools/tangleguard.yml b/data/tools/tangleguard.yml index bb9a6c8b6..5bf812171 100644 --- a/data/tools/tangleguard.yml +++ b/data/tools/tangleguard.yml @@ -16,16 +16,15 @@ wrapper: false source: "https://github.com/TangleGuard" homepage: "https://tangleguard.com/" resources: - - title: TangleGuard Public Directory Sample - url: https://directory.tangleguard.com/project/Lorem-Ipsum/sample + - title: TangleGuard Cloud + url: https://app.tangleguard.com/ - title: TangleGuard Preview url: https://youtu.be/whzbP1Hnsqs - title: TangleGuard Documentation - url: https://docs.tangleguard.com/welcome/intro/ + url: https://docs.tangleguard.com/ demo: - - https://directory.tangleguard.com/project/Lorem-Ipsum/sample + - https://app.tangleguard.com/project/github.com/TangleGuard/TangleGuard description: >- - A tool that helps developers to understand and maintain their software architecture. - It generates interactive, configurable dependency graphs out of source code, with all packages and modules included. - You can choose the level of details and get what portions of your codebase gets rendered. - That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility. + Helps you understand and maintain a scalable software architecture. + To do so, it generates a interactive, nested dependency graph out of the source code. + You can choose the level of details and get the portion of your codebase that matters to you. From 20f4a95165d216ee3d17f8bd4da752f57cbfceaf Mon Sep 17 00:00:00 2001 From: Jan Arends Date: Fri, 9 Jan 2026 09:42:47 +0100 Subject: [PATCH 3/3] reset tool.json --- data/api/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/api/tools.json b/data/api/tools.json index b4fd1189b..7fd1552c4 100644 --- a/data/api/tools.json +++ b/data/api/tools.json @@ -20240,7 +20240,7 @@ "free": false, "oss": true }, - "description": "A tool that helps developers to understand and maintain their software architecture. It generates interactive, configurable dependency graphs out of source code, with all packages and modules included. You can choose the level of details and get what portions of your codebase gets rendered. That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility.", + "description": "A tool that helps developers to understand and maintain their software architecture. It generates interactive, configurable dependency graphs out of source code, with all packages and modules included. You can choose the level of details and get what portions of your codebase gets rendered. That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility.", "discussion": null, "deprecated": null, "resources": [