Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/anchors/para-method.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= P.A.R.A. Method
:categories: documentation
:categories: knowledge-management
:roles: software-developer, team-lead, technical-writer, educator
:related: diataxis-framework, todotxt-flavoured-markdown
:proponents: Tiago Forte
Expand Down
2 changes: 1 addition & 1 deletion docs/anchors/para-method.de.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= P.A.R.A. Method
:categories: documentation
:categories: knowledge-management
:roles: software-developer, team-lead, technical-writer, educator
:related: diataxis-framework, todotxt-flavoured-markdown
:proponents: Tiago Forte
Expand Down
2 changes: 1 addition & 1 deletion docs/anchors/todotxt-flavoured-markdown.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= todo.txt-flavoured Markdown
:categories: development-workflow
:categories: knowledge-management
:roles: software-developer, team-lead, technical-writer
:proponents: Combines GitHub-flavoured Markdown task lists with Gina Trapani's todo.txt format
:tier: 3
Expand Down
2 changes: 1 addition & 1 deletion docs/anchors/todotxt-flavoured-markdown.de.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= todo.txt-flavoured Markdown
:categories: development-workflow
:categories: knowledge-management
Comment thread
coderabbitai[bot] marked this conversation as resolved.
:roles: software-developer, team-lead, technical-writer
:proponents: Combines GitHub-flavoured Markdown task lists with Gina Trapani's todo.txt format

Expand Down
62 changes: 31 additions & 31 deletions website/public/data/anchors.json
Original file line number Diff line number Diff line change
Expand Up @@ -1965,6 +1965,35 @@
"filePath": "docs/anchors/owasp-top-10.adoc",
"tier": 3
},
{
"id": "para-method",
"title": "P.A.R.A. Method",
"categories": [
"knowledge-management"
],
"roles": [
"software-developer",
"team-lead",
"technical-writer",
"educator"
],
"related": [
"diataxis-framework",
"todotxt-flavoured-markdown"
],
"proponents": [
"Tiago Forte"
],
"tags": [
"knowledge-management",
"personal-productivity",
"note-taking",
"organization",
"second-brain"
],
"filePath": "docs/anchors/para-method.adoc",
"tier": 3
},
{
"id": "pert",
"title": "PERT",
Expand Down Expand Up @@ -2129,35 +2158,6 @@
"filePath": "docs/anchors/pugh-matrix.adoc",
"tier": 2
},
{
"id": "para-method",
"title": "P.A.R.A. Method",
"categories": [
"documentation"
],
"roles": [
"software-developer",
"team-lead",
"technical-writer",
"educator"
],
"related": [
"diataxis-framework",
"todotxt-flavoured-markdown"
],
"proponents": [
"Tiago Forte"
],
"tags": [
"knowledge-management",
"personal-productivity",
"note-taking",
"organization",
"second-brain"
],
"filePath": "docs/anchors/para-method.adoc",
"tier": 3
},
{
"id": "pyramid-principle",
"title": "Pyramid Principle according to Barbara Minto",
Expand Down Expand Up @@ -2796,7 +2796,7 @@
"id": "todotxt-flavoured-markdown",
"title": "todo.txt-flavoured Markdown",
"categories": [
"development-workflow"
"knowledge-management"
],
"roles": [
"software-developer",
Expand Down Expand Up @@ -2922,4 +2922,4 @@
"filePath": "docs/anchors/yagni.adoc",
"tier": 1
}
]
]
12 changes: 10 additions & 2 deletions website/public/data/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"gof-strategy-pattern",
"gof-template-method-pattern",
"gof-visitor-pattern",
"grasp",
"kiss-principle",
"solid-dip",
"solid-isp",
Expand All @@ -65,8 +66,7 @@
"regulated-environment",
"semantic-versioning",
"sota",
"timtowtdi",
"todotxt-flavoured-markdown"
"timtowtdi"
]
},
{
Expand All @@ -84,6 +84,14 @@
"docs-as-code"
]
},
{
"id": "knowledge-management",
"name": "Knowledge Management",
"anchors": [
"para-method",
"todotxt-flavoured-markdown"
]
},
{
"id": "meta",
"name": "Meta",
Expand Down
12 changes: 6 additions & 6 deletions website/public/data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"generatedAt": "2026-03-26T09:31:40.107Z",
"generatedAt": "2026-03-27T08:59:25.567Z",
"version": "1.0.0",
"counts": {
"anchors": 107,
"categories": 12,
"anchors": 111,
"categories": 13,
"roles": 12
},
"statistics": {
"averageRolesPerAnchor": "3.11",
"averageRolesPerAnchor": "3.14",
"averageCategoriesPerAnchor": "1.01",
"anchorsWithTags": 67,
"anchorsWithRelated": 38
"anchorsWithTags": 71,
"anchorsWithRelated": 42
}
}
1 change: 1 addition & 0 deletions website/src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"categories.development-workflow": "Entwicklungs-Workflow",
"categories.dialogue-interaction": "Dialog & Interaktionsmuster",
"categories.documentation": "Dokumentationspraktiken",
"categories.knowledge-management": "Wissensmanagement",
"categories.meta": "Meta (Repository & Katalog)",
"categories.problem-solving": "Problemlösungs-Methoden",
"categories.requirements-engineering": "Requirements Engineering",
Expand Down
1 change: 1 addition & 0 deletions website/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"categories.development-workflow": "Development Workflow",
"categories.dialogue-interaction": "Dialogue & Interaction Patterns",
"categories.documentation": "Documentation Practices",
"categories.knowledge-management": "Knowledge Management",
"categories.meta": "Meta (Repository & Catalog)",
"categories.problem-solving": "Problem-Solving Methodologies",
"categories.requirements-engineering": "Requirements Engineering",
Expand Down
Loading