mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-31 01:37:58 -05:00
* 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
18 lines
333 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|