fix: Fixed pages showing up in wrong language (#1752)

* Fix languages

* Missed change for version number

* Add language field for presentation

* Revert change in README for double buffer

Co-authored-by: Jackie Nim <=>
This commit is contained in:
JackieNim 2021-05-19 10:49:05 -06:00 committed by GitHub
parent 1b880c1818
commit f597fc1b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
184 changed files with 228 additions and 46 deletions

View File

@ -4,6 +4,7 @@ title: Abstract Document
folder: abstract-document
permalink: /patterns/abstract-document/
categories: Structural
language: en
tags:
- Extensibility
---

View File

@ -4,6 +4,7 @@ title: Abstract Factory
folder: abstract-factory
permalink: /patterns/abstract-factory/
categories: Creational
language: en
tags:
- Gang of Four
---

View File

@ -4,6 +4,7 @@ title: Active Object
folder: active-object
permalink: /patterns/active-object/
categories: Concurrency
language: en
tags:
- Performance
---

View File

@ -4,6 +4,7 @@ title: Acyclic Visitor
folder: acyclic-visitor
permalink: /patterns/acyclic-visitor/
categories: Behavioral
language: en
tags:
- Extensibility
---

View File

@ -4,6 +4,7 @@ title: Adapter
folder: adapter
permalink: /patterns/adapter/
categories: Structural
language: en
tags:
- Gang of Four
---

View File

@ -4,6 +4,7 @@ title: Aggregator Microservices
folder: aggregator-microservices
permalink: /patterns/aggregator-microservices/
categories: Architectural
language: en
tags:
- Cloud distributed
- Decoupling

View File

@ -4,6 +4,7 @@ title: Ambassador
folder: ambassador
permalink: /patterns/ambassador/
categories: Structural
language: en
tags:
- Decoupling
- Cloud distributed

View File

@ -4,6 +4,7 @@ title: API Gateway
folder: api-gateway
permalink: /patterns/api-gateway/
categories: Architectural
language: en
tags:
- Cloud distributed
- Decoupling

View File

@ -4,6 +4,7 @@ title: Arrange/Act/Assert
folder: arrange-act-assert
permalink: /patterns/arrange-act-assert/
categories: Idiom
language: en
tags:
- Testing
---

View File

@ -4,6 +4,7 @@ title: Async Method Invocation
folder: async-method-invocation
permalink: /patterns/async-method-invocation/
categories: Concurrency
language: en
tags:
- Reactive
---

View File

@ -4,6 +4,7 @@ title: Balking
folder: balking
permalink: /patterns/balking/
categories: Concurrency
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Bridge
folder: bridge
permalink: /patterns/bridge/
categories: Structural
language: en
tags:
- Gang of Four
---

View File

@ -4,6 +4,7 @@ title: Builder
folder: builder
permalink: /patterns/builder/
categories: Creational
language: en
tags:
- Gang of Four
---

View File

@ -4,6 +4,7 @@ title: Business Delegate
folder: business-delegate
permalink: /patterns/business-delegate/
categories: Structural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Bytecode
folder: bytecode
permalink: /patterns/bytecode/
categories: Behavioral
language: en
tags:
- Game programming
---

View File

@ -4,6 +4,7 @@ title: Caching
folder: caching
permalink: /patterns/caching/
categories: Behavioral
language: en
tags:
- Performance
- Cloud distributed

View File

@ -4,6 +4,7 @@ title: Callback
folder: callback
permalink: /patterns/callback/
categories: Idiom
language: en
tags:
- Reactive
---

View File

@ -4,6 +4,7 @@ title: Chain of responsibility
folder: chain
permalink: /patterns/chain/
categories: Behavioral
language: en
tags:
- Gang of Four
---

View File

@ -4,6 +4,7 @@ title: Circuit Breaker
folder: circuit-breaker
permalink: /patterns/circuit-breaker/
categories: Behavioral
language: en
tags:
- Performance
- Decoupling

View File

@ -4,6 +4,7 @@ title: Static Content Hosting
folder: cloud-static-content-hosting
permalink: /patterns/cloud-static-content-hosting/
categories: Cloud
language: en
tags:
- Cloud distributed
---

View File

@ -4,6 +4,7 @@ title: Collection Pipeline
folder: collection-pipeline
permalink: /patterns/collection-pipeline/
categories: Functional
language: en
tags:
- Reactive
---

View File

@ -4,6 +4,7 @@ title: Combinator
folder: combinator
permalink: /patterns/combinator/
categories: Idiom
language: en
tags:
- Reactive
---

View File

@ -4,6 +4,7 @@ title: Command
folder: command
permalink: /patterns/command/
categories: Behavioral
language: en
tags:
- Gang of Four
---

View File

@ -4,6 +4,7 @@ title: Commander
folder: commander
permalink: /patterns/commander/
categories: Concurrency
language: en
tags:
- Cloud distributed
---

View File

@ -4,6 +4,7 @@ title: Composite Entity
folder: composite-entity
permalink: /patterns/composite-entity/
categories: Structural
language: en
tags:
- Enterprise Integration Pattern
---

View File

@ -4,6 +4,7 @@ title: Composite
folder: composite
permalink: /patterns/composite/
categories: Structural
language: en
tags:
- Gang of Four
---

View File

@ -4,6 +4,7 @@ title: Converter
folder: converter
permalink: /patterns/converter/
categories: Creational
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: CQRS
folder: cqrs
permalink: /patterns/cqrs/
categories: Architectural
language: en
tags:
- Performance
- Cloud distributed

View File

@ -4,6 +4,7 @@ title: Data Access Object
folder: dao
permalink: /patterns/dao/
categories: Architectural
language: en
tags:
- Data access
---

View File

@ -5,6 +5,7 @@ folder: data-bus
permalink: /patterns/data-bus/
categories: Architectural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Data Locality
folder: data-locality
permalink: /patterns/data-locality/
categories: Behavioral
language: en
tags:
- Game programming
- Performance

View File

@ -4,6 +4,7 @@ title: Data Mapper
folder: data-mapper
permalink: /patterns/data-mapper/
categories: Architectural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Data Transfer Object
folder: data-transfer-object
permalink: /patterns/data-transfer-object/
categories: Architectural
language: en
tags:
- Performance
---

View File

@ -4,6 +4,7 @@ title: Decorator
folder: decorator
permalink: /patterns/decorator/
categories: Structural
language: en
tags:
- Gang Of Four
- Extensibility

View File

@ -4,6 +4,7 @@ title: Delegation
folder: delegation
permalink: /patterns/delegation/
categories: Structural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Dependency Injection
folder: dependency-injection
permalink: /patterns/dependency-injection/
categories: Creational
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Dirty Flag
folder: dirty-flag
permalink: /patterns/dirty-flag/
categories: Behavioral
language: en
tags:
- Game programming
- Performance

View File

@ -4,6 +4,7 @@ title: Double Buffer
folder: double-buffer
permalink: /patterns/double-buffer/
categories: Behavioral
language: en
tags:
- Performance
- Game programming

View File

@ -4,6 +4,7 @@ title: Double Checked Locking
folder: double-checked-locking
permalink: /patterns/double-checked-locking/
categories: Idiom
language: en
tags:
- Performance
---

View File

@ -4,6 +4,7 @@ title: Double Dispatch
folder: double-dispatch
permalink: /patterns/double-dispatch/
categories: Idiom
language: en
tags:
- Extensibility
---

View File

@ -4,6 +4,7 @@ title: EIP Aggregator
folder: eip-aggregator
permalink: /patterns/eip-aggregator/
categories: Integration
language: en
tags:
- Enterprise Integration Pattern
---

View File

@ -4,6 +4,7 @@ title: EIP Message Channel
folder: eip-message-channel
permalink: /patterns/eip-message-channel/
categories: Integration
language: en
tags:
- Enterprise Integration Pattern
---

View File

@ -4,6 +4,7 @@ title: EIP Publish Subscribe
folder: eip-publish-subscribe
permalink: /patterns/eip-publish-subscribe/
categories: Integration
language: en
tags:
- Enterprise Integration Pattern
---

View File

@ -4,6 +4,7 @@ title: EIP Splitter
folder: eip-splitter
permalink: /patterns/eip-splitter/
categories: Integration
language: en
tags:
- Enterprise Integration Pattern
---

View File

@ -4,6 +4,7 @@ title: EIP Wire Tap
folder: eip-wire-tap
permalink: /patterns/eip-wire-tap/
categories: Integration
language: en
tags:
- Enterprise Integration Pattern
---

View File

@ -4,6 +4,7 @@ title: Event Aggregator
folder: event-aggregator
permalink: /patterns/event-aggregator/
categories: Structural
language: en
tags:
- Reactive
---

View File

@ -4,6 +4,7 @@ title: Event-based Asynchronous
folder: event-asynchronous
permalink: /patterns/event-asynchronous/
categories: Concurrency
language: en
tags:
- Reactive
---

View File

@ -4,6 +4,7 @@ title: Event Driven Architecture
folder: event-driven-architecture
permalink: /patterns/event-driven-architecture/
categories: Architectural
language: en
tags:
- Reactive
---

View File

@ -4,6 +4,7 @@ title: Event Queue
folder: event-queue
permalink: /patterns/event-queue/
categories: Concurrency
language: en
tags:
- Game programming
---

View File

@ -4,6 +4,7 @@ title: Event Sourcing
folder: event-sourcing
permalink: /patterns/event-sourcing/
categories: Architectural
language: en
tags:
- Performance
- Cloud distributed

View File

@ -4,6 +4,7 @@ title: Execute Around
folder: execute-around
permalink: /patterns/execute-around/
categories: Idiom
language: en
tags:
- Extensibility
---

View File

@ -4,6 +4,7 @@ title: Extension objects
folder: extension-objects
permalink: /patterns/extension-objects/
categories: Behavioral
language: en
tags:
- Extensibility
---

View File

@ -4,6 +4,7 @@ title: Facade
folder: facade
permalink: /patterns/facade/
categories: Structural
language: en
tags:
- Gang Of Four
- Decoupling

View File

@ -4,6 +4,7 @@ title: Factory Kit
folder: factory-kit
permalink: /patterns/factory-kit/
categories: Creational
language: en
tags:
- Extensibility
---

View File

@ -4,6 +4,7 @@ title: Factory Method
folder: factory-method
permalink: /patterns/factory-method/
categories: Creational
language: en
tags:
- Extensibility
- Gang Of Four

View File

@ -4,6 +4,7 @@ title: Factory
folder: factory
permalink: /patterns/factory/
categories: Creational
language: en
tags:
- Gang of Four
---

View File

@ -4,6 +4,7 @@ title: Feature Toggle
folder: feature-toggle
permalink: /patterns/feature-toggle/
categories: Behavioral
language: en
tags:
- Extensibility
---

View File

@ -4,6 +4,7 @@ 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
tags:

View File

@ -4,6 +4,7 @@ title: Fluent Interface
folder: fluentinterface
permalink: /patterns/fluentinterface/
categories: Functional
language: en
tags:
- Reactive
---

View File

@ -4,6 +4,7 @@ title: Flux
folder: flux
permalink: /patterns/flux/
categories: Structural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Flyweight
folder: flyweight
permalink: /patterns/flyweight/
categories: Structural
language: en
tags:
- Gang Of Four
- Performance

View File

@ -4,6 +4,7 @@ title: Front Controller
folder: front-controller
permalink: /patterns/front-controller/
categories: Structural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Game Loop
folder: game-loop
permalink: /patterns/game-loop/
categories: Behavioral
language: en
tags:
- Game programming
---

View File

@ -4,6 +4,7 @@ title: Guarded Suspension
folder: guarded-suspension
permalink: /patterns/guarded-suspension/
categories: Concurrency
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Half-Sync/Half-Async
folder: half-sync-half-async
permalink: /patterns/half-sync-half-async/
categories: Concurrency
language: en
tags:
- Performance
---

View File

@ -5,6 +5,7 @@ folder: hexagonal
permalink: /patterns/hexagonal/
pumlformat: svg
categories: Architectural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Intercepting Filter
folder: intercepting-filter
permalink: /patterns/intercepting-filter/
categories: Behavioral
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Interpreter
folder: interpreter
permalink: /patterns/interpreter/
categories: Behavioral
language: en
tags:
- Gang of Four
---

View File

@ -4,6 +4,7 @@ title: Iterator
folder: iterator
permalink: /patterns/iterator/
categories: Behavioral
language: en
tags:
- Gang of Four
---

View File

@ -2,8 +2,9 @@
layout: pattern
title: Adapter
folder: adapter
permalink: "/patterns/adapter/"
permalink: /patterns/adapter/ko
categories: Structural
language: ko
tags:
- Gang of Four
---

View File

@ -2,8 +2,9 @@
layout: pattern
title: Factory
folder: factory
permalink: "/patterns/factory/"
permalink: /patterns/factory/ko
categories: Creational
language: ko
tags:
- Gang of Four
---

View File

@ -2,8 +2,9 @@
layout: pattern
title: Observer
folder: observer
permalink: "/patterns/observer/"
permalink: /patterns/observer/ko
categories: Behavioral
language: ko
tags:
- Gang Of Four
- Reactive

View File

@ -2,8 +2,9 @@
layout: pattern
title: Prototype
folder: prototype
permalink: "/patterns/prototype/"
permalink: /patterns/prototype/ko
categories: Creational
language: ko
tags:
- Gang Of Four
- Instantiation

View File

@ -2,8 +2,9 @@
layout: pattern
title: Singleton
folder: singleton
permalink: "/patterns/singleton/"
permalink: /patterns/singleton/ko
categories: Creational
language: ko
tags:
- Gang of Four
---

View File

@ -2,8 +2,9 @@
layout: pattern
title: Strategy
folder: strategy
permalink: /patterns/strategy/
permalink: /patterns/strategy/ko
categories: Behavioral
language: ko
tags:
- Gang of Four
---

View File

@ -5,6 +5,7 @@ folder: layers
permalink: /patterns/layers/
pumlformat: svg
categories: Architectural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Lazy Loading
folder: lazy-loading
permalink: /patterns/lazy-loading/
categories: Idiom
language: en
tags:
- Performance
---

View File

@ -4,6 +4,7 @@ title: Leader Election
folder: leader-election
permalink: /patterns/leader-election/
categories: Behavioral
language: en
tags:
- Cloud distributed
---

View File

@ -4,6 +4,7 @@ title: Leader/Followers
folder: leader-followers
permalink: /patterns/leader-followers/
categories: Concurrency
language: en
tags:
- Performance
---

View File

@ -4,6 +4,7 @@ title: Marker Interface
folder: marker
permalink: /patterns/marker/
categories: Structural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Master-Worker
folder: master-worker-pattern
permalink: /patterns/master-worker-pattern/
categories: Concurrency
language: en
tags:
- Performance
---

View File

@ -4,6 +4,7 @@ title: Mediator
folder: mediator
permalink: /patterns/mediator/
categories: Behavioral
language: en
tags:
- Gang Of Four
- Decoupling

View File

@ -4,6 +4,7 @@ title: Memento
folder: memento
permalink: /patterns/memento/
categories: Behavioral
language: en
tags:
- Gang of Four
---

View File

@ -4,6 +4,7 @@ title: Model-View-Controller
folder: model-view-controller
permalink: /patterns/model-view-controller/
categories: Architectural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Model-View-Presenter
folder: model-view-presenter
permalink: /patterns/model-view-presenter/
categories: Architectural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Model-View-ViewModel
folder: model-view-viewmodel
permalink: /patterns/model-view-viewmodel/
categories: Architectural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Module
folder: module
permalink: /patterns/module/
categories: Structural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Monad
folder: monad
permalink: /patterns/monad/
categories: Functional
language: en
tags:
- Reactive
---

View File

@ -4,6 +4,7 @@ title: MonoState
folder: monostate
permalink: /patterns/monostate/
categories: Creational
language: en
tags:
- Instantiation
---

View File

@ -4,6 +4,7 @@ title: Multiton
folder: multiton
permalink: /patterns/multiton/
categories: Creational
language: en
tags:
- Instantiation
---

View File

@ -4,6 +4,7 @@ title: Mute Idiom
folder: mute-idiom
permalink: /patterns/mute-idiom/
categories: Idiom
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Naked Objects
folder: naked-objects
permalink: /patterns/naked-objects/
categories: Architectural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Null Object
folder: null-object
permalink: /patterns/null-object/
categories: Behavioral
language: en
tags:
- Extensibility
---

View File

@ -4,6 +4,7 @@ title: Object Mother
folder: object-mother
permalink: /patterns/object-mother/
categories: Creational
language: en
tags:
- Instantiation
---

View File

@ -4,6 +4,7 @@ title: Object Pool
folder: object-pool
permalink: /patterns/object-pool/
categories: Creational
language: en
tags:
- Game programming
- Performance

View File

@ -4,6 +4,7 @@ title: Observer
folder: observer
permalink: /patterns/observer/
categories: Behavioral
language: en
tags:
- Gang Of Four
- Reactive

View File

@ -4,6 +4,7 @@ title: Page Object
folder: page-object
permalink: /patterns/page-object/
categories: Structural
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Parameter Object
folder: parameter-object
permalink: /patterns/parameter-object/
categories: Behavioral
language: en
tags:
- Extensibility
---

View File

@ -4,6 +4,7 @@ title: Partial Response
folder: partial-response
permalink: /patterns/partial-response/
categories: Behavioral
language: en
tags:
- Decoupling
---

View File

@ -4,6 +4,7 @@ title: Pipeline
folder: pipeline
permalink: /patterns/pipeline/
categories: Behavioral
language: en
tags:
- Decoupling
---

Some files were not shown because too many files have changed in this diff Show More