diff --git a/abstract-document/README.md b/abstract-document/README.md index 9452c0332..0a610ea49 100644 --- a/abstract-document/README.md +++ b/abstract-document/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Abstract Document -folder: abstract-document -permalink: /patterns/abstract-document/ -categories: Structural +category: Structural language: en tags: - Extensibility diff --git a/abstract-factory/README.md b/abstract-factory/README.md index 71073b32b..70bf50190 100644 --- a/abstract-factory/README.md +++ b/abstract-factory/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Abstract Factory -folder: abstract-factory -permalink: /patterns/abstract-factory/ -categories: Creational +category: Creational language: en tags: - Gang of Four diff --git a/active-object/README.md b/active-object/README.md index 6e974034a..f339586fe 100644 --- a/active-object/README.md +++ b/active-object/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Active Object -folder: active-object -permalink: /patterns/active-object/ -categories: Concurrency +category: Concurrency language: en tags: - Performance diff --git a/acyclic-visitor/README.md b/acyclic-visitor/README.md index ee269a1f2..ff97f6fa9 100644 --- a/acyclic-visitor/README.md +++ b/acyclic-visitor/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Acyclic Visitor -folder: acyclic-visitor -permalink: /patterns/acyclic-visitor/ -categories: Behavioral +category: Behavioral language: en tags: - Extensibility diff --git a/adapter/README.md b/adapter/README.md index f1f818492..872e0f2a8 100644 --- a/adapter/README.md +++ b/adapter/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Adapter -folder: adapter -permalink: /patterns/adapter/ -categories: Structural +category: Structural language: en tags: - Gang of Four diff --git a/aggregator-microservices/README.md b/aggregator-microservices/README.md index af69b03f5..aeafec019 100644 --- a/aggregator-microservices/README.md +++ b/aggregator-microservices/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Aggregator Microservices -folder: aggregator-microservices -permalink: /patterns/aggregator-microservices/ -categories: Architectural +category: Architectural language: en tags: - Cloud distributed diff --git a/ambassador/README.md b/ambassador/README.md index 4d304b67f..dd24d1b2a 100644 --- a/ambassador/README.md +++ b/ambassador/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Ambassador -folder: ambassador -permalink: /patterns/ambassador/ -categories: Structural +category: Structural language: en tags: - Decoupling diff --git a/api-gateway/README.md b/api-gateway/README.md index 4df96d5d5..4416d23c2 100644 --- a/api-gateway/README.md +++ b/api-gateway/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: API Gateway -folder: api-gateway -permalink: /patterns/api-gateway/ -categories: Architectural +category: Architectural language: en tags: - Cloud distributed diff --git a/arrange-act-assert/README.md b/arrange-act-assert/README.md index 6afbe3df1..8e01d1576 100644 --- a/arrange-act-assert/README.md +++ b/arrange-act-assert/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Arrange/Act/Assert -folder: arrange-act-assert -permalink: /patterns/arrange-act-assert/ -categories: Idiom +category: Idiom language: en tags: - Testing diff --git a/async-method-invocation/README.md b/async-method-invocation/README.md index ac019f674..d0b959c15 100644 --- a/async-method-invocation/README.md +++ b/async-method-invocation/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Async Method Invocation -folder: async-method-invocation -permalink: /patterns/async-method-invocation/ -categories: Concurrency +category: Concurrency language: en tags: - Reactive diff --git a/balking/README.md b/balking/README.md index 508d9724d..46739d5c6 100644 --- a/balking/README.md +++ b/balking/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Balking -folder: balking -permalink: /patterns/balking/ -categories: Concurrency +category: Concurrency language: en tags: - Decoupling diff --git a/bridge/README.md b/bridge/README.md index 1c5ccb8ae..ea811e499 100644 --- a/bridge/README.md +++ b/bridge/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Bridge -folder: bridge -permalink: /patterns/bridge/ -categories: Structural +category: Structural language: en tags: - Gang of Four diff --git a/builder/README.md b/builder/README.md index 54fb3de5b..59da5cbdb 100644 --- a/builder/README.md +++ b/builder/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Builder -folder: builder -permalink: /patterns/builder/ -categories: Creational +category: Creational language: en tags: - Gang of Four diff --git a/business-delegate/README.md b/business-delegate/README.md index ff46e3479..1e8419c58 100644 --- a/business-delegate/README.md +++ b/business-delegate/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Business Delegate -folder: business-delegate -permalink: /patterns/business-delegate/ -categories: Structural +category: Structural language: en tags: - Decoupling diff --git a/bytecode/README.md b/bytecode/README.md index 4652e1981..3158ca37a 100644 --- a/bytecode/README.md +++ b/bytecode/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Bytecode -folder: bytecode -permalink: /patterns/bytecode/ -categories: Behavioral +category: Behavioral language: en tags: - Game programming diff --git a/caching/README.md b/caching/README.md index bd6e05f77..c34bdecf5 100644 --- a/caching/README.md +++ b/caching/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Caching -folder: caching -permalink: /patterns/caching/ -categories: Behavioral +category: Behavioral language: en tags: - Performance diff --git a/callback/README.md b/callback/README.md index 37761a7b7..24821e52a 100644 --- a/callback/README.md +++ b/callback/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Callback -folder: callback -permalink: /patterns/callback/ -categories: Idiom +category: Idiom language: en tags: - Reactive diff --git a/chain-of-responsibility/README.md b/chain-of-responsibility/README.md index a6d94499c..409915209 100644 --- a/chain-of-responsibility/README.md +++ b/chain-of-responsibility/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Chain of responsibility -folder: chain-of-responsibility -permalink: /patterns/chain-of-responsibility/ -categories: Behavioral +category: Behavioral language: en tags: - Gang of Four diff --git a/circuit-breaker/README.md b/circuit-breaker/README.md index 0f4ab47a5..8787963a1 100644 --- a/circuit-breaker/README.md +++ b/circuit-breaker/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Circuit Breaker -folder: circuit-breaker -permalink: /patterns/circuit-breaker/ -categories: Behavioral +category: Behavioral language: en tags: - Performance diff --git a/cloud-static-content-hosting/README.md b/cloud-static-content-hosting/README.md index 12b3fd7cd..daf33e445 100644 --- a/cloud-static-content-hosting/README.md +++ b/cloud-static-content-hosting/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Static Content Hosting -folder: cloud-static-content-hosting -permalink: /patterns/cloud-static-content-hosting/ -categories: Cloud +category: Cloud language: en tags: - Cloud distributed diff --git a/collection-pipeline/README.md b/collection-pipeline/README.md index 1edec0889..cbaf0254d 100644 --- a/collection-pipeline/README.md +++ b/collection-pipeline/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Collection Pipeline -folder: collection-pipeline -permalink: /patterns/collection-pipeline/ -categories: Functional +category: Functional language: en tags: - Reactive diff --git a/combinator/README.md b/combinator/README.md index 9028e07db..afc6d5fc6 100644 --- a/combinator/README.md +++ b/combinator/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Combinator -folder: combinator -permalink: /patterns/combinator/ -categories: Idiom +category: Idiom language: en tags: - Reactive diff --git a/command/README.md b/command/README.md index 50e1ea47d..3aafcc48a 100644 --- a/command/README.md +++ b/command/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Command -folder: command -permalink: /patterns/command/ -categories: Behavioral +category: Behavioral language: en tags: - Gang of Four diff --git a/commander/README.md b/commander/README.md index f2469962b..54a11fd6b 100644 --- a/commander/README.md +++ b/commander/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Commander -folder: commander -permalink: /patterns/commander/ -categories: Concurrency +category: Concurrency language: en tags: - Cloud distributed diff --git a/composite-entity/README.md b/composite-entity/README.md index 4409b4f6a..2f1a3a753 100644 --- a/composite-entity/README.md +++ b/composite-entity/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Composite Entity -folder: composite-entity -permalink: /patterns/composite-entity/ -categories: Structural +category: Structural language: en tags: - Enterprise Integration Pattern diff --git a/composite/README.md b/composite/README.md index 3ce7bc951..6a8cc1ff2 100644 --- a/composite/README.md +++ b/composite/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Composite -folder: composite -permalink: /patterns/composite/ -categories: Structural +category: Structural language: en tags: - Gang of Four diff --git a/converter/README.md b/converter/README.md index cbba3344d..1a841d069 100644 --- a/converter/README.md +++ b/converter/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Converter -folder: converter -permalink: /patterns/converter/ -categories: Creational +category: Creational language: en tags: - Decoupling diff --git a/cqrs/README.md b/cqrs/README.md index 3db747c88..6199ba24a 100644 --- a/cqrs/README.md +++ b/cqrs/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: CQRS -folder: cqrs -permalink: /patterns/cqrs/ -categories: Architectural +category: Architectural language: en tags: - Performance diff --git a/dao/README.md b/dao/README.md index da8b3105c..66236bf45 100644 --- a/dao/README.md +++ b/dao/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Data Access Object -folder: dao -permalink: /patterns/dao/ -categories: Architectural +category: Architectural language: en tags: - Data access diff --git a/data-bus/README.md b/data-bus/README.md index 1e4ef6daa..36f6a4f0f 100644 --- a/data-bus/README.md +++ b/data-bus/README.md @@ -1,10 +1,6 @@ --- -layout: pattern title: Data Bus -folder: data-bus -permalink: /patterns/data-bus/ - -categories: Architectural +category: Architectural language: en tags: - Decoupling diff --git a/data-locality/README.md b/data-locality/README.md index 28fe61f23..fe1d06fe9 100644 --- a/data-locality/README.md +++ b/data-locality/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Data Locality -folder: data-locality -permalink: /patterns/data-locality/ -categories: Behavioral +category: Behavioral language: en tags: - Game programming diff --git a/data-mapper/README.md b/data-mapper/README.md index 0b483cb43..7766ca0b6 100644 --- a/data-mapper/README.md +++ b/data-mapper/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Data Mapper -folder: data-mapper -permalink: /patterns/data-mapper/ -categories: Architectural +category: Architectural language: en tags: - Decoupling diff --git a/data-transfer-object/README.md b/data-transfer-object/README.md index 995e67323..504823891 100644 --- a/data-transfer-object/README.md +++ b/data-transfer-object/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Data Transfer Object -folder: data-transfer-object -permalink: /patterns/data-transfer-object/ -categories: Architectural +category: Architectural language: en tags: - Performance diff --git a/decorator/README.md b/decorator/README.md index bc5623726..0bdd09e21 100644 --- a/decorator/README.md +++ b/decorator/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Decorator -folder: decorator -permalink: /patterns/decorator/ -categories: Structural +category: Structural language: en tags: - Gang of Four diff --git a/delegation/README.md b/delegation/README.md index 7a6a7e41f..8556c5a89 100644 --- a/delegation/README.md +++ b/delegation/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Delegation -folder: delegation -permalink: /patterns/delegation/ -categories: Structural +category: Structural language: en tags: - Decoupling diff --git a/dependency-injection/README.md b/dependency-injection/README.md index 2959b7dac..59c588740 100644 --- a/dependency-injection/README.md +++ b/dependency-injection/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Dependency Injection -folder: dependency-injection -permalink: /patterns/dependency-injection/ -categories: Creational +category: Creational language: en tags: - Decoupling diff --git a/dirty-flag/README.md b/dirty-flag/README.md index d18109d5b..4326cf135 100644 --- a/dirty-flag/README.md +++ b/dirty-flag/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Dirty Flag -folder: dirty-flag -permalink: /patterns/dirty-flag/ -categories: Behavioral +category: Behavioral language: en tags: - Game programming diff --git a/domain-model/README.md b/domain-model/README.md index 696fc41fd..b97687ebe 100644 --- a/domain-model/README.md +++ b/domain-model/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Domain Model -folder: domain-model -permalink: /patterns/domain-model/ -categories: Architectural +category: Architectural language: en tags: - Domain diff --git a/double-buffer/README.md b/double-buffer/README.md index 0d74328d6..596d05efd 100644 --- a/double-buffer/README.md +++ b/double-buffer/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Double Buffer -folder: double-buffer -permalink: /patterns/double-buffer/ -categories: Behavioral +category: Behavioral language: en tags: - Performance diff --git a/double-checked-locking/README.md b/double-checked-locking/README.md index f64b7088d..3d31bc341 100644 --- a/double-checked-locking/README.md +++ b/double-checked-locking/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Double Checked Locking -folder: double-checked-locking -permalink: /patterns/double-checked-locking/ -categories: Idiom +category: Idiom language: en tags: - Performance diff --git a/double-dispatch/README.md b/double-dispatch/README.md index 28c1ee656..4f5bf028c 100644 --- a/double-dispatch/README.md +++ b/double-dispatch/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Double Dispatch -folder: double-dispatch -permalink: /patterns/double-dispatch/ -categories: Idiom +category: Idiom language: en tags: - Extensibility diff --git a/eip-aggregator/README.md b/eip-aggregator/README.md index b2be8db5b..33d54651c 100644 --- a/eip-aggregator/README.md +++ b/eip-aggregator/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: EIP Aggregator -folder: eip-aggregator -permalink: /patterns/eip-aggregator/ -categories: Integration +category: Integration language: en tags: - Enterprise Integration Pattern diff --git a/eip-message-channel/README.md b/eip-message-channel/README.md index 34316a0ed..dd99327cc 100644 --- a/eip-message-channel/README.md +++ b/eip-message-channel/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: EIP Message Channel -folder: eip-message-channel -permalink: /patterns/eip-message-channel/ -categories: Integration +category: Integration language: en tags: - Enterprise Integration Pattern diff --git a/eip-publish-subscribe/README.md b/eip-publish-subscribe/README.md index 9d8f10ae1..aa7e3cccf 100644 --- a/eip-publish-subscribe/README.md +++ b/eip-publish-subscribe/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: EIP Publish Subscribe -folder: eip-publish-subscribe -permalink: /patterns/eip-publish-subscribe/ -categories: Integration +category: Integration language: en tags: - Enterprise Integration Pattern diff --git a/eip-splitter/README.md b/eip-splitter/README.md index a9c86e309..99f6e8063 100644 --- a/eip-splitter/README.md +++ b/eip-splitter/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: EIP Splitter -folder: eip-splitter -permalink: /patterns/eip-splitter/ -categories: Integration +category: Integration language: en tags: - Enterprise Integration Pattern diff --git a/eip-wire-tap/README.md b/eip-wire-tap/README.md index 808a8b268..aa7527eb3 100644 --- a/eip-wire-tap/README.md +++ b/eip-wire-tap/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: EIP Wire Tap -folder: eip-wire-tap -permalink: /patterns/eip-wire-tap/ -categories: Integration +category: Integration language: en tags: - Enterprise Integration Pattern diff --git a/event-aggregator/README.md b/event-aggregator/README.md index 2e54ed904..43249563c 100644 --- a/event-aggregator/README.md +++ b/event-aggregator/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Event Aggregator -folder: event-aggregator -permalink: /patterns/event-aggregator/ -categories: Structural +category: Structural language: en tags: - Reactive diff --git a/event-asynchronous/README.md b/event-asynchronous/README.md index 8ec08e978..ac3deca5c 100644 --- a/event-asynchronous/README.md +++ b/event-asynchronous/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Event-based Asynchronous -folder: event-asynchronous -permalink: /patterns/event-asynchronous/ -categories: Concurrency +category: Concurrency language: en tags: - Reactive diff --git a/event-driven-architecture/README.md b/event-driven-architecture/README.md index 295d23334..3dd262132 100644 --- a/event-driven-architecture/README.md +++ b/event-driven-architecture/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Event Driven Architecture -folder: event-driven-architecture -permalink: /patterns/event-driven-architecture/ -categories: Architectural +category: Architectural language: en tags: - Reactive diff --git a/event-queue/README.md b/event-queue/README.md index b42786e3b..80eabde74 100644 --- a/event-queue/README.md +++ b/event-queue/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Event Queue -folder: event-queue -permalink: /patterns/event-queue/ -categories: Concurrency +category: Concurrency language: en tags: - Game programming diff --git a/event-sourcing/README.md b/event-sourcing/README.md index ba275528b..b3eadcd01 100644 --- a/event-sourcing/README.md +++ b/event-sourcing/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Event Sourcing -folder: event-sourcing -permalink: /patterns/event-sourcing/ -categories: Architectural +category: Architectural language: en tags: - Performance diff --git a/execute-around/README.md b/execute-around/README.md index 16d4803c3..665f447db 100644 --- a/execute-around/README.md +++ b/execute-around/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Execute Around -folder: execute-around -permalink: /patterns/execute-around/ -categories: Idiom +category: Idiom language: en tags: - Extensibility diff --git a/extension-objects/README.md b/extension-objects/README.md index e50fa3913..8584b9aed 100644 --- a/extension-objects/README.md +++ b/extension-objects/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Extension objects -folder: extension-objects -permalink: /patterns/extension-objects/ -categories: Behavioral +category: Behavioral language: en tags: - Extensibility diff --git a/facade/README.md b/facade/README.md index 50f5091f7..14056f387 100644 --- a/facade/README.md +++ b/facade/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Facade -folder: facade -permalink: /patterns/facade/ -categories: Structural +category: Structural language: en tags: - Gang Of Four diff --git a/factory-kit/README.md b/factory-kit/README.md index 346012c07..ea8003eee 100644 --- a/factory-kit/README.md +++ b/factory-kit/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Factory Kit -folder: factory-kit -permalink: /patterns/factory-kit/ -categories: Creational +category: Creational language: en tags: - Extensibility diff --git a/factory-method/README.md b/factory-method/README.md index 813a68445..d216aa1c2 100644 --- a/factory-method/README.md +++ b/factory-method/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Factory Method -folder: factory-method -permalink: /patterns/factory-method/ -categories: Creational +category: Creational language: en tags: - Extensibility diff --git a/factory/README.md b/factory/README.md index dd5582bec..0d87d1ac1 100644 --- a/factory/README.md +++ b/factory/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Factory -folder: factory -permalink: /patterns/factory/ -categories: Creational +category: Creational language: en tags: - Gang of Four diff --git a/fanout-fanin/README.md b/fanout-fanin/README.md index 5f9cc8df5..50780cab9 100644 --- a/fanout-fanin/README.md +++ b/fanout-fanin/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Fan-Out/Fan-In -folder: fanout-fanin -permalink: /patterns/fanout-fanin/ -categories: Integration +category: Integration language: en tags: - Microservices diff --git a/feature-toggle/README.md b/feature-toggle/README.md index 2dd53b225..a05932ea6 100644 --- a/feature-toggle/README.md +++ b/feature-toggle/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Feature Toggle -folder: feature-toggle -permalink: /patterns/feature-toggle/ -categories: Behavioral +category: Behavioral language: en tags: - Extensibility diff --git a/filterer/README.md b/filterer/README.md index 66a9419c0..ebc490b1e 100644 --- a/filterer/README.md +++ b/filterer/README.md @@ -1,12 +1,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 +category: Functional tags: - Extensibility --- diff --git a/fluentinterface/README.md b/fluentinterface/README.md index 07561276c..8f23256cf 100644 --- a/fluentinterface/README.md +++ b/fluentinterface/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Fluent Interface -folder: fluentinterface -permalink: /patterns/fluentinterface/ -categories: Functional +category: Functional language: en tags: - Reactive diff --git a/flux/README.md b/flux/README.md index 8d241cb9d..a80f40b66 100644 --- a/flux/README.md +++ b/flux/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Flux -folder: flux -permalink: /patterns/flux/ -categories: Structural +category: Structural language: en tags: - Decoupling diff --git a/flyweight/README.md b/flyweight/README.md index 79ca511ba..69bca1ae2 100644 --- a/flyweight/README.md +++ b/flyweight/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Flyweight -folder: flyweight -permalink: /patterns/flyweight/ -categories: Structural +category: Structural language: en tags: - Gang of Four diff --git a/front-controller/README.md b/front-controller/README.md index a4d49c968..a1bbb8392 100644 --- a/front-controller/README.md +++ b/front-controller/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Front Controller -folder: front-controller -permalink: /patterns/front-controller/ -categories: Structural +category: Structural language: en tags: - Decoupling diff --git a/game-loop/README.md b/game-loop/README.md index 0632ca70e..25bee89f6 100644 --- a/game-loop/README.md +++ b/game-loop/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Game Loop -folder: game-loop -permalink: /patterns/game-loop/ -categories: Behavioral +category: Behavioral language: en tags: - Game programming diff --git a/guarded-suspension/README.md b/guarded-suspension/README.md index 289b3ba5c..c6c358de3 100644 --- a/guarded-suspension/README.md +++ b/guarded-suspension/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Guarded Suspension -folder: guarded-suspension -permalink: /patterns/guarded-suspension/ -categories: Concurrency +category: Concurrency language: en tags: - Decoupling diff --git a/half-sync-half-async/README.md b/half-sync-half-async/README.md index 45dab2281..322cbbbe5 100644 --- a/half-sync-half-async/README.md +++ b/half-sync-half-async/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Half-Sync/Half-Async -folder: half-sync-half-async -permalink: /patterns/half-sync-half-async/ -categories: Concurrency +category: Concurrency language: en tags: - Performance diff --git a/hexagonal/README.md b/hexagonal/README.md index 1a8453a5c..06219f485 100644 --- a/hexagonal/README.md +++ b/hexagonal/README.md @@ -1,10 +1,6 @@ --- -layout: pattern title: Hexagonal Architecture -folder: hexagonal -permalink: /patterns/hexagonal/ -pumlformat: svg -categories: Architectural +category: Architectural language: en tags: - Decoupling diff --git a/intercepting-filter/README.md b/intercepting-filter/README.md index 5514bb5bd..f5aef5d03 100644 --- a/intercepting-filter/README.md +++ b/intercepting-filter/README.md @@ -1,8 +1,5 @@ --- -layout: pattern title: Intercepting Filter -folder: intercepting-filter -permalink: /patterns/intercepting-filter/ categories: Behavioral language: en tags: diff --git a/interpreter/README.md b/interpreter/README.md index 92172c70c..61bf7501a 100644 --- a/interpreter/README.md +++ b/interpreter/README.md @@ -1,8 +1,5 @@ --- -layout: pattern title: Interpreter -folder: interpreter -permalink: /patterns/interpreter/ categories: Behavioral language: en tags: diff --git a/iterator/README.md b/iterator/README.md index 721b313f8..3f36d0070 100644 --- a/iterator/README.md +++ b/iterator/README.md @@ -1,8 +1,5 @@ --- -layout: pattern title: Iterator -folder: iterator -permalink: /patterns/iterator/ categories: Behavioral language: en tags: diff --git a/layers/README.md b/layers/README.md index 954a65923..9f87fc2f8 100644 --- a/layers/README.md +++ b/layers/README.md @@ -1,10 +1,6 @@ --- -layout: pattern title: Layers -folder: layers -permalink: /patterns/layers/ -pumlformat: svg -categories: Architectural +category: Architectural language: en tags: - Decoupling diff --git a/lazy-loading/README.md b/lazy-loading/README.md index 3145d61e6..63f8ea1b8 100644 --- a/lazy-loading/README.md +++ b/lazy-loading/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Lazy Loading -folder: lazy-loading -permalink: /patterns/lazy-loading/ -categories: Idiom +category: Idiom language: en tags: - Performance diff --git a/leader-election/README.md b/leader-election/README.md index 47f063ee5..d7cff88ec 100644 --- a/leader-election/README.md +++ b/leader-election/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Leader Election -folder: leader-election -permalink: /patterns/leader-election/ -categories: Behavioral +category: Behavioral language: en tags: - Cloud distributed diff --git a/leader-followers/README.md b/leader-followers/README.md index b7cce9e53..9266c9e86 100644 --- a/leader-followers/README.md +++ b/leader-followers/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Leader/Followers -folder: leader-followers -permalink: /patterns/leader-followers/ -categories: Concurrency +category: Concurrency language: en tags: - Performance diff --git a/localization/ko/adapter/README.md b/localization/ko/adapter/README.md index d295c25cd..96275a84b 100644 --- a/localization/ko/adapter/README.md +++ b/localization/ko/adapter/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Adapter -folder: adapter -permalink: /patterns/adapter/ko -categories: Structural +category: Structural language: ko tags: - Gang of Four diff --git a/localization/ko/factory/README.md b/localization/ko/factory/README.md index 8355f8e83..0c4f949cf 100644 --- a/localization/ko/factory/README.md +++ b/localization/ko/factory/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Factory -folder: factory -permalink: /patterns/factory/ko -categories: Creational +category: Creational language: ko tags: - Gang of Four diff --git a/localization/ko/observer/README.md b/localization/ko/observer/README.md index 8dd3d17f8..010584b1c 100644 --- a/localization/ko/observer/README.md +++ b/localization/ko/observer/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Observer -folder: observer -permalink: /patterns/observer/ko -categories: Behavioral +category: Behavioral language: ko tags: - Gang Of Four diff --git a/localization/ko/prototype/README.md b/localization/ko/prototype/README.md index f77586bcb..f449053c5 100644 --- a/localization/ko/prototype/README.md +++ b/localization/ko/prototype/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Prototype -folder: prototype -permalink: /patterns/prototype/ko -categories: Creational +category: Creational language: ko tags: - Gang Of Four diff --git a/localization/ko/singleton/README.md b/localization/ko/singleton/README.md index 954156c2f..3aca10f52 100644 --- a/localization/ko/singleton/README.md +++ b/localization/ko/singleton/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Singleton -folder: singleton -permalink: /patterns/singleton/ko -categories: Creational +category: Creational language: ko tags: - Gang of Four diff --git a/localization/ko/strategy/README.md b/localization/ko/strategy/README.md index ef45765dd..6eb270e47 100644 --- a/localization/ko/strategy/README.md +++ b/localization/ko/strategy/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Strategy -folder: strategy -permalink: /patterns/strategy/ko -categories: Behavioral +category: Behavioral language: ko tags: - Gang of Four diff --git a/localization/tr/singleton/README.md b/localization/tr/singleton/README.md index c5a769e93..838addeda 100644 --- a/localization/tr/singleton/README.md +++ b/localization/tr/singleton/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Singleton -folder: singleton -permalink: /patterns/singleton/tr -categories: Creational +category: Creational language: tr tags: - Gang of Four diff --git a/localization/zh/abstract-document/README.md b/localization/zh/abstract-document/README.md index 5bcb5e1e2..7220aeec3 100644 --- a/localization/zh/abstract-document/README.md +++ b/localization/zh/abstract-document/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Abstract Document -folder: abstract-document -permalink: /patterns/abstract-document/ -categories: Structural +category: Structural language: zh tags: - Extensibility diff --git a/localization/zh/abstract-factory/README.md b/localization/zh/abstract-factory/README.md index 0b2b109e4..d42571726 100644 --- a/localization/zh/abstract-factory/README.md +++ b/localization/zh/abstract-factory/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Abstract Factory -folder: abstract-factory -permalink: /patterns/abstract-factory/ -categories: Creational +category: Creational language: zh tags: - Gang of Four diff --git a/localization/zh/active-object/README.md b/localization/zh/active-object/README.md index 301e27c1f..aced9601f 100644 --- a/localization/zh/active-object/README.md +++ b/localization/zh/active-object/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Active Object -folder: active-object -permalink: /patterns/active-object/ -categories: Concurrency +category: Concurrency language: zh tags: - Performance diff --git a/localization/zh/acyclic-visitor/README.md b/localization/zh/acyclic-visitor/README.md index 965dc7a67..2753cddd5 100644 --- a/localization/zh/acyclic-visitor/README.md +++ b/localization/zh/acyclic-visitor/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Acyclic Visitor -folder: acyclic-visitor -permalink: /patterns/acyclic-visitor/ -categories: Behavioral +category: Behavioral language: zh tags: - Extensibility diff --git a/localization/zh/adapter/README.md b/localization/zh/adapter/README.md index 6add248fe..7bb3d71ba 100644 --- a/localization/zh/adapter/README.md +++ b/localization/zh/adapter/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Adapter -folder: adapter -permalink: /patterns/adapter/ -categories: Structural +category: Structural language: zh tags: - Gang of Four diff --git a/localization/zh/aggregator-microservices/README.md b/localization/zh/aggregator-microservices/README.md index dbca273c1..75bcedaa2 100644 --- a/localization/zh/aggregator-microservices/README.md +++ b/localization/zh/aggregator-microservices/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Aggregator Microservices -folder: aggregator-microservices -permalink: /patterns/aggregator-microservices/ -categories: Architectural +category: Architectural language: zh tags: - Cloud distributed diff --git a/localization/zh/ambassador/README.md b/localization/zh/ambassador/README.md index 7b07e7b05..376e9c564 100644 --- a/localization/zh/ambassador/README.md +++ b/localization/zh/ambassador/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Ambassador -folder: ambassador -permalink: /patterns/ambassador/ -categories: Structural +category: Structural language: zh tags: - Decoupling diff --git a/localization/zh/api-gateway/README.md b/localization/zh/api-gateway/README.md index 2ce28b0d2..6cf7831a4 100644 --- a/localization/zh/api-gateway/README.md +++ b/localization/zh/api-gateway/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: API Gateway -folder: api-gateway -permalink: /patterns/api-gateway/ -categories: Architectural +category: Architectural language: zh tags: - Cloud distributed diff --git a/localization/zh/arrange-act-assert/README.md b/localization/zh/arrange-act-assert/README.md index b4b411206..584ac81c4 100644 --- a/localization/zh/arrange-act-assert/README.md +++ b/localization/zh/arrange-act-assert/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Arrange/Act/Assert -folder: arrange-act-assert -permalink: /patterns/arrange-act-assert/ -categories: Idiom +category: Idiom language: zh tags: - Testing diff --git a/localization/zh/async-method-invocation/README.md b/localization/zh/async-method-invocation/README.md index f5739c1e9..d34820614 100644 --- a/localization/zh/async-method-invocation/README.md +++ b/localization/zh/async-method-invocation/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Async Method Invocation -folder: async-method-invocation -permalink: /patterns/async-method-invocation/ -categories: Concurrency +category: Concurrency language: zh tags: - Reactive diff --git a/localization/zh/balking/README.md b/localization/zh/balking/README.md index ef1b12e3f..6bcaa07fc 100644 --- a/localization/zh/balking/README.md +++ b/localization/zh/balking/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Balking -folder: balking -permalink: /patterns/balking/ -categories: Concurrency +category: Concurrency language: zh tags: - Decoupling diff --git a/localization/zh/bridge/README.md b/localization/zh/bridge/README.md index b1b770781..da497495b 100644 --- a/localization/zh/bridge/README.md +++ b/localization/zh/bridge/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Bridge -folder: bridge -permalink: /patterns/bridge/ -categories: Structural +category: Structural language: zh tags: - Gang of Four diff --git a/localization/zh/builder/README.md b/localization/zh/builder/README.md index 953a2a5ad..2d6c51bde 100644 --- a/localization/zh/builder/README.md +++ b/localization/zh/builder/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Builder -folder: builder -permalink: /patterns/builder/ -categories: Creational +category: Creational language: zh tags: - Gang of Four diff --git a/localization/zh/business-delegate/README.md b/localization/zh/business-delegate/README.md index bef906987..df66ff91a 100644 --- a/localization/zh/business-delegate/README.md +++ b/localization/zh/business-delegate/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Business Delegate -folder: business-delegate -permalink: /patterns/business-delegate/ -categories: Structural +category: Structural language: zh tags: - Decoupling diff --git a/localization/zh/bytecode/README.md b/localization/zh/bytecode/README.md index 4a280deaa..567188ef5 100644 --- a/localization/zh/bytecode/README.md +++ b/localization/zh/bytecode/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Bytecode -folder: bytecode -permalink: /patterns/bytecode/ -categories: Behavioral +category: Behavioral language: zh tags: - Game programming diff --git a/localization/zh/caching/README.md b/localization/zh/caching/README.md index aa2c61941..1619ad792 100644 --- a/localization/zh/caching/README.md +++ b/localization/zh/caching/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Caching -folder: caching -permalink: /patterns/caching/ -categories: Behavioral +category: Behavioral language: zh tags: - Performance diff --git a/localization/zh/callback/README.md b/localization/zh/callback/README.md index 9665355fb..62ddf1487 100644 --- a/localization/zh/callback/README.md +++ b/localization/zh/callback/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Callback -folder: callback -permalink: /patterns/callback/ -categories: Idiom +category: Idiom language: zh tags: - Reactive diff --git a/localization/zh/chain/README.md b/localization/zh/chain/README.md index b4034d32c..bc0e9474a 100644 --- a/localization/zh/chain/README.md +++ b/localization/zh/chain/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Chain of responsibility -folder: chain -permalink: /patterns/chain/ -categories: Behavioral +category: Behavioral language: zh tags: - Gang of Four diff --git a/localization/zh/circuit-breaker/README.md b/localization/zh/circuit-breaker/README.md index e42d3940c..295c2411a 100644 --- a/localization/zh/circuit-breaker/README.md +++ b/localization/zh/circuit-breaker/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Circuit Breaker -folder: circuit-breaker -permalink: /patterns/circuit-breaker/ -categories: Behavioral +category: Behavioral language: zh tags: - Performance diff --git a/localization/zh/cloud-static-content-hosting/README.md b/localization/zh/cloud-static-content-hosting/README.md index 74bd385e0..da5ecc8bf 100644 --- a/localization/zh/cloud-static-content-hosting/README.md +++ b/localization/zh/cloud-static-content-hosting/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Static Content Hosting -folder: cloud-static-content-hosting -permalink: /patterns/cloud-static-content-hosting/ -categories: Cloud +category: Cloud language: zh tags: - Cloud distributed diff --git a/localization/zh/collection-pipeline/README.md b/localization/zh/collection-pipeline/README.md index 9077deae6..b5448fcb6 100644 --- a/localization/zh/collection-pipeline/README.md +++ b/localization/zh/collection-pipeline/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Collection Pipeline -folder: collection-pipeline -permalink: /patterns/collection-pipeline/ -categories: Functional +category: Functional language: zh tags: - Reactive diff --git a/localization/zh/command/README.md b/localization/zh/command/README.md index a26533931..506e5b8b4 100644 --- a/localization/zh/command/README.md +++ b/localization/zh/command/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Command -folder: command -permalink: /patterns/command/ -categories: Behavioral +category: Behavioral language: zh tags: - Gang of Four diff --git a/localization/zh/composite-entity/README.md b/localization/zh/composite-entity/README.md index d15b64e39..b1cc503a8 100644 --- a/localization/zh/composite-entity/README.md +++ b/localization/zh/composite-entity/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Composite Entity -folder: composite-entity -permalink: /patterns/composite-entity/ -categories: Structural +category: Structural language: zh tags: - Enterprise Integration Pattern diff --git a/localization/zh/composite/README.md b/localization/zh/composite/README.md index 4cfd29cb0..d0403c304 100644 --- a/localization/zh/composite/README.md +++ b/localization/zh/composite/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Composite -folder: composite -permalink: /patterns/composite/ -categories: Structural +category: Structural language: zh tags: - Gang of Four diff --git a/localization/zh/converter/README.md b/localization/zh/converter/README.md index 1b8af5912..84fdb33a5 100644 --- a/localization/zh/converter/README.md +++ b/localization/zh/converter/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Converter -folder: converter -permalink: /patterns/converter/ -categories: Creational +category: Creational language: zh tags: - Decoupling diff --git a/localization/zh/dao/README.md b/localization/zh/dao/README.md index c7e4614b6..ddcede535 100644 --- a/localization/zh/dao/README.md +++ b/localization/zh/dao/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Data Access Object -folder: dao -permalink: /patterns/dao/ -categories: Architectural +category: Architectural language: zh tags: - Data access diff --git a/localization/zh/data-bus/README.md b/localization/zh/data-bus/README.md index d2fa730e7..34270106f 100644 --- a/localization/zh/data-bus/README.md +++ b/localization/zh/data-bus/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Data Bus -folder: data-bus -permalink: /patterns/data-bus/ -categories: Architectural +category: Architectural language: zh tags: - Decoupling diff --git a/localization/zh/data-mapper/README.md b/localization/zh/data-mapper/README.md index a2c9ef188..4c35e690d 100644 --- a/localization/zh/data-mapper/README.md +++ b/localization/zh/data-mapper/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Data Mapper -folder: data-mapper -permalink: /patterns/data-mapper/ -categories: Architectural +category: Architectural language: zh tags: - Decoupling diff --git a/localization/zh/data-transfer-object/README.md b/localization/zh/data-transfer-object/README.md index c9e938fde..b1416b03c 100644 --- a/localization/zh/data-transfer-object/README.md +++ b/localization/zh/data-transfer-object/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Data Transfer Object -folder: data-transfer-object -permalink: /patterns/data-transfer-object/ -categories: Architectural +category: Architectural language: zh tags: - Performance diff --git a/localization/zh/decorator/README.md b/localization/zh/decorator/README.md index dcb1ca8fe..c40aafa79 100644 --- a/localization/zh/decorator/README.md +++ b/localization/zh/decorator/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Decorator -folder: decorator -permalink: /patterns/decorator/ -categories: Structural +category: Structural language: zh tags: - Gang Of Four diff --git a/localization/zh/delegation/README.md b/localization/zh/delegation/README.md index 40fb62024..4b15a8b65 100644 --- a/localization/zh/delegation/README.md +++ b/localization/zh/delegation/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Delegation -folder: delegation -permalink: /patterns/delegation/ -categories: Structural +category: Structural language: zh tags: - Decoupling diff --git a/localization/zh/dependency-injection/README.md b/localization/zh/dependency-injection/README.md index 16262fa86..3d2016a76 100644 --- a/localization/zh/dependency-injection/README.md +++ b/localization/zh/dependency-injection/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Dependency Injection -folder: dependency-injection -permalink: /patterns/dependency-injection/ -categories: Creational +category: Creational language: zh tags: - Decoupling diff --git a/localization/zh/dirty-flag/README.md b/localization/zh/dirty-flag/README.md index 12bd1c067..4ace39293 100644 --- a/localization/zh/dirty-flag/README.md +++ b/localization/zh/dirty-flag/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Dirty Flag -folder: dirty-flag -permalink: /patterns/dirty-flag/ -categories: Behavioral +category: Behavioral language: zh tags: - Game programming diff --git a/localization/zh/double-checked-locking/README.md b/localization/zh/double-checked-locking/README.md index 8a989b9f5..ae3600163 100644 --- a/localization/zh/double-checked-locking/README.md +++ b/localization/zh/double-checked-locking/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Double Checked Locking -folder: double-checked-locking -permalink: /patterns/double-checked-locking/ -categories: Idiom +category: Idiom language: zh tags: - Performance diff --git a/localization/zh/facade/README.md b/localization/zh/facade/README.md index b49a7abd9..e2f5463cc 100644 --- a/localization/zh/facade/README.md +++ b/localization/zh/facade/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Facade -folder: facade -permalink: /patterns/facade/ -categories: Structural +category: Structural language: zh tags: - Gang Of Four diff --git a/localization/zh/factory-kit/README.md b/localization/zh/factory-kit/README.md index c5c7a9884..44789d2a9 100644 --- a/localization/zh/factory-kit/README.md +++ b/localization/zh/factory-kit/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Factory Kit -folder: factory-kit -permalink: /patterns/factory-kit/ -categories: Creational +category: Creational language: zh tags: - Extensibility diff --git a/localization/zh/factory-method/README.md b/localization/zh/factory-method/README.md index 123721ba1..37d7927d7 100644 --- a/localization/zh/factory-method/README.md +++ b/localization/zh/factory-method/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Factory Method -folder: factory-method -permalink: /patterns/factory-method/ -categories: Creational +category: Creational language: zh tags: - Extensibility diff --git a/localization/zh/factory/README.md b/localization/zh/factory/README.md index 19985c6f7..7c7b918d1 100644 --- a/localization/zh/factory/README.md +++ b/localization/zh/factory/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Factory -folder: factory -permalink: /patterns/factory/ -categories: Creational +category: Creational language: zh tags: - Gang of Four diff --git a/localization/zh/interpreter/README.md b/localization/zh/interpreter/README.md index 126a70b79..bd77c3f2e 100644 --- a/localization/zh/interpreter/README.md +++ b/localization/zh/interpreter/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Interpreter -folder: interpreter -permalink: /patterns/interpreter/ -categories: Behavioral +category: Behavioral language: zh tags: - Gang of Four diff --git a/localization/zh/iterator/README.md b/localization/zh/iterator/README.md index c7b6f0fad..d81a7b409 100644 --- a/localization/zh/iterator/README.md +++ b/localization/zh/iterator/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Iterator -folder: iterator -permalink: /patterns/iterator/ -categories: Behavioral +category: Behavioral language: zh tags: - Gang of Four diff --git a/localization/zh/observer/README.md b/localization/zh/observer/README.md index e2417d4ff..2068322e0 100644 --- a/localization/zh/observer/README.md +++ b/localization/zh/observer/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Observer -folder: observer -permalink: /patterns/observer/ -categories: Behavioral +category: Behavioral language: zh tags: - Gang Of Four diff --git a/localization/zh/private-class-data/README.md b/localization/zh/private-class-data/README.md index 6eb32a70f..e27059a62 100644 --- a/localization/zh/private-class-data/README.md +++ b/localization/zh/private-class-data/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Private Class Data -folder: private-class-data -permalink: /patterns/private-class-data/ -categories: Idiom +category: Idiom language: zh tags: - Data access diff --git a/localization/zh/producer-consumer/README.md b/localization/zh/producer-consumer/README.md index 8cda270b1..6ea266ae8 100644 --- a/localization/zh/producer-consumer/README.md +++ b/localization/zh/producer-consumer/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Producer Consumer -folder: producer-consumer -permalink: /patterns/producer-consumer/ -categories: Concurrency +category: Concurrency language: zh tags: - Reactive diff --git a/localization/zh/proxy/README.md b/localization/zh/proxy/README.md index 808b16505..c687a53fe 100644 --- a/localization/zh/proxy/README.md +++ b/localization/zh/proxy/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Proxy -folder: proxy -permalink: /patterns/proxy/ -categories: Structural +category: Structural language: zh tags: - Gang Of Four diff --git a/localization/zh/sharding/README.md b/localization/zh/sharding/README.md index 71552bc48..491f5dc98 100644 --- a/localization/zh/sharding/README.md +++ b/localization/zh/sharding/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Sharding -folder: sharding -permalink: /patterns/sharding/ -categories: Behavioral +category: Behavioral language: zh tags: - Performance diff --git a/localization/zh/state/README.md b/localization/zh/state/README.md index ba2d555d2..d166164e1 100644 --- a/localization/zh/state/README.md +++ b/localization/zh/state/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: State -folder: state -permalink: /patterns/state/ -categories: Behavioral +category: Behavioral language: zh tags: - Gang of Four diff --git a/localization/zh/strategy/README.md b/localization/zh/strategy/README.md index aee867b0a..2c24d76eb 100644 --- a/localization/zh/strategy/README.md +++ b/localization/zh/strategy/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Strategy -folder: strategy -permalink: /patterns/strategy/ -categories: Behavioral +category: Behavioral language: zh tags: - Gang of Four diff --git a/localization/zh/template-method/README.md b/localization/zh/template-method/README.md index 6bd40f032..7e1fa5430 100644 --- a/localization/zh/template-method/README.md +++ b/localization/zh/template-method/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Template method -folder: template-method -permalink: /patterns/template-method/ -categories: Behavioral +category: Behavioral language: zh tags: - Gang of Four diff --git a/localization/zh/version-number/README.md b/localization/zh/version-number/README.md index f5985ab66..edbb56367 100644 --- a/localization/zh/version-number/README.md +++ b/localization/zh/version-number/README.md @@ -1,13 +1,6 @@ --- -layout: pattern title: Version Number -folder: versionnumber -permalink: /patterns/versionnumber/ -description: Entity versioning with version number - -categories: - - Concurrency - +category: Concurrency language: zh tags: - Data access diff --git a/localization/zh/visitor/README.md b/localization/zh/visitor/README.md index 2454032f0..48e5c9c02 100644 --- a/localization/zh/visitor/README.md +++ b/localization/zh/visitor/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Visitor -folder: visitor -permalink: /patterns/visitor/ -categories: Behavioral +category: Behavioral language: zh tags: - Gang of Four diff --git a/lockable-object/README.md b/lockable-object/README.md index f68ec4336..c7377591f 100644 --- a/lockable-object/README.md +++ b/lockable-object/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Lockable Object -folder: lockable-object -permalink: /patterns/lockable-object/ -categories: Concurrency +category: Concurrency tags: - Performance --- diff --git a/marker/README.md b/marker/README.md index 865e5d2da..9a2ec54a5 100644 --- a/marker/README.md +++ b/marker/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Marker Interface -folder: marker -permalink: /patterns/marker/ -categories: Structural +category: Structural language: en tags: - Decoupling diff --git a/master-worker-pattern/README.md b/master-worker-pattern/README.md index 005c3dc64..eeb419a20 100644 --- a/master-worker-pattern/README.md +++ b/master-worker-pattern/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Master-Worker -folder: master-worker-pattern -permalink: /patterns/master-worker-pattern/ -categories: Concurrency +category: Concurrency language: en tags: - Performance diff --git a/mediator/README.md b/mediator/README.md index 627de4e28..79517e6f9 100644 --- a/mediator/README.md +++ b/mediator/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Mediator -folder: mediator -permalink: /patterns/mediator/ -categories: Behavioral +category: Behavioral language: en tags: - Gang Of Four diff --git a/memento/README.md b/memento/README.md index 699c4ae50..d6aea7ccc 100644 --- a/memento/README.md +++ b/memento/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Memento -folder: memento -permalink: /patterns/memento/ -categories: Behavioral +category: Behavioral language: en tags: - Gang of Four diff --git a/model-view-controller/README.md b/model-view-controller/README.md index 690e1541b..a94fb56c1 100644 --- a/model-view-controller/README.md +++ b/model-view-controller/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Model-View-Controller -folder: model-view-controller -permalink: /patterns/model-view-controller/ -categories: Architectural +category: Architectural language: en tags: - Decoupling diff --git a/model-view-presenter/README.md b/model-view-presenter/README.md index d7a9fa135..68b944e25 100644 --- a/model-view-presenter/README.md +++ b/model-view-presenter/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Model-View-Presenter -folder: model-view-presenter -permalink: /patterns/model-view-presenter/ -categories: Architectural +category: Architectural language: en tags: - Decoupling diff --git a/model-view-viewmodel/README.md b/model-view-viewmodel/README.md index da961bf16..82e2c5eb4 100644 --- a/model-view-viewmodel/README.md +++ b/model-view-viewmodel/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Model-View-ViewModel -folder: model-view-viewmodel -permalink: /patterns/model-view-viewmodel/ -categories: Architectural +category: Architectural language: en tags: - Decoupling diff --git a/module/README.md b/module/README.md index 9acb15b7e..369b15ec7 100644 --- a/module/README.md +++ b/module/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Module -folder: module -permalink: /patterns/module/ -categories: Structural +category: Structural language: en tags: - Decoupling diff --git a/monad/README.md b/monad/README.md index e9ef4ee8c..b565c4ce7 100644 --- a/monad/README.md +++ b/monad/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Monad -folder: monad -permalink: /patterns/monad/ -categories: Functional +category: Functional language: en tags: - Reactive diff --git a/monostate/README.md b/monostate/README.md index ae91f59ea..1a5ef8897 100644 --- a/monostate/README.md +++ b/monostate/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: MonoState -folder: monostate -permalink: /patterns/monostate/ -categories: Creational +category: Creational language: en tags: - Instantiation diff --git a/multiton/README.md b/multiton/README.md index f991c2924..ecc6a8454 100644 --- a/multiton/README.md +++ b/multiton/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Multiton -folder: multiton -permalink: /patterns/multiton/ -categories: Creational +category: Creational language: en tags: - Instantiation diff --git a/mute-idiom/README.md b/mute-idiom/README.md index 1f62bbd89..c537f1aca 100644 --- a/mute-idiom/README.md +++ b/mute-idiom/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Mute Idiom -folder: mute-idiom -permalink: /patterns/mute-idiom/ -categories: Idiom +category: Idiom language: en tags: - Decoupling diff --git a/naked-objects/README.md b/naked-objects/README.md index 9305e5971..c591d2261 100644 --- a/naked-objects/README.md +++ b/naked-objects/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Naked Objects -folder: naked-objects -permalink: /patterns/naked-objects/ -categories: Architectural +category: Architectural language: en tags: - Decoupling diff --git a/null-object/README.md b/null-object/README.md index 2a352a136..437cfc20b 100644 --- a/null-object/README.md +++ b/null-object/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Null Object -folder: null-object -permalink: /patterns/null-object/ -categories: Behavioral +category: Behavioral language: en tags: - Extensibility diff --git a/object-mother/README.md b/object-mother/README.md index 8400d497f..b8ecfbc8b 100644 --- a/object-mother/README.md +++ b/object-mother/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Object Mother -folder: object-mother -permalink: /patterns/object-mother/ -categories: Creational +category: Creational language: en tags: - Instantiation diff --git a/object-pool/README.md b/object-pool/README.md index f82832091..1c932adc1 100644 --- a/object-pool/README.md +++ b/object-pool/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Object Pool -folder: object-pool -permalink: /patterns/object-pool/ -categories: Creational +category: Creational language: en tags: - Game programming diff --git a/observer/README.md b/observer/README.md index b87ce469d..3ca93a344 100644 --- a/observer/README.md +++ b/observer/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Observer -folder: observer -permalink: /patterns/observer/ -categories: Behavioral +category: Behavioral language: en tags: - Gang Of Four diff --git a/page-object/README.md b/page-object/README.md index 9d0f7e316..ccc0d574e 100644 --- a/page-object/README.md +++ b/page-object/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Page Object -folder: page-object -permalink: /patterns/page-object/ -categories: Structural +category: Structural language: en tags: - Decoupling diff --git a/parameter-object/README.md b/parameter-object/README.md index 0767e058c..974384a27 100644 --- a/parameter-object/README.md +++ b/parameter-object/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Parameter Object -folder: parameter-object -permalink: /patterns/parameter-object/ -categories: Behavioral +category: Behavioral language: en tags: - Extensibility diff --git a/partial-response/README.md b/partial-response/README.md index 7a52dc844..dc1a6e3b4 100644 --- a/partial-response/README.md +++ b/partial-response/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Partial Response -folder: partial-response -permalink: /patterns/partial-response/ -categories: Behavioral +category: Behavioral language: en tags: - Decoupling diff --git a/pipeline/README.md b/pipeline/README.md index bd687f0c0..04b55f5a9 100644 --- a/pipeline/README.md +++ b/pipeline/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Pipeline -folder: pipeline -permalink: /patterns/pipeline/ -categories: Behavioral +category: Behavioral language: en tags: - Decoupling diff --git a/poison-pill/README.md b/poison-pill/README.md index e3444bbeb..afb08fdb3 100644 --- a/poison-pill/README.md +++ b/poison-pill/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Poison Pill -folder: poison-pill -permalink: /patterns/poison-pill/ -categories: Behavioral +category: Behavioral language: en tags: - Cloud distributed diff --git a/presentation/README.md b/presentation/README.md index 03316f8ca..529eca8e2 100644 --- a/presentation/README.md +++ b/presentation/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Presentation -folder: presentation -permalink: /patterns/presentation/ -categories: Behavioral +category: Behavioral language: en tags: - Decoupling diff --git a/priority-queue/README.md b/priority-queue/README.md index 1cd72b154..3a7ed6ee1 100644 --- a/priority-queue/README.md +++ b/priority-queue/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Priority Queue Pattern -folder: priority-queue -permalink: /patterns/priority-queue/ -categories: Behavioral +category: Behavioral language: en tags: - Decoupling diff --git a/private-class-data/README.md b/private-class-data/README.md index 74e6794e6..c8cb575a6 100644 --- a/private-class-data/README.md +++ b/private-class-data/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Private Class Data -folder: private-class-data -permalink: /patterns/private-class-data/ -categories: Idiom +category: Idiom language: en tags: - Data access diff --git a/producer-consumer/README.md b/producer-consumer/README.md index 3d97b50fc..abd335f42 100644 --- a/producer-consumer/README.md +++ b/producer-consumer/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Producer Consumer -folder: producer-consumer -permalink: /patterns/producer-consumer/ -categories: Concurrency +category: Concurrency language: en tags: - Reactive diff --git a/promise/README.md b/promise/README.md index 1f8935fef..01dfac8d5 100644 --- a/promise/README.md +++ b/promise/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Promise -folder: promise -permalink: /patterns/promise/ -categories: Concurrency +category: Concurrency language: en tags: - Reactive diff --git a/property/README.md b/property/README.md index 43d1d1ab1..42cedb117 100644 --- a/property/README.md +++ b/property/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Property -folder: property -permalink: /patterns/property/ -categories: Creational +category: Creational language: en tags: - Instantiation diff --git a/prototype/README.md b/prototype/README.md index d4f3ef4ef..ea64285a5 100644 --- a/prototype/README.md +++ b/prototype/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Prototype -folder: prototype -permalink: /patterns/prototype/ -categories: Creational +category: Creational language: en tags: - Gang Of Four diff --git a/proxy/README.md b/proxy/README.md index 7b07e2e7a..0d085d5cd 100644 --- a/proxy/README.md +++ b/proxy/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Proxy -folder: proxy -permalink: /patterns/proxy/ -categories: Structural +category: Structural language: en tags: - Gang Of Four diff --git a/queue-load-leveling/README.md b/queue-load-leveling/README.md index 024c117d4..7997c6653 100644 --- a/queue-load-leveling/README.md +++ b/queue-load-leveling/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Queue based load leveling -folder: queue-load-leveling -permalink: /patterns/queue-load-leveling/ -categories: Concurrency +category: Concurrency language: en tags: - Decoupling diff --git a/reactor/README.md b/reactor/README.md index 67a6f4dad..40f0ae47d 100644 --- a/reactor/README.md +++ b/reactor/README.md @@ -1,10 +1,6 @@ --- -layout: pattern title: Reactor -folder: reactor -permalink: /patterns/reactor/ -pumlformat: svg -categories: Concurrency +category: Concurrency language: en tags: - Performance diff --git a/reader-writer-lock/README.md b/reader-writer-lock/README.md index 94fb22fd6..317c6d5bb 100644 --- a/reader-writer-lock/README.md +++ b/reader-writer-lock/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Reader Writer Lock -folder: reader-writer-lock -permalink: /patterns/reader-writer-lock/ -categories: Concurrency +category: Concurrency language: en tags: - Performance diff --git a/registry/README.md b/registry/README.md index 3744bb3b8..fe01e3c34 100644 --- a/registry/README.md +++ b/registry/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Registry -folder: registry -permalink: /patterns/registry/ -categories: Creational +category: Creational language: en tags: - Instantiation diff --git a/repository/README.md b/repository/README.md index 887e3b632..66e4e7adb 100644 --- a/repository/README.md +++ b/repository/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Repository -folder: repository -permalink: /patterns/repository/ -categories: Architectural +category: Architectural language: en tags: - Data access diff --git a/resource-acquisition-is-initialization/README.md b/resource-acquisition-is-initialization/README.md index afa780792..e82f2bef0 100644 --- a/resource-acquisition-is-initialization/README.md +++ b/resource-acquisition-is-initialization/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Resource Acquisition Is Initialization -folder: resource-acquisition-is-initialization -permalink: /patterns/resource-acquisition-is-initialization/ -categories: Idiom +category: Idiom language: en tags: - Data access diff --git a/retry/README.md b/retry/README.md index 8ae689aa2..d269a8be9 100644 --- a/retry/README.md +++ b/retry/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Retry -folder: retry -permalink: /patterns/retry/ -categories: Behavioral +category: Behavioral language: en tags: - Performance diff --git a/role-object/README.md b/role-object/README.md index e58c4b427..29a38e27e 100644 --- a/role-object/README.md +++ b/role-object/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Role Object -folder: role-object -permalink: /patterns/role-object/ -categories: Structural +category: Structural language: en tags: - Extensibility diff --git a/saga/README.md b/saga/README.md index 761357bde..76ce3ffed 100644 --- a/saga/README.md +++ b/saga/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Saga -folder: saga -permalink: /patterns/saga/ -categories: Concurrency +category: Concurrency language: en tags: - Cloud distributed diff --git a/separated-interface/README.md b/separated-interface/README.md index 1813bc989..0c2aac259 100644 --- a/separated-interface/README.md +++ b/separated-interface/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Separated Interface -folder: separated-interface -permalink: /patterns/separated-interface/ -categories: Structural +category: Structural language: en tags: - Decoupling diff --git a/servant/README.md b/servant/README.md index ae19e2f62..ca4b2bfe9 100644 --- a/servant/README.md +++ b/servant/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Servant -folder: servant -permalink: /patterns/servant/ -categories: Behavioral +category: Behavioral language: en tags: - Decoupling diff --git a/serverless/README.md b/serverless/README.md index 0e31a7e24..5162c79ac 100644 --- a/serverless/README.md +++ b/serverless/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Serverless -folder: serverless -permalink: /patterns/serverless/ -categories: Architectural +category: Architectural language: en tags: - Cloud distributed diff --git a/service-layer/README.md b/service-layer/README.md index d57e84239..b8549f4b6 100644 --- a/service-layer/README.md +++ b/service-layer/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Service Layer -folder: service-layer -permalink: /patterns/service-layer/ -categories: Architectural +category: Architectural language: en tags: - Data access diff --git a/service-locator/README.md b/service-locator/README.md index 8e39335a8..7770c4970 100644 --- a/service-locator/README.md +++ b/service-locator/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Service Locator -folder: service-locator -permalink: /patterns/service-locator/ -categories: Architectural +category: Architectural language: en tags: - Game programming diff --git a/sharding/README.md b/sharding/README.md index e51668dca..d39920a57 100644 --- a/sharding/README.md +++ b/sharding/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Sharding -folder: sharding -permalink: /patterns/sharding/ -categories: Behavioral +category: Behavioral language: en tags: - Performance diff --git a/singleton/README.md b/singleton/README.md index ffff61e15..7a6f842e6 100644 --- a/singleton/README.md +++ b/singleton/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Singleton -folder: singleton -permalink: /patterns/singleton/ -categories: Creational +category: Creational language: en tags: - Gang of Four diff --git a/spatial-partition/README.md b/spatial-partition/README.md index 2ea9eb21e..7ebe3d588 100644 --- a/spatial-partition/README.md +++ b/spatial-partition/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Spatial Partition -folder: spatial-partition -permalink: /patterns/spatial-partition/ -categories: Behavioral +category: Behavioral language: en tags: - Performance diff --git a/special-case/README.md b/special-case/README.md index 654bc60d8..71c511fe3 100644 --- a/special-case/README.md +++ b/special-case/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Special Case -folder: special-case -permalink: /patterns/special-case/ -categories: Behavioral +category: Behavioral language: en tags: - Extensibility diff --git a/specification/README.md b/specification/README.md index 47429edbf..dd6af17a3 100644 --- a/specification/README.md +++ b/specification/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Specification -folder: specification -permalink: /patterns/specification/ -categories: Behavioral +category: Behavioral language: en tags: - Data access diff --git a/state/README.md b/state/README.md index c6f07e7b6..b77a6cb65 100644 --- a/state/README.md +++ b/state/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: State -folder: state -permalink: /patterns/state/ -categories: Behavioral +category: Behavioral language: en tags: - Gang of Four diff --git a/step-builder/README.md b/step-builder/README.md index 7491650b4..05a5bcbf1 100644 --- a/step-builder/README.md +++ b/step-builder/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Step Builder -folder: step-builder -permalink: /patterns/step-builder/ -categories: Creational +category: Creational language: en tags: - Instantiation diff --git a/strangler/README.md b/strangler/README.md index cee7d5619..10e18fe9d 100644 --- a/strangler/README.md +++ b/strangler/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Strangler -folder: strangler -permalink: /patterns/strangler/ -categories: Structural +category: Structural language: en tags: - Extensibility diff --git a/strategy/README.md b/strategy/README.md index 83774fba8..c47ce42c0 100644 --- a/strategy/README.md +++ b/strategy/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Strategy -folder: strategy -permalink: /patterns/strategy/ -categories: Behavioral +category: Behavioral language: en tags: - Gang of Four diff --git a/subclass-sandbox/README.md b/subclass-sandbox/README.md index 678a29c92..6ba6b3b16 100644 --- a/subclass-sandbox/README.md +++ b/subclass-sandbox/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Subclass Sandbox -folder: subclass-sandbox -permalink: /patterns/subclass-sandbox/ -categories: Behavioral +category: Behavioral language: en tags: - Game programming diff --git a/table-module/README.md b/table-module/README.md index 1cbc3a982..331e8c1c6 100644 --- a/table-module/README.md +++ b/table-module/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Table Module -folder: table-module -permalink: /patterns/table-module/ -categories: Structural +category: Structural tags: - Data access --- diff --git a/template-method/README.md b/template-method/README.md index 7209176f2..c9c99f8dd 100644 --- a/template-method/README.md +++ b/template-method/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Template method -folder: template-method -permalink: /patterns/template-method/ -categories: Behavioral +category: Behavioral language: en tags: - Gang of Four diff --git a/thread-pool/README.md b/thread-pool/README.md index d6cb11c1f..0cf3c9b4c 100644 --- a/thread-pool/README.md +++ b/thread-pool/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Thread Pool -folder: thread-pool -permalink: /patterns/thread-pool/ -categories: Concurrency +category: Concurrency language: en tags: - Performance diff --git a/throttling/README.md b/throttling/README.md index 66c02a1c0..0b0db942c 100644 --- a/throttling/README.md +++ b/throttling/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Throttling -folder: throttling -permalink: /patterns/throttling/ -categories: Behavioral +category: Behavioral language: en tags: - Performance diff --git a/tls/README.md b/tls/README.md index a31e70761..0dec2d936 100644 --- a/tls/README.md +++ b/tls/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Thread Local Storage -folder: tls -permalink: /patterns/tls/ -categories: Idiom +category: Idiom language: en tags: - Performance diff --git a/tolerant-reader/README.md b/tolerant-reader/README.md index b675401d0..287cdf045 100644 --- a/tolerant-reader/README.md +++ b/tolerant-reader/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Tolerant Reader -folder: tolerant-reader -permalink: /patterns/tolerant-reader/ -categories: Integration +category: Integration language: en tags: - Decoupling diff --git a/trampoline/README.md b/trampoline/README.md index 6eb870227..5c9427248 100644 --- a/trampoline/README.md +++ b/trampoline/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Trampoline -folder: trampoline -permalink: /patterns/trampoline/ -categories: Behavioral +category: Behavioral language: en tags: - Performance diff --git a/transaction-script/README.md b/transaction-script/README.md index d97369e68..38ed2d294 100644 --- a/transaction-script/README.md +++ b/transaction-script/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Transaction Script -folder: transaction-script -permalink: /patterns/transaction-script/ -categories: Behavioral +category: Behavioral language: en tags: - Data access diff --git a/twin/README.md b/twin/README.md index 033ee2ba0..9325d30a6 100644 --- a/twin/README.md +++ b/twin/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Twin -folder: twin -permalink: /patterns/twin/ -categories: Structural +category: Structural language: en tags: - Extensibility diff --git a/typeobjectpattern/README.md b/typeobjectpattern/README.md index c7dea418a..d2ef2f99c 100644 --- a/typeobjectpattern/README.md +++ b/typeobjectpattern/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Type-Object -folder: typeobjectpattern -permalink: /patterns/typeobjectpattern/ -categories: Behavioral +category: Behavioral language: en tags: - Game programming diff --git a/unit-of-work/README.md b/unit-of-work/README.md index 591d63c6f..ffb17b7ee 100644 --- a/unit-of-work/README.md +++ b/unit-of-work/README.md @@ -1,10 +1,6 @@ --- -layout: pattern title: Unit Of Work -folder: unit-of-work -permalink: /patterns/unit-of-work/ - -categories: Architectural +category: Architectural language: en tags: - Data access diff --git a/update-method/README.md b/update-method/README.md index e8a68a1ac..dd5ae16af 100644 --- a/update-method/README.md +++ b/update-method/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Update Method -folder: update-method -permalink: /patterns/update-method/ -categories: Behavioral +category: Behavioral language: en tags: - Game programming diff --git a/value-object/README.md b/value-object/README.md index 9b85d82b1..196912aae 100644 --- a/value-object/README.md +++ b/value-object/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Value Object -folder: value-object -permalink: /patterns/value-object/ -categories: Creational +category: Creational language: en tags: - Instantiation diff --git a/version-number/README.md b/version-number/README.md index fea26f208..fc55c5da2 100644 --- a/version-number/README.md +++ b/version-number/README.md @@ -1,11 +1,7 @@ --- -layout: pattern title: Version Number -folder: versionnumber -permalink: /patterns/versionnumber/ description: Entity versioning with version number - -categories: Concurrency +category: Concurrency language: en tags: - Data access diff --git a/visitor/README.md b/visitor/README.md index 82176238f..0661bedb6 100644 --- a/visitor/README.md +++ b/visitor/README.md @@ -1,9 +1,6 @@ --- -layout: pattern title: Visitor -folder: visitor -permalink: /patterns/visitor/ -categories: Behavioral +category: Behavioral language: en tags: - Gang of Four