Skip to content

Commit e80f850

Browse files
Merge pull request #1975 from markscott-ms/fix/aoc-20
fix(aoc): remove section 8 from day 20
2 parents 2ec90c8 + 5ad8765 commit e80f850

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

advent-of-calm/day-20.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,7 @@ architecture-compliance:
140140
3. Teams update their architectures to add the new property
141141
4. No structural patterns needed to change - governance applied universally
142142

143-
### 8. Generate Updated Documentation
144-
145-
```bash
146-
calm docify -a architectures/generated-webapp.json -o docs/webapp
147-
```
148-
149-
Review the generated docs to see how Standard properties appear alongside structural information.
150-
151-
### 9. Update Pattern Documentation
143+
### 8. Update Pattern Documentation
152144

153145
**Prompt:**
154146
```text
@@ -162,7 +154,7 @@ Update patterns/README.md to document the multi-pattern validation approach:
162154
- company-base-pattern.json (standards)
163155
```
164156

165-
### 10. Update Project README
157+
### 9. Update Project README
166158

167159
**Prompt:**
168160
```text
@@ -171,7 +163,7 @@ Update README.md to:
171163
2. Add section about multi-pattern validation approach
172164
```
173165

174-
### 11. Commit Your Work
166+
### 10. Commit Your Work
175167

176168
```bash
177169
git add architectures/generated-webapp.json patterns/README.md README.md

0 commit comments

Comments
 (0)