Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/adr/1.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 6 additions & 0 deletions docs/adr/index.md
Original file line number Diff line number Diff line change
@@ -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.
Loading