Files
sim/apps/docs/i18n.json
Waleed d4165f5be6 feat(docs): added footer for page navigation, i18n for docs (#1339)
* update infra and remove railway

* feat(docs): added footer for page navigation, i18n for docs

* Revert "update infra and remove railway"

This reverts commit abfa2f8d51.

* added SEO-related stuff

* fix image sizes

* add missing pages

* remove extraneous comments
2025-09-15 17:31:35 -07:00

18 lines
333 B
JSON

{
"$schema": "https://lingo.dev/schema/i18n.json",
"version": 1.8,
"locale": {
"source": "en",
"targets": ["es", "fr", "zh"]
},
"buckets": {
"mdx": {
"include": [
"content/docs/[locale]/*.mdx",
"content/docs/[locale]/*/*.mdx",
"content/docs/[locale]/*/*/*.mdx"
]
}
}
}