Skip to content

Commit 0878dfa

Browse files
authored
Merge pull request #379 from raifdmueller/feat/knowledge-management-category
feat: create Knowledge Management category
2 parents d9d8cd5 + 067be28 commit 0878dfa

9 files changed

Lines changed: 53 additions & 43 deletions

File tree

docs/anchors/para-method.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= P.A.R.A. Method
2-
:categories: documentation
2+
:categories: knowledge-management
33
:roles: software-developer, team-lead, technical-writer, educator
44
:related: diataxis-framework, todotxt-flavoured-markdown
55
:proponents: Tiago Forte

docs/anchors/para-method.de.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= P.A.R.A. Method
2-
:categories: documentation
2+
:categories: knowledge-management
33
:roles: software-developer, team-lead, technical-writer, educator
44
:related: diataxis-framework, todotxt-flavoured-markdown
55
:proponents: Tiago Forte

docs/anchors/todotxt-flavoured-markdown.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= todo.txt-flavoured Markdown
2-
:categories: development-workflow
2+
:categories: knowledge-management
33
:roles: software-developer, team-lead, technical-writer
44
:proponents: Combines GitHub-flavoured Markdown task lists with Gina Trapani's todo.txt format
55
:tier: 3

docs/anchors/todotxt-flavoured-markdown.de.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= todo.txt-flavoured Markdown
2-
:categories: development-workflow
2+
:categories: knowledge-management
33
:roles: software-developer, team-lead, technical-writer
44
:proponents: Combines GitHub-flavoured Markdown task lists with Gina Trapani's todo.txt format
55

website/public/data/anchors.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,6 +1965,35 @@
19651965
"filePath": "docs/anchors/owasp-top-10.adoc",
19661966
"tier": 3
19671967
},
1968+
{
1969+
"id": "para-method",
1970+
"title": "P.A.R.A. Method",
1971+
"categories": [
1972+
"knowledge-management"
1973+
],
1974+
"roles": [
1975+
"software-developer",
1976+
"team-lead",
1977+
"technical-writer",
1978+
"educator"
1979+
],
1980+
"related": [
1981+
"diataxis-framework",
1982+
"todotxt-flavoured-markdown"
1983+
],
1984+
"proponents": [
1985+
"Tiago Forte"
1986+
],
1987+
"tags": [
1988+
"knowledge-management",
1989+
"personal-productivity",
1990+
"note-taking",
1991+
"organization",
1992+
"second-brain"
1993+
],
1994+
"filePath": "docs/anchors/para-method.adoc",
1995+
"tier": 3
1996+
},
19681997
{
19691998
"id": "pert",
19701999
"title": "PERT",
@@ -2129,35 +2158,6 @@
21292158
"filePath": "docs/anchors/pugh-matrix.adoc",
21302159
"tier": 2
21312160
},
2132-
{
2133-
"id": "para-method",
2134-
"title": "P.A.R.A. Method",
2135-
"categories": [
2136-
"documentation"
2137-
],
2138-
"roles": [
2139-
"software-developer",
2140-
"team-lead",
2141-
"technical-writer",
2142-
"educator"
2143-
],
2144-
"related": [
2145-
"diataxis-framework",
2146-
"todotxt-flavoured-markdown"
2147-
],
2148-
"proponents": [
2149-
"Tiago Forte"
2150-
],
2151-
"tags": [
2152-
"knowledge-management",
2153-
"personal-productivity",
2154-
"note-taking",
2155-
"organization",
2156-
"second-brain"
2157-
],
2158-
"filePath": "docs/anchors/para-method.adoc",
2159-
"tier": 3
2160-
},
21612161
{
21622162
"id": "pyramid-principle",
21632163
"title": "Pyramid Principle according to Barbara Minto",
@@ -2796,7 +2796,7 @@
27962796
"id": "todotxt-flavoured-markdown",
27972797
"title": "todo.txt-flavoured Markdown",
27982798
"categories": [
2799-
"development-workflow"
2799+
"knowledge-management"
28002800
],
28012801
"roles": [
28022802
"software-developer",
@@ -2922,4 +2922,4 @@
29222922
"filePath": "docs/anchors/yagni.adoc",
29232923
"tier": 1
29242924
}
2925-
]
2925+
]

website/public/data/categories.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"gof-strategy-pattern",
4242
"gof-template-method-pattern",
4343
"gof-visitor-pattern",
44+
"grasp",
4445
"kiss-principle",
4546
"solid-dip",
4647
"solid-isp",
@@ -65,8 +66,7 @@
6566
"regulated-environment",
6667
"semantic-versioning",
6768
"sota",
68-
"timtowtdi",
69-
"todotxt-flavoured-markdown"
69+
"timtowtdi"
7070
]
7171
},
7272
{
@@ -84,6 +84,14 @@
8484
"docs-as-code"
8585
]
8686
},
87+
{
88+
"id": "knowledge-management",
89+
"name": "Knowledge Management",
90+
"anchors": [
91+
"para-method",
92+
"todotxt-flavoured-markdown"
93+
]
94+
},
8795
{
8896
"id": "meta",
8997
"name": "Meta",

website/public/data/metadata.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"generatedAt": "2026-03-26T09:31:40.107Z",
2+
"generatedAt": "2026-03-27T08:59:25.567Z",
33
"version": "1.0.0",
44
"counts": {
5-
"anchors": 107,
6-
"categories": 12,
5+
"anchors": 111,
6+
"categories": 13,
77
"roles": 12
88
},
99
"statistics": {
10-
"averageRolesPerAnchor": "3.11",
10+
"averageRolesPerAnchor": "3.14",
1111
"averageCategoriesPerAnchor": "1.01",
12-
"anchorsWithTags": 67,
13-
"anchorsWithRelated": 38
12+
"anchorsWithTags": 71,
13+
"anchorsWithRelated": 42
1414
}
1515
}

website/src/translations/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"categories.development-workflow": "Entwicklungs-Workflow",
4141
"categories.dialogue-interaction": "Dialog & Interaktionsmuster",
4242
"categories.documentation": "Dokumentationspraktiken",
43+
"categories.knowledge-management": "Wissensmanagement",
4344
"categories.meta": "Meta (Repository & Katalog)",
4445
"categories.problem-solving": "Problemlösungs-Methoden",
4546
"categories.requirements-engineering": "Requirements Engineering",

website/src/translations/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"categories.development-workflow": "Development Workflow",
4141
"categories.dialogue-interaction": "Dialogue & Interaction Patterns",
4242
"categories.documentation": "Documentation Practices",
43+
"categories.knowledge-management": "Knowledge Management",
4344
"categories.meta": "Meta (Repository & Catalog)",
4445
"categories.problem-solving": "Problem-Solving Methodologies",
4546
"categories.requirements-engineering": "Requirements Engineering",

0 commit comments

Comments
 (0)