From bfb64114a0ff270391e08fdd589cd3205e635480 Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Tue, 4 Aug 2026 06:09:43 +0300 Subject: [PATCH] chore: sync og:image:alt to the new brand slogan The slogan moved to "Media processing and AI generation API" in packages/brand/src/config.ts. docs.json is a manual-sync surface per brand-consistency.md: Mintlify config is JSON and cannot read the brand package, so both the og and twitter image alt strings are hardcoded here and drift silently. --- docs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index 8d1f6d3..9fdb259 100644 --- a/docs.json +++ b/docs.json @@ -274,12 +274,12 @@ "og:image": "https://rendobar.com/brand/og-default.jpg", "og:image:width": "1200", "og:image:height": "630", - "og:image:alt": "Rendobar: Media processing API for developers and agents", + "og:image:alt": "Rendobar: Media processing and AI generation API", "og:image:type": "image/jpeg", "twitter:card": "summary_large_image", "twitter:site": "@rendobar", "twitter:image": "https://rendobar.com/brand/og-default.jpg", - "twitter:image:alt": "Rendobar: Media processing API for developers and agents", + "twitter:image:alt": "Rendobar: Media processing and AI generation API", "twitter:creator": "@rendobar", "format-detection": "telephone=no", "theme-color": "#0A0A0A",