From ebf4f70e4d82a9bd56c23783a8977ec9c7c6f241 Mon Sep 17 00:00:00 2001 From: Buzzpy Date: Sat, 7 Sep 2024 10:35:13 -0400 Subject: [PATCH] Minor category changes --- src/content/terms/Bioinformatics.json | 2 +- src/content/terms/GDPR.json | 2 +- src/content/terms/Inversion.json | 2 +- src/content/terms/Memento_Pattern.json | 2 +- src/content/terms/Merging.json | 2 +- src/content/terms/Open_Source.json | 2 +- src/content/terms/Pull_Requests_(PR).json | 2 +- src/content/terms/Stateful_Widget.json | 2 +- src/content/terms/The___init___Function.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/content/terms/Bioinformatics.json b/src/content/terms/Bioinformatics.json index 938270e5..eab28cba 100644 --- a/src/content/terms/Bioinformatics.json +++ b/src/content/terms/Bioinformatics.json @@ -1,7 +1,7 @@ { "title": "Bioinformatics", "subtext": "Using technology to understand biological data", - "categories": ["Others"], + "categories": ["Other"], "author": "Buzzpy", "description": { "title": "Bioinformatics", diff --git a/src/content/terms/GDPR.json b/src/content/terms/GDPR.json index f84b2a91..7423a5eb 100644 --- a/src/content/terms/GDPR.json +++ b/src/content/terms/GDPR.json @@ -1,7 +1,7 @@ { "title": "GDPR", "subtext": "General Data Protection Regulation", - "categories": ["all"], + "categories": ["General"], "author": "Buzzpy", "description": { "title": "GDPR (General Data Protection Regulation)", diff --git a/src/content/terms/Inversion.json b/src/content/terms/Inversion.json index 80c38933..d3bcb097 100644 --- a/src/content/terms/Inversion.json +++ b/src/content/terms/Inversion.json @@ -1,7 +1,7 @@ { "title": "Inversion", "subtext": "Dependency inversion principle", - "categories": ["design"], + "categories": ["Design"], "author": "AnshumanMishra", "description": { "title": "Inversion", diff --git a/src/content/terms/Memento_Pattern.json b/src/content/terms/Memento_Pattern.json index bbf60fac..39a1530d 100644 --- a/src/content/terms/Memento_Pattern.json +++ b/src/content/terms/Memento_Pattern.json @@ -2,7 +2,7 @@ "title": "Memento Pattern", "subtext": "Behavioral design pattern", "categories": [ - "design" + "Design" ], "author": "AnshumanMishra", "description": { diff --git a/src/content/terms/Merging.json b/src/content/terms/Merging.json index 69fb3e28..4e3ea38a 100644 --- a/src/content/terms/Merging.json +++ b/src/content/terms/Merging.json @@ -1,7 +1,7 @@ { "title": "Merging", "subtext": "Combining changes from branches", - "categories": ["SDLC"], + "categories": ["SDLC", "General"], "author": "Buzzpy", "description": { "title": "Merging", diff --git a/src/content/terms/Open_Source.json b/src/content/terms/Open_Source.json index be7f21af..d309f1d8 100644 --- a/src/content/terms/Open_Source.json +++ b/src/content/terms/Open_Source.json @@ -1,7 +1,7 @@ { "title": "Open Source", "subtext": "Software with publicly accessible source code.", - "categories": ["all"], + "categories": ["General"], "author": "Buzzpy", "description": { "title": "Open Source", diff --git a/src/content/terms/Pull_Requests_(PR).json b/src/content/terms/Pull_Requests_(PR).json index 94821ed6..a1e8bc90 100644 --- a/src/content/terms/Pull_Requests_(PR).json +++ b/src/content/terms/Pull_Requests_(PR).json @@ -1,7 +1,7 @@ { "title": "Pull Requests (PR)", "subtext": "Proposing and reviewing code changes", - "categories": ["all"], + "categories": ["General"], "author": "Buzzpy", "description": { "title": "Pull Requests (PR)", diff --git a/src/content/terms/Stateful_Widget.json b/src/content/terms/Stateful_Widget.json index 46eca081..80c5e10a 100644 --- a/src/content/terms/Stateful_Widget.json +++ b/src/content/terms/Stateful_Widget.json @@ -1,7 +1,7 @@ { "title": "Stateful Widget", "subtext": "UI component that maintains state across sessions", - "categories": ["all"], + "categories": ["General"], "author": "Buzzpy", "description": { "title": "Stateful Widget", diff --git a/src/content/terms/The___init___Function.json b/src/content/terms/The___init___Function.json index 8c2ffa05..43bf6dd7 100644 --- a/src/content/terms/The___init___Function.json +++ b/src/content/terms/The___init___Function.json @@ -1,7 +1,7 @@ { "title": "The __init__ Function", "subtext": "A special method in Python Programming Language", - "categories": ["all"], + "categories": ["General"], "author": "Buzzpy", "description": { "title": "The __init__ Function",