Skip to content

Commit f33ad90

Browse files
committed
add feature toggles links
1 parent d560da9 commit f33ad90

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

src/assets/YAML/default/BuildAndDeployment/Deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ Build and Deployment:
251251
level: 3
252252
implementation:
253253
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/docker
254+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/martin-feature-toggles
254255
dependsOn:
255256
- Same artifact for environments
256257
references:

src/assets/YAML/default/implementations.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,4 +686,10 @@ implementations:
686686
tags: [testing, api, documentation]
687687
url: https://github.com/schemathesis/schemathesis
688688
description: |
689-
Schemathesis is a tool for testing web applications and services by sending requests based on the Open API / Swagger schema.
689+
Schemathesis is a tool for testing web applications and services by sending requests based on the Open API / Swagger schema.
690+
martin-feature-toggles:
691+
name: Feature Toggles
692+
tags: [development, architecture]
693+
url: https://martinfowler.com/articles/feature-toggles.html
694+
description: |
695+
Feature Toggles are a powerful technique, allowing teams to modify system behavior without changing code. (Pete Hodgson)

0 commit comments

Comments
 (0)