@@ -294,21 +294,21 @@ Languages can be leveraged to partition your navigation into different languages
294294We currently support the following languages:
295295
296296<CardGroup >
297- <Card title = " Arabic (ar)" icon = { <img src = " /images/navigation/languages/ar.png" className = " w-6 h-6 my-0" />} horizontal />
298- <Card title = " Chinese (cn)" icon = { <img src = " /images/navigation/languages/cn.png" className = " w-6 h-6 my-0" />} horizontal />
299- <Card title = " Chinese (zh-Hant)" icon = { <img src = " /images/navigation/languages/cn.png" className = " w-6 h-6 my-0" />} horizontal />
300- <Card title = " English (en)" icon = { <img src = " /images/navigation/languages/en.png" className = " w-6 h-6 my-0" />} horizontal />
301- <Card title = " French (fr)" icon = { <img src = " /images/navigation/languages/fr.png" className = " w-6 h-6 my-0" />} horizontal />
302- <Card title = " German (de)" icon = { <img src = " /images/navigation/languages/de.png" className = " w-6 h-6 my-0" />} horizontal />
303- <Card title = " Indonesian (id)" icon = { <img src = " /images/navigation/languages/id.png" className = " w-6 h-6 my-0" />} horizontal />
304- <Card title = " Italian (it)" icon = { <img src = " /images/navigation/languages/it.png" className = " w-6 h-6 my-0" />} horizontal />
305- <Card title = " Japanese (jp)" icon = { <img src = " /images/navigation/languages/jp.png" className = " w-6 h-6 my-0" />} horizontal />
306- <Card title = " Korean (ko)" icon = { <img src = " /images/navigation/languages/ko.png" className = " w-6 h-6 my-0" />} horizontal />
307- <Card title = " Portuguese (pt)" icon = { <img src = " /images/navigation/languages/pt.png" className = " w-6 h-6 my-0" />} horizontal />
308- <Card title = " Portuguese (pt-BR)" icon = { <img src = " /images/navigation/languages/pt-br.png" className = " w-6 h-6 my-0" />} horizontal />
309- <Card title = " Russian (ru)" icon = { <img src = " /images/navigation/languages/ru.png" className = " w-6 h-6 my-0" />} horizontal />
310- <Card title = " Spanish (es)" icon = { <img src = " /images/navigation/languages/es.png" className = " w-6 h-6 my-0" />} horizontal />
311- <Card title = " Turkish (tr)" icon = { <img src = " /images/navigation/languages/tr.png" className = " w-6 h-6 my-0" />} horizontal />
297+ <Card title = " Arabic (ar)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/ar.png" className = " w-6 h-6 my-0" />} horizontal />
298+ <Card title = " Chinese (cn)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/cn.png" className = " w-6 h-6 my-0" />} horizontal />
299+ <Card title = " Chinese (zh-Hant)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/cn.png" className = " w-6 h-6 my-0" />} horizontal />
300+ <Card title = " English (en)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/en.png" className = " w-6 h-6 my-0" />} horizontal />
301+ <Card title = " French (fr)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/fr.png" className = " w-6 h-6 my-0" />} horizontal />
302+ <Card title = " German (de)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/de.png" className = " w-6 h-6 my-0" />} horizontal />
303+ <Card title = " Indonesian (id)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/id.png" className = " w-6 h-6 my-0" />} horizontal />
304+ <Card title = " Italian (it)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/it.png" className = " w-6 h-6 my-0" />} horizontal />
305+ <Card title = " Japanese (jp)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/jp.png" className = " w-6 h-6 my-0" />} horizontal />
306+ <Card title = " Korean (ko)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/ko.png" className = " w-6 h-6 my-0" />} horizontal />
307+ <Card title = " Portuguese (pt)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/pt.png" className = " w-6 h-6 my-0" />} horizontal />
308+ <Card title = " Portuguese (pt-BR)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/pt-br.png" className = " w-6 h-6 my-0" />} horizontal />
309+ <Card title = " Russian (ru)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/ru.png" className = " w-6 h-6 my-0" />} horizontal />
310+ <Card title = " Spanish (es)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/es.png" className = " w-6 h-6 my-0" />} horizontal />
311+ <Card title = " Turkish (tr)" icon = { <img src = " https://mintlify.s3.us-west-1.amazonaws.com/mintlify /images/navigation/languages/tr.png" className = " w-6 h-6 my-0" />} horizontal />
312312</CardGroup >
313313
314314``` json
0 commit comments