From 5c8fbba84e883775a819055506859eda8aba6087 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev <92088692+rami-elementor@users.noreply.github.com> Date: Thu, 14 May 2026 00:39:31 -0700 Subject: [PATCH] Update index.md to include atomic elements section Added a note about atomic elements to the index. --- src/data-structure/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data-structure/index.md b/src/data-structure/index.md index 5f76e99..37e2acf 100644 --- a/src/data-structure/index.md +++ b/src/data-structure/index.md @@ -48,7 +48,8 @@ Special cases: * [Repeaters](./repeaters/) * [Global Styles](./global-styles/) -Atomic Structure +For information about atomic elements: + * [Atomic Elements](./atomic-elements/) * [Atomic Widgets](./atomic-widgets/) * [Atomic Prop Values](./atomic-prop-values/)