diff --git a/contents/docs/builder/header-footer/index.mdx b/contents/docs/builder/header-footer/index.mdx index 95b613d..9999ef7 100644 --- a/contents/docs/builder/header-footer/index.mdx +++ b/contents/docs/builder/header-footer/index.mdx @@ -3,9 +3,10 @@ title: Header & Footer description: Customize your store's global navigation and footer area. --- +Your store's header and footer are crucial for navigation and branding. Use the built-in settings## Footer +Configure your footer layout and copyright text. - -Your store's header and footer are crucial for navigation and branding. Use the built-in settings to configure them without any code. +![Footer Preview](/images/docs/builder/footer-preview.png) ## Header Settings diff --git a/contents/docs/configuration/licensing/index.mdx b/contents/docs/configuration/licensing/index.mdx index e65732c..e6b6bd3 100644 --- a/contents/docs/configuration/licensing/index.mdx +++ b/contents/docs/configuration/licensing/index.mdx @@ -14,3 +14,5 @@ To receive updates and support, you must activate your license key. ## OAuth Connection Some features require connecting your store to our cloud. Click "Connect with WooNooW" to authorize the connection securely. + +![License Connection](/images/docs/configuration/license-connect.png) diff --git a/contents/docs/configuration/modules/index.mdx b/contents/docs/configuration/modules/index.mdx index b7b9ecb..790f2e0 100644 --- a/contents/docs/configuration/modules/index.mdx +++ b/contents/docs/configuration/modules/index.mdx @@ -9,6 +9,8 @@ WooNooW is built with a modular architecture. You can enable or disable specific Navigate to **Settings > Modules** to manage these components. +![Modules List](/images/docs/configuration/modules-list.png) + ## Available Modules ### Marketing diff --git a/public/images/docs/builder/footer-preview.png b/public/images/docs/builder/footer-preview.png new file mode 100644 index 0000000..0db94fd Binary files /dev/null and b/public/images/docs/builder/footer-preview.png differ diff --git a/public/images/docs/configuration/license-connect.png b/public/images/docs/configuration/license-connect.png new file mode 100644 index 0000000..30748b2 Binary files /dev/null and b/public/images/docs/configuration/license-connect.png differ diff --git a/public/images/docs/configuration/modules-list.png b/public/images/docs/configuration/modules-list.png new file mode 100644 index 0000000..5681876 Binary files /dev/null and b/public/images/docs/configuration/modules-list.png differ diff --git a/public/images/docs/marketing/wishlist-settings.webp b/public/images/docs/marketing/wishlist-settings.webp new file mode 100644 index 0000000..d849c23 Binary files /dev/null and b/public/images/docs/marketing/wishlist-settings.webp differ