mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-14 20:54:42 +00:00
docs: fix broken config imports in translated documentation
Fixed incorrect relative import paths in Bosnian, French, Italian, Korean, Norwegian, Portuguese, Turkish, and Chinese docs that were referencing config.mjs from the wrong directory level. This resolves build errors when viewing translated documentation pages.
This commit is contained in:
@@ -3,7 +3,7 @@ title: SDK
|
||||
description: Typesikker JS-klient for OpenCode-server.
|
||||
---
|
||||
|
||||
import config from "../../../config.mjs"
|
||||
import config from "../../../../config.mjs"
|
||||
export const typesUrl = `${config.github}/blob/dev/packages/sdk/js/src/gen/types.gen.ts`
|
||||
|
||||
OpenCode JS/TS SDK gir en typesikker klient for samhandling med serveren.
|
||||
|
||||
Reference in New Issue
Block a user