Skip to content

Commit

Permalink
Minor category changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Buzzpy committed Sep 7, 2024
1 parent 13f7be3 commit ebf4f70
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/content/terms/Bioinformatics.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Bioinformatics",
"subtext": "Using technology to understand biological data",
"categories": ["Others"],
"categories": ["Other"],
"author": "Buzzpy",
"description": {
"title": "Bioinformatics",
Expand Down
2 changes: 1 addition & 1 deletion src/content/terms/GDPR.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "GDPR",
"subtext": "General Data Protection Regulation",
"categories": ["all"],
"categories": ["General"],
"author": "Buzzpy",
"description": {
"title": "GDPR (General Data Protection Regulation)",
Expand Down
2 changes: 1 addition & 1 deletion src/content/terms/Inversion.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Inversion",
"subtext": "Dependency inversion principle",
"categories": ["design"],
"categories": ["Design"],
"author": "AnshumanMishra",
"description": {
"title": "Inversion",
Expand Down
2 changes: 1 addition & 1 deletion src/content/terms/Memento_Pattern.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Memento Pattern",
"subtext": "Behavioral design pattern",
"categories": [
"design"
"Design"
],
"author": "AnshumanMishra",
"description": {
Expand Down
2 changes: 1 addition & 1 deletion src/content/terms/Merging.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Merging",
"subtext": "Combining changes from branches",
"categories": ["SDLC"],
"categories": ["SDLC", "General"],
"author": "Buzzpy",
"description": {
"title": "Merging",
Expand Down
2 changes: 1 addition & 1 deletion src/content/terms/Open_Source.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Open Source",
"subtext": "Software with publicly accessible source code.",
"categories": ["all"],
"categories": ["General"],
"author": "Buzzpy",
"description": {
"title": "Open Source",
Expand Down
2 changes: 1 addition & 1 deletion src/content/terms/Pull_Requests_(PR).json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion src/content/terms/Stateful_Widget.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/content/terms/The___init___Function.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ebf4f70

Please sign in to comment.