mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-01 10:14:56 -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
9 lines
198 B
TypeScript
9 lines
198 B
TypeScript
import { defineI18n } from 'fumadocs-core/i18n'
|
|
|
|
export const i18n = defineI18n({
|
|
defaultLanguage: 'en',
|
|
languages: ['en', 'es', 'fr', 'zh'],
|
|
hideLocale: 'default-locale',
|
|
parser: 'dir',
|
|
})
|