docs(examples): add YAML frontmatter to 19 miscellaneous example files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9170095320
commit
e60b24d27c
19 changed files with 114 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
title: "Structural Design Patterns"
|
||||
description: "Reference for Adapter, Decorator, Facade, Proxy and other composition patterns"
|
||||
tags: [reference, design-patterns, architecture]
|
||||
---
|
||||
|
||||
# Structural Design Patterns
|
||||
|
||||
Patterns that deal with object composition and relationships between entities, providing ways to assemble objects and classes into larger structures.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue