Skip to content

Commit cab9048

Browse files
iluwatarohbus
andauthored
docs: fixes for yaml frontmatter (iluwatar#1851)
Co-authored-by: Subhrodip Mohanta <[email protected]>
1 parent d247b6e commit cab9048

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
lines changed

data-bus/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: pattern
33
title: Data Bus
44
folder: data-bus
55
permalink: /patterns/data-bus/
6-
76
categories: Architectural
87
language: en
98
tags:

filterer/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ layout: pattern
33
title: Filterer
44
folder: filterer
55
permalink: /patterns/filterer/
6-
description: Design pattern that helps container-like objects to return filtered version of themselves.# short meta description that shows in Google search results
76
language: en
8-
categories:
9-
- Functional
7+
categories: Functional
108
tags:
119
- Extensibility
1210
---

lockable-object/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: pattern
33
title: Lockable Object
44
folder: lockable-object
55
permalink: /patterns/lockable-object/
6+
language: en
67
categories: Concurrency
78
tags:
89
- Performance

presentation/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ language: en
88
tags:
99
- Decoupling
1010
---
11+
1112
## Also known as
1213
Application Model
1314

table-module/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ title: Table Module
44
folder: table-module
55
permalink: /patterns/table-module/
66
categories: Structural
7+
language: en
78
tags:
89
- Data access
910
---
11+
1012
## Intent
1113
Table Module organizes domain logic with one class per table in the database, and a single instance of a class contains the various procedures that will act on the data.
1214

unit-of-work/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: pattern
33
title: Unit Of Work
44
folder: unit-of-work
55
permalink: /patterns/unit-of-work/
6-
76
categories: Architectural
87
language: en
98
tags:

version-number/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
layout: pattern
33
title: Version Number
4-
folder: versionnumber
5-
permalink: /patterns/versionnumber/
6-
description: Entity versioning with version number
7-
4+
folder: version-number
5+
permalink: /patterns/version-number/
86
categories: Concurrency
97
language: en
108
tags:

0 commit comments

Comments
 (0)