From dc63fd760b74dfb88a23bcc8915661cf3ad2657a Mon Sep 17 00:00:00 2001 From: Cmurilochem Date: Tue, 9 Apr 2024 14:47:08 +0200 Subject: [PATCH 1/2] Added 'Development' category to config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 69bc6061..44425aca 100644 --- a/config.json +++ b/config.json @@ -5,6 +5,6 @@ "repoOwner": "esciencecenter-digital-skills", "repoTag": "main", "organization": "Netherlands eScience Center", - "categoryOrder": ["Getting started", "Reusability", "Publishing & Citing", "Upcoming (under construction)"] + "categoryOrder": ["Getting started", "Reusability", "Publishing & Citing", "Development", "Upcoming (under construction)"] } } \ No newline at end of file From 1f98d22d46c96e7c1e83cd6d852f7b12bef41822 Mon Sep 17 00:00:00 2001 From: Cmurilochem Date: Tue, 9 Apr 2024 14:49:04 +0200 Subject: [PATCH 2/2] Change testing.md category --- modules/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/testing.md b/modules/testing.md index cde52e66..f13ec9b9 100644 --- a/modules/testing.md +++ b/modules/testing.md @@ -1,7 +1,7 @@ --- id: 9 trl: medium -category: Upcoming (under construction) +category: Development title: Software testing abstract: Local testing of your software and using Continuous Integration and Continuous Deployment (CI/CD) author: eScience Center