From 313a624fc2174f309c7251ab2d30f878c3a1e896 Mon Sep 17 00:00:00 2001 From: Oleksii Kolomiiets <70503964+oleksiikolomiietssnapp@users.noreply.github.com> Date: Wed, 12 Nov 2025 13:29:42 +0100 Subject: [PATCH] docs: add metadata with page icon to SnappTheming documentation --- Sources/SnappTheming/SnappTheming.docc/SnappTheming.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Sources/SnappTheming/SnappTheming.docc/SnappTheming.md b/Sources/SnappTheming/SnappTheming.docc/SnappTheming.md index bd8e79a07..48f20c691 100644 --- a/Sources/SnappTheming/SnappTheming.docc/SnappTheming.md +++ b/Sources/SnappTheming/SnappTheming.docc/SnappTheming.md @@ -1,12 +1,16 @@ # ``SnappTheming`` +@Metadata { + @PageImage(purpose: icon, source:"logo") +} + Framework for parsing design theme declarations from JSON. ## Overview ![SnappTheming logo](Resources/logo.png) -`SnappTheming` is a Swift framework designed to simplify the integration of dynamic design themes into iOS applications. Utilizing JSON declarations, the framework facilitates the extraction and application of various theming elements, including colors, fonts, gradients, and shape styles, directly into the application’s user interface. +`SnappTheming` is a Swift framework designed to simplify the integration of dynamic design themes into iOS applications. Utilizing JSON declarations, the framework facilitates the extraction and application of various theming elements, including colors, fonts, gradients, and shape styles, directly into the application's user interface. [Clone on GitHub](https://github.com/Snapp-Mobile/SnappTheming)