Skip to content

Commit 333f716

Browse files
authored
Merge pull request #380 from raifdmueller/fix/gtd-category
fix: move GTD to knowledge-management category
2 parents 21f78cc + fba8bb4 commit 333f716

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

docs/anchors/gtd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= GTD — Getting Things Done
2-
:categories: development-workflow
2+
:categories: knowledge-management
33
:roles: software-developer, team-lead, product-owner, educator
44
:related: para-method, todotxt-flavoured-markdown, definition-of-done
55
:proponents: David Allen

docs/anchors/gtd.de.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= GTD — Getting Things Done
2-
:categories: development-workflow
2+
:categories: knowledge-management
33
:roles: software-developer, team-lead, product-owner, educator
44
:related: para-method, todotxt-flavoured-markdown, definition-of-done
55
:proponents: David Allen

website/public/data/anchors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@
14121412
"id": "gtd",
14131413
"title": "GTD — Getting Things Done",
14141414
"categories": [
1415-
"development-workflow"
1415+
"knowledge-management"
14161416
],
14171417
"roles": [
14181418
"software-developer",

website/public/data/categories.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"id": "knowledge-management",
8989
"name": "Knowledge Management",
9090
"anchors": [
91+
"gtd",
9192
"para-method",
9293
"todotxt-flavoured-markdown"
9394
]

website/public/data/metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"generatedAt": "2026-03-27T08:59:25.567Z",
2+
"generatedAt": "2026-03-27T10:14:08.551Z",
33
"version": "1.0.0",
44
"counts": {
5-
"anchors": 111,
5+
"anchors": 112,
66
"categories": 13,
77
"roles": 12
88
},
99
"statistics": {
1010
"averageRolesPerAnchor": "3.14",
1111
"averageCategoriesPerAnchor": "1.01",
12-
"anchorsWithTags": 71,
13-
"anchorsWithRelated": 42
12+
"anchorsWithTags": 72,
13+
"anchorsWithRelated": 43
1414
}
1515
}

0 commit comments

Comments
 (0)