mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-14 09:27: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
10 lines
203 B
TypeScript
10 lines
203 B
TypeScript
import { loader } from 'fumadocs-core/source'
|
|
import { docs } from '@/.source'
|
|
import { i18n } from './i18n'
|
|
|
|
export const source = loader({
|
|
baseUrl: '/',
|
|
source: docs.toFumadocsSource(),
|
|
i18n,
|
|
})
|