Skip to content

Commit

Permalink
fix: Fixed pages showing up in wrong language (#1752)
Browse files Browse the repository at this point in the history
* Fix languages

* Missed change for version number

* Add language field for presentation

* Revert change in README for double buffer

Co-authored-by: Jackie Nim <=>
  • Loading branch information
JackieNim committed May 19, 2021
1 parent 1b880c1 commit f597fc1
Show file tree
Hide file tree
Showing 184 changed files with 228 additions and 46 deletions.
1 change: 1 addition & 0 deletions abstract-document/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Abstract Document
folder: abstract-document
permalink: /patterns/abstract-document/
categories: Structural
language: en
tags:
- Extensibility
---
Expand Down
1 change: 1 addition & 0 deletions abstract-factory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Abstract Factory
folder: abstract-factory
permalink: /patterns/abstract-factory/
categories: Creational
language: en
tags:
- Gang of Four
---
Expand Down
1 change: 1 addition & 0 deletions active-object/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Active Object
folder: active-object
permalink: /patterns/active-object/
categories: Concurrency
language: en
tags:
- Performance
---
Expand Down
1 change: 1 addition & 0 deletions acyclic-visitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Acyclic Visitor
folder: acyclic-visitor
permalink: /patterns/acyclic-visitor/
categories: Behavioral
language: en
tags:
- Extensibility
---
Expand Down
1 change: 1 addition & 0 deletions adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Adapter
folder: adapter
permalink: /patterns/adapter/
categories: Structural
language: en
tags:
- Gang of Four
---
Expand Down
1 change: 1 addition & 0 deletions aggregator-microservices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Aggregator Microservices
folder: aggregator-microservices
permalink: /patterns/aggregator-microservices/
categories: Architectural
language: en
tags:
- Cloud distributed
- Decoupling
Expand Down
1 change: 1 addition & 0 deletions ambassador/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Ambassador
folder: ambassador
permalink: /patterns/ambassador/
categories: Structural
language: en
tags:
- Decoupling
- Cloud distributed
Expand Down
1 change: 1 addition & 0 deletions api-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: API Gateway
folder: api-gateway
permalink: /patterns/api-gateway/
categories: Architectural
language: en
tags:
- Cloud distributed
- Decoupling
Expand Down
1 change: 1 addition & 0 deletions arrange-act-assert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Arrange/Act/Assert
folder: arrange-act-assert
permalink: /patterns/arrange-act-assert/
categories: Idiom
language: en
tags:
- Testing
---
Expand Down
1 change: 1 addition & 0 deletions async-method-invocation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Async Method Invocation
folder: async-method-invocation
permalink: /patterns/async-method-invocation/
categories: Concurrency
language: en
tags:
- Reactive
---
Expand Down
1 change: 1 addition & 0 deletions balking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Balking
folder: balking
permalink: /patterns/balking/
categories: Concurrency
language: en
tags:
- Decoupling
---
Expand Down
1 change: 1 addition & 0 deletions bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Bridge
folder: bridge
permalink: /patterns/bridge/
categories: Structural
language: en
tags:
- Gang of Four
---
Expand Down
1 change: 1 addition & 0 deletions builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Builder
folder: builder
permalink: /patterns/builder/
categories: Creational
language: en
tags:
- Gang of Four
---
Expand Down
1 change: 1 addition & 0 deletions business-delegate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Business Delegate
folder: business-delegate
permalink: /patterns/business-delegate/
categories: Structural
language: en
tags:
- Decoupling
---
Expand Down
1 change: 1 addition & 0 deletions bytecode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Bytecode
folder: bytecode
permalink: /patterns/bytecode/
categories: Behavioral
language: en
tags:
- Game programming
---
Expand Down
1 change: 1 addition & 0 deletions caching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Caching
folder: caching
permalink: /patterns/caching/
categories: Behavioral
language: en
tags:
- Performance
- Cloud distributed
Expand Down
1 change: 1 addition & 0 deletions callback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Callback
folder: callback
permalink: /patterns/callback/
categories: Idiom
language: en
tags:
- Reactive
---
Expand Down
1 change: 1 addition & 0 deletions chain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Chain of responsibility
folder: chain
permalink: /patterns/chain/
categories: Behavioral
language: en
tags:
- Gang of Four
---
Expand Down
1 change: 1 addition & 0 deletions circuit-breaker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Circuit Breaker
folder: circuit-breaker
permalink: /patterns/circuit-breaker/
categories: Behavioral
language: en
tags:
- Performance
- Decoupling
Expand Down
1 change: 1 addition & 0 deletions cloud-static-content-hosting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
1 change: 1 addition & 0 deletions collection-pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Collection Pipeline
folder: collection-pipeline
permalink: /patterns/collection-pipeline/
categories: Functional
language: en
tags:
- Reactive
---
Expand Down
1 change: 1 addition & 0 deletions combinator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Combinator
folder: combinator
permalink: /patterns/combinator/
categories: Idiom
language: en
tags:
- Reactive
---
Expand Down
1 change: 1 addition & 0 deletions command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Command
folder: command
permalink: /patterns/command/
categories: Behavioral
language: en
tags:
- Gang of Four
---
Expand Down
1 change: 1 addition & 0 deletions commander/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Commander
folder: commander
permalink: /patterns/commander/
categories: Concurrency
language: en
tags:
- Cloud distributed
---
Expand Down
1 change: 1 addition & 0 deletions composite-entity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Composite Entity
folder: composite-entity
permalink: /patterns/composite-entity/
categories: Structural
language: en
tags:
- Enterprise Integration Pattern
---
Expand Down
1 change: 1 addition & 0 deletions composite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Composite
folder: composite
permalink: /patterns/composite/
categories: Structural
language: en
tags:
- Gang of Four
---
Expand Down
1 change: 1 addition & 0 deletions converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Converter
folder: converter
permalink: /patterns/converter/
categories: Creational
language: en
tags:
- Decoupling
---
Expand Down
1 change: 1 addition & 0 deletions cqrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: CQRS
folder: cqrs
permalink: /patterns/cqrs/
categories: Architectural
language: en
tags:
- Performance
- Cloud distributed
Expand Down
1 change: 1 addition & 0 deletions dao/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Data Access Object
folder: dao
permalink: /patterns/dao/
categories: Architectural
language: en
tags:
- Data access
---
Expand Down
1 change: 1 addition & 0 deletions data-bus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ folder: data-bus
permalink: /patterns/data-bus/

categories: Architectural
language: en
tags:
- Decoupling
---
Expand Down
1 change: 1 addition & 0 deletions data-locality/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Data Locality
folder: data-locality
permalink: /patterns/data-locality/
categories: Behavioral
language: en
tags:
- Game programming
- Performance
Expand Down
1 change: 1 addition & 0 deletions data-mapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Data Mapper
folder: data-mapper
permalink: /patterns/data-mapper/
categories: Architectural
language: en
tags:
- Decoupling
---
Expand Down
1 change: 1 addition & 0 deletions data-transfer-object/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Data Transfer Object
folder: data-transfer-object
permalink: /patterns/data-transfer-object/
categories: Architectural
language: en
tags:
- Performance
---
Expand Down
1 change: 1 addition & 0 deletions decorator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Decorator
folder: decorator
permalink: /patterns/decorator/
categories: Structural
language: en
tags:
- Gang Of Four
- Extensibility
Expand Down
1 change: 1 addition & 0 deletions delegation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Delegation
folder: delegation
permalink: /patterns/delegation/
categories: Structural
language: en
tags:
- Decoupling
---
Expand Down
1 change: 1 addition & 0 deletions dependency-injection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Dependency Injection
folder: dependency-injection
permalink: /patterns/dependency-injection/
categories: Creational
language: en
tags:
- Decoupling
---
Expand Down
1 change: 1 addition & 0 deletions dirty-flag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Dirty Flag
folder: dirty-flag
permalink: /patterns/dirty-flag/
categories: Behavioral
language: en
tags:
- Game programming
- Performance
Expand Down
1 change: 1 addition & 0 deletions double-buffer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Double Buffer
folder: double-buffer
permalink: /patterns/double-buffer/
categories: Behavioral
language: en
tags:
- Performance
- Game programming
Expand Down
1 change: 1 addition & 0 deletions double-checked-locking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Double Checked Locking
folder: double-checked-locking
permalink: /patterns/double-checked-locking/
categories: Idiom
language: en
tags:
- Performance
---
Expand Down
1 change: 1 addition & 0 deletions double-dispatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Double Dispatch
folder: double-dispatch
permalink: /patterns/double-dispatch/
categories: Idiom
language: en
tags:
- Extensibility
---
Expand Down
1 change: 1 addition & 0 deletions eip-aggregator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: EIP Aggregator
folder: eip-aggregator
permalink: /patterns/eip-aggregator/
categories: Integration
language: en
tags:
- Enterprise Integration Pattern
---
Expand Down
1 change: 1 addition & 0 deletions eip-message-channel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
1 change: 1 addition & 0 deletions eip-publish-subscribe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
1 change: 1 addition & 0 deletions eip-splitter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: EIP Splitter
folder: eip-splitter
permalink: /patterns/eip-splitter/
categories: Integration
language: en
tags:
- Enterprise Integration Pattern
---
Expand Down
1 change: 1 addition & 0 deletions eip-wire-tap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
1 change: 1 addition & 0 deletions event-aggregator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Event Aggregator
folder: event-aggregator
permalink: /patterns/event-aggregator/
categories: Structural
language: en
tags:
- Reactive
---
Expand Down
1 change: 1 addition & 0 deletions event-asynchronous/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Event-based Asynchronous
folder: event-asynchronous
permalink: /patterns/event-asynchronous/
categories: Concurrency
language: en
tags:
- Reactive
---
Expand Down
1 change: 1 addition & 0 deletions event-driven-architecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Event Driven Architecture
folder: event-driven-architecture
permalink: /patterns/event-driven-architecture/
categories: Architectural
language: en
tags:
- Reactive
---
Expand Down
1 change: 1 addition & 0 deletions event-queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Event Queue
folder: event-queue
permalink: /patterns/event-queue/
categories: Concurrency
language: en
tags:
- Game programming
---
Expand Down
1 change: 1 addition & 0 deletions event-sourcing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Event Sourcing
folder: event-sourcing
permalink: /patterns/event-sourcing/
categories: Architectural
language: en
tags:
- Performance
- Cloud distributed
Expand Down

0 comments on commit f597fc1

Please sign in to comment.