diff --git a/.adr-dir b/.adr-dir deleted file mode 100644 index 548637ba..00000000 --- a/.adr-dir +++ /dev/null @@ -1 +0,0 @@ -docs/architectural-decisions diff --git a/docker-compose.override.yaml.example b/docker-compose.override.yaml.example index 7f207481..49522c5f 100644 --- a/docker-compose.override.yaml.example +++ b/docker-compose.override.yaml.example @@ -11,11 +11,6 @@ x-assets: &default-assets - ".:/app" services: - adr-tools: - image: "opdavies/adr-tools" - volumes: - - "./:/adr" - css: <<: *default-assets command: "./run yarn:build:css" diff --git a/docs/architectural-decisions/0001-record-architecture-decisions.md b/docs/architectural-decisions/0001-record-architecture-decisions.md deleted file mode 100644 index d795a6a4..00000000 --- a/docs/architectural-decisions/0001-record-architecture-decisions.md +++ /dev/null @@ -1,19 +0,0 @@ -# 1. Record architecture decisions - -Date: 2022-01-12 - -## Status - -Accepted - -## Context - -We need to record the architectural decisions made on this project. - -## Decision - -We will use Architecture Decision Records, as [described by Michael Nygard](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions). - -## Consequences - -See Michael Nygard's article, linked above. For a lightweight ADR toolset, see Nat Pryce's [adr-tools](https://github.com/npryce/adr-tools). diff --git a/docs/architectural-decisions/0002-use-sculpin.md b/docs/architectural-decisions/0002-use-sculpin.md deleted file mode 100644 index d27e4970..00000000 --- a/docs/architectural-decisions/0002-use-sculpin.md +++ /dev/null @@ -1,19 +0,0 @@ -# 2. Use Sculpin - -Date: 2022-01-12 - -## Status - -Accepted - -## Context - -The issue motivating this decision, and any context that influences or constrains the decision. - -## Decision - -The change that we're proposing or have agreed to implement. - -## Consequences - -What becomes easier or more difficult to do and any risks introduced by the change that will need to be mitigated.