docs: decisions harmonize with file tree

This commit is contained in:
Johannes Kirschbauer
2025-10-03 17:06:14 +02:00
parent b1f6dd58f3
commit f9c8ed74e1
9 changed files with 17 additions and 27 deletions

View File

@@ -1,5 +1,3 @@
# Clan service modules
## Status
Accepted

View File

@@ -1,5 +1,3 @@
# Clan as library
## Status
Accepted

View File

@@ -1,5 +1,3 @@
# ADR Numbering process
## Status
Proposed after some conversation between @lassulus, @Mic92, & @lopter.

View File

@@ -1,5 +1,3 @@
# deployment parameters: evalHost, buildHost, targetHost
## Status
accepted

View File

@@ -1,5 +1,3 @@
# Architecture Decision Records
This section contains the architecture decisions that have been reviewed and generally agreed upon
## What is an ADR?
@@ -11,6 +9,6 @@ This section contains the architecture decisions that have been reviewed and gen
## Crafting a new ADR
1. Use the [template](./_template.md)
1. Use the [template](/decisions/template.md)
2. Create the Pull request and gather feedback
3. Retreive your adr-number (see: [numbering](./03-adr-numbering-process.md))
3. Retreive your adr-number (see: [numbering](/decisions/03-adr-numbering-process.md))

View File

@@ -1,4 +1,4 @@
# Decision record template by Michael Nygard
## Decision record template by Michael Nygard
This is the template in [Documenting architecture decisions - Michael Nygard](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions).
You can use [adr-tools](https://github.com/npryce/adr-tools) for managing the ADR files.