From 087a916d0c209b7aae75392b61ecf90a4b39e5f2 Mon Sep 17 00:00:00 2001 From: Iris Clawd Date: Wed, 1 Apr 2026 14:19:29 +0000 Subject: [PATCH] docs: set English as explicit default language to fix locale auto-redirect (CON-49) Mintlify auto-detects browser locale and routes users to matching language pages. Users with Arabic browser settings were being redirected to /ar/ pages unexpectedly. Setting 'default: true' on the English language entry ensures English is always the default, regardless of browser locale. Arabic translations are preserved and accessible via the language switcher. --- docs/docs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs.json b/docs/docs.json index d4b927170..e006a33df 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -3339,7 +3339,8 @@ } ] } - ] + ], + "default": true }, { "language": "pt-BR",