From cab9048e0653574dc9c351b27ffd55be4569403f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Wed, 13 Oct 2021 10:29:55 +0300 Subject: [PATCH] docs: fixes for yaml frontmatter (#1851) Co-authored-by: Subhrodip Mohanta --- data-bus/README.md | 1 - filterer/README.md | 4 +--- lockable-object/README.md | 1 + presentation/README.md | 1 + table-module/README.md | 2 ++ unit-of-work/README.md | 1 - version-number/README.md | 6 ++---- 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/data-bus/README.md b/data-bus/README.md index 1e4ef6daa..839af7ad5 100644 --- a/data-bus/README.md +++ b/data-bus/README.md @@ -3,7 +3,6 @@ layout: pattern title: Data Bus folder: data-bus permalink: /patterns/data-bus/ - categories: Architectural language: en tags: diff --git a/filterer/README.md b/filterer/README.md index 66a9419c0..0e093346b 100644 --- a/filterer/README.md +++ b/filterer/README.md @@ -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 --- diff --git a/lockable-object/README.md b/lockable-object/README.md index f68ec4336..8757dfd2a 100644 --- a/lockable-object/README.md +++ b/lockable-object/README.md @@ -3,6 +3,7 @@ layout: pattern title: Lockable Object folder: lockable-object permalink: /patterns/lockable-object/ +language: en categories: Concurrency tags: - Performance diff --git a/presentation/README.md b/presentation/README.md index 03316f8ca..918275f7b 100644 --- a/presentation/README.md +++ b/presentation/README.md @@ -8,6 +8,7 @@ language: en tags: - Decoupling --- + ## Also known as Application Model diff --git a/table-module/README.md b/table-module/README.md index 1cbc3a982..dca8d4dc2 100644 --- a/table-module/README.md +++ b/table-module/README.md @@ -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. diff --git a/unit-of-work/README.md b/unit-of-work/README.md index 591d63c6f..df2d03df2 100644 --- a/unit-of-work/README.md +++ b/unit-of-work/README.md @@ -3,7 +3,6 @@ layout: pattern title: Unit Of Work folder: unit-of-work permalink: /patterns/unit-of-work/ - categories: Architectural language: en tags: diff --git a/version-number/README.md b/version-number/README.md index fea26f208..027540516 100644 --- a/version-number/README.md +++ b/version-number/README.md @@ -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: