diff --git a/docs/adr/1.md b/docs/adr/1.md new file mode 100644 index 0000000..a335062 --- /dev/null +++ b/docs/adr/1.md @@ -0,0 +1,24 @@ +--- +slug: 1 +title: "ADR1: Record Architecture Decisions" +--- + +# Record Architecture Decisions + +## Metadata + +Date: 2025-05-14 + +Status: Accepted + +## Context + +We need to record the architectural decisions for Super Cool Example Cloud. + +## Decision + +We will use Architecture Decision Records, as described by Michael Nygard in his article ["Documenting Architecture Decisions"](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions). + +## Consequences + +See Michael Nygard's article, linked above. diff --git a/docs/adr/index.md b/docs/adr/index.md new file mode 100644 index 0000000..a10ab7f --- /dev/null +++ b/docs/adr/index.md @@ -0,0 +1,6 @@ +--- +title: Architecture Decision Record Index +sidebar_label: Architecture Decisions +--- + +This section of the site contains architectural decisions records for Super Cool Example Cloud services and supporting infrastructure.