Skip to content

Commit

Permalink
docs: fixes for yaml frontmatter (#1851)
Browse files Browse the repository at this point in the history
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
  • Loading branch information
iluwatar and ohbus committed Oct 13, 2021
1 parent d247b6e commit cab9048
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion data-bus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: pattern
title: Data Bus
folder: data-bus
permalink: /patterns/data-bus/

categories: Architectural
language: en
tags:
Expand Down
4 changes: 1 addition & 3 deletions filterer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ layout: pattern
title: Filterer
folder: filterer
permalink: /patterns/filterer/
description: Design pattern that helps container-like objects to return filtered version of themselves.# short meta description that shows in Google search results
language: en
categories:
- Functional
categories: Functional
tags:
- Extensibility
---
Expand Down
1 change: 1 addition & 0 deletions lockable-object/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: pattern
title: Lockable Object
folder: lockable-object
permalink: /patterns/lockable-object/
language: en
categories: Concurrency
tags:
- Performance
Expand Down
1 change: 1 addition & 0 deletions presentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ language: en
tags:
- Decoupling
---

## Also known as
Application Model

Expand Down
2 changes: 2 additions & 0 deletions table-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ title: Table Module
folder: table-module
permalink: /patterns/table-module/
categories: Structural
language: en
tags:
- Data access
---

## Intent
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.

Expand Down
1 change: 0 additions & 1 deletion unit-of-work/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: pattern
title: Unit Of Work
folder: unit-of-work
permalink: /patterns/unit-of-work/

categories: Architectural
language: en
tags:
Expand Down
6 changes: 2 additions & 4 deletions version-number/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
layout: pattern
title: Version Number
folder: versionnumber
permalink: /patterns/versionnumber/
description: Entity versioning with version number

folder: version-number
permalink: /patterns/version-number/
categories: Concurrency
language: en
tags:
Expand Down

0 comments on commit cab9048

Please sign in to comment.