docs: fixes for yaml frontmatter (#1851)
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
This commit is contained in:
parent
d247b6ed69
commit
cab9048e06
@ -3,7 +3,6 @@ layout: pattern
|
|||||||
title: Data Bus
|
title: Data Bus
|
||||||
folder: data-bus
|
folder: data-bus
|
||||||
permalink: /patterns/data-bus/
|
permalink: /patterns/data-bus/
|
||||||
|
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
language: en
|
language: en
|
||||||
tags:
|
tags:
|
||||||
|
@ -3,10 +3,8 @@ layout: pattern
|
|||||||
title: Filterer
|
title: Filterer
|
||||||
folder: filterer
|
folder: filterer
|
||||||
permalink: /patterns/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
|
language: en
|
||||||
categories:
|
categories: Functional
|
||||||
- Functional
|
|
||||||
tags:
|
tags:
|
||||||
- Extensibility
|
- Extensibility
|
||||||
---
|
---
|
||||||
|
@ -3,6 +3,7 @@ layout: pattern
|
|||||||
title: Lockable Object
|
title: Lockable Object
|
||||||
folder: lockable-object
|
folder: lockable-object
|
||||||
permalink: /patterns/lockable-object/
|
permalink: /patterns/lockable-object/
|
||||||
|
language: en
|
||||||
categories: Concurrency
|
categories: Concurrency
|
||||||
tags:
|
tags:
|
||||||
- Performance
|
- Performance
|
||||||
|
@ -8,6 +8,7 @@ language: en
|
|||||||
tags:
|
tags:
|
||||||
- Decoupling
|
- Decoupling
|
||||||
---
|
---
|
||||||
|
|
||||||
## Also known as
|
## Also known as
|
||||||
Application Model
|
Application Model
|
||||||
|
|
||||||
|
@ -4,9 +4,11 @@ title: Table Module
|
|||||||
folder: table-module
|
folder: table-module
|
||||||
permalink: /patterns/table-module/
|
permalink: /patterns/table-module/
|
||||||
categories: Structural
|
categories: Structural
|
||||||
|
language: en
|
||||||
tags:
|
tags:
|
||||||
- Data access
|
- Data access
|
||||||
---
|
---
|
||||||
|
|
||||||
## Intent
|
## 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.
|
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.
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@ layout: pattern
|
|||||||
title: Unit Of Work
|
title: Unit Of Work
|
||||||
folder: unit-of-work
|
folder: unit-of-work
|
||||||
permalink: /patterns/unit-of-work/
|
permalink: /patterns/unit-of-work/
|
||||||
|
|
||||||
categories: Architectural
|
categories: Architectural
|
||||||
language: en
|
language: en
|
||||||
tags:
|
tags:
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: pattern
|
layout: pattern
|
||||||
title: Version Number
|
title: Version Number
|
||||||
folder: versionnumber
|
folder: version-number
|
||||||
permalink: /patterns/versionnumber/
|
permalink: /patterns/version-number/
|
||||||
description: Entity versioning with version number
|
|
||||||
|
|
||||||
categories: Concurrency
|
categories: Concurrency
|
||||||
language: en
|
language: en
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user