mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-02 22:17:35 +00:00
fix: replace yaml frontmatter tags with tag (#2353)
This commit is contained in:
@@ -5,7 +5,7 @@ folder: abstract-document
|
||||
permalink: /patterns/abstract-document/
|
||||
categories: Structural
|
||||
language: es
|
||||
tags:
|
||||
tag:
|
||||
- Extensibility
|
||||
---
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ folder: abstract-factory
|
||||
permalink: /patterns/abstract-factory/
|
||||
categories: Creational
|
||||
language: es
|
||||
tags:
|
||||
tag:
|
||||
- Gang of Four
|
||||
---
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ folder: active-object
|
||||
permalink: /patterns/active-object/
|
||||
categories: Concurrency
|
||||
language: es
|
||||
tags:
|
||||
tag:
|
||||
- Performance
|
||||
---
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ folder: acyclic-visitor
|
||||
permalink: /patterns/acyclic-visitor/
|
||||
categories: Behavioral
|
||||
language: es
|
||||
tags:
|
||||
tag:
|
||||
- Extensibility
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: Adapter
|
||||
category: Structural
|
||||
language: es
|
||||
tags:
|
||||
tag:
|
||||
- Gang of Four
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user