From 894e89586e4a3c5d5c03e9fc78d0129b64190f2c Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 7 Jan 2025 16:02:01 +0200 Subject: [PATCH] Add links to discussion and GitHub repo --- content/collections/js/complex-objects.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/collections/js/complex-objects.yaml b/content/collections/js/complex-objects.yaml index 3f6699d4c62..bc7ce159d6e 100644 --- a/content/collections/js/complex-objects.yaml +++ b/content/collections/js/complex-objects.yaml @@ -12,9 +12,14 @@ snippetIds: - js/s/complex-object-autoloading-console - js/s/complex-object-advanced-relationships splash: laptop-view -description: >- +description: |+ Inspired by ActiveRecord, this collection will guide you through the process of modeling complex objects in JavaScript, from in-memory collections to queries, relationships, serialization, and more. + + shortDescription: >- Join me in this journey of implementing an ActiveRecord-like pattern in JavaScript.