@@ -57,7 +57,7 @@ Create a template that filters nodes by type - something the widgets don't do di
5757---
5858architecture: ../architectures/ecommerce-platform.json
5959---
60- # Node Inventory: {{name }}
60+ # Node Inventory: {{metadata.description }}
6161
6262| Name | Type | ID | Description |
6363|------|------|-------|-------------|
@@ -95,8 +95,7 @@ architecture: ../architectures/ecommerce-platform.json
9595Just like Day 12, you can preview this template in VSCode:
9696
97971 . Open ` templates/node-inventory.md ` in VSCode
98- 2 . Look for the "Live Docify Mode" badge in the status bar
99- 3 . Open the CALM Preview to see filtered node lists
98+ 2 . Open the CALM Preview (Ctrl+Shift+C / Cmd+Shift+C) to see the rendered output
10099
101100### 6. Create a Relationship Details Template
102101
@@ -108,7 +107,7 @@ Create a template that shows relationship details with custom formatting:
108107---
109108architecture: ../architectures/ecommerce-platform.json
110109---
111- # Relationship Details: {{name }}
110+ # Relationship Details: {{metadata.description }}
112111
113112{{#each relationships}}
114113### {{unique-id}}
@@ -170,7 +169,7 @@ You can mix calm-widgets with raw Handlebars in the same template:
170169---
171170architecture: ../architectures/ecommerce-platform.json
172171---
173- # {{name }} - Combined Documentation
172+ # {{metadata.description }} - Combined Documentation
174173
175174## Architecture Overview (widget)
176175{{block-architecture this}}
0 commit comments