You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/tutorials/build-a-calm-architecture/generate-documentation.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,16 +104,16 @@ This should generate output similar to the following and create a file called `t
104
104
```text
105
105
info [_TemplateProcessor]: Using SelfProvidedTemplateLoader for single template file
106
106
[WidgetEngine] ⚠️ Helper 'lookup' is already registered. Skipping registration.
107
-
info [_TemplateProcessor]: ✅ Output directory exists: calm-demos/build-calm-architecture
107
+
info [_TemplateProcessor]: ✅ Output directory exists: /Users/jim/Desktop/calm-demos/build-calm-architecture
108
108
warn [_TemplateProcessor]: ⚠️ Output directory is not empty. Any files not overwritten will remain untouched.
109
109
info [_TemplateProcessor]: ℹ️ No transformer specified in index.json. Will use TemplateDefaultTransformer.
110
110
info [_TemplateProcessor]: 🔁 No transformer provided. Using TemplateDefaultTransformer.
111
-
info [_HttpReferenceResolver]: Fetching reference via HTTP: https://schemas.company.com/security/encryption-in-transit.json
112
-
info [_CompositeReferenceResolver]: HTTP resolution failed for https://schemas.company.com/security/encryption-in-transit.json with Error: HTTP request failed for https://schemas.company.com/security/encryption-in-transit.json: getaddrinfo ENOTFOUND schemas.company.com
113
-
Failed to dereference Resolvable: https://schemas.company.com/security/encryption-in-transit.json Composite resolver: Unable to resolve reference https://schemas.company.com/security/encryption-in-transit.json
114
-
info [_HttpReferenceResolver]: Fetching reference via HTTP: https://schemas.company.com/security/encryption-at-rest.json
115
-
info [_CompositeReferenceResolver]: HTTP resolution failed for https://schemas.company.com/security/encryption-at-rest.json with Error: HTTP request failed for https://schemas.company.com/security/encryption-at-rest.json: getaddrinfo ENOTFOUND schemas.company.com
116
-
Failed to dereference Resolvable: https://schemas.company.com/security/encryption-at-rest.json Composite resolver: Unable to resolve reference https://schemas.company.com/security/encryption-at-rest.json
111
+
info [_HttpReferenceResolver]: Fetching reference via HTTP: https://example.com/security/encryption-in-transit.json
112
+
info [_CompositeReferenceResolver]: HTTP resolution failed for https://example.com/security/encryption-in-transit.json with Error: HTTP request failed for https://example.com/security/encryption-in-transit.json: unable to get local issuer certificate
113
+
Failed to dereference Resolvable: https://example.com/security/encryption-in-transit.json Composite resolver: Unable to resolve reference https://example.com/security/encryption-in-transit.json
114
+
info [_HttpReferenceResolver]: Fetching reference via HTTP: https://example.com/security/encryption-at-rest.json
115
+
info [_CompositeReferenceResolver]: HTTP resolution failed for https://example.com/security/encryption-at-rest.json with Error: HTTP request failed for https://example.com/security/encryption-at-rest.json: unable to get local issuer certificate
116
+
Failed to dereference Resolvable: https://example.com/security/encryption-at-rest.json Composite resolver: Unable to resolve reference https://example.com/security/encryption-at-rest.json
117
117
info [_TemplateEngine]: ✅ Compiled 1 Templates
118
118
info [_TemplateEngine]: 🔧 Registering Handlebars Helpers...
119
119
info [_TemplateEngine]: ✅ Registered helper: eq
@@ -127,13 +127,15 @@ info [_TemplateEngine]: ✅ Registered helper: isArray
127
127
info [_TemplateEngine]: ✅ Registered helper: join
128
128
info [_TemplateEngine]:
129
129
🔹 Starting Template Generation...
130
-
info [_TemplateEngine]: ✅ Generated: calm-demos/build-calm-architecture/trading-system-sad.md
130
+
info [_TemplateEngine]: ✅ Generated: /Users/jim/Desktop/calm-demos/build-calm-architecture/trading-system-sad.md
131
131
info [_TemplateEngine]:
132
132
✅ Template Generation Completed!
133
133
info [_TemplateProcessor]:
134
134
✅ Template Generation Completed!
135
135
```
136
136
137
+
_Note_: The "HTTP resolution failed ..." messages can be ignored because "example.com" is a reserved, safe-to-use domain name created by the IANA for documentation, testing, and educational purposes. It serves as a placeholder in tutorials and technical guides, allowing users to illustrate web addresses or email configurations without using real, active domains. It is not a real website.
138
+
137
139
---
138
140
139
141
These are screenshots of portions of the generated markdown document.
"description": "An event-driven trading system architecture supporting order submission, account management, position tracking, and real-time trade processing",
@@ -8,7 +8,7 @@
8
8
"description": "All data transmitted between system components must be encrypted using TLS 1.3 or higher with modern cipher suites, validated certificates, and mutual TLS recommended for service-to-service communication",
"description": "All stored data must be encrypted at rest using AES-256 equivalent encryption with hardware-backed or managed key systems, regular key rotation every 90 days, applying to databases, file systems, object storage, and backups",
0 commit comments