From 3081ef0d6d15827a5be0f14c962d9dc255e6961c Mon Sep 17 00:00:00 2001 From: Stefan Rotsch Date: Mon, 1 Jul 2024 15:11:14 +0200 Subject: [PATCH] chore: update quadrant descriptions --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 74fb51e..bc241e6 100644 --- a/config.json +++ b/config.json @@ -25,25 +25,25 @@ { "id": "languages-and-frameworks", "title": "Languages & Frameworks", - "description": "We've placed development languages (such as Scala or Golang) here, as well as more low-level development frameworks (such as Play or Symfony), which are useful for implementing custom software of all kinds.", + "description": "This quadrant includes programming languages (e.g., Java and Golang) and frameworks (e.g., React and Spring Boot) that are at the core of custom software development.", "color": "#84BFA4" }, { "id": "methods-and-patterns", "title": "Methods & Patterns", - "description": "Here we put information on methods and patterns concerning development, continuous x, testing, organization, architecture, etc.", + "description": "This quadrant covers methods and patterns related to software development, including architecture, security, testing, organizational methodologies, and more.", "color": "#248EA6" }, { "id": "platforms-and-aoe-services", "title": "Platforms & Operations", - "description": "This quadrant clusters technologies around the operation of software and infrastructure related platforms, tools and services.", + "description": "This quadrant clusters technologies focused on the operation of software, related platforms, tools, infrastructure, and services.", "color": "#F25244" }, { "id": "tools", "title": "Tools", - "description": "Here we put different software tools - from small helpers to bigger software projects.", + "description": "This quadrant features a variety of tools, from small utilities to large-scale software projects.", "color": "#F2A25C" } ],