Skip to content

Commit 0810f12

Browse files
ArmandPhilippotsarah11918yanthomasdev
authored
fix(integrations-reference): replace source code links with proper docs (withastro#13021)
Co-authored-by: Sarah Rainsberger <[email protected]> Co-authored-by: Yan <[email protected]>
1 parent 79ebd20 commit 0810f12

File tree

2 files changed

+910
-21
lines changed

2 files changed

+910
-21
lines changed

src/content/docs/en/reference/adapter-reference.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ You will need to create a file that executes during server-side requests to enab
254254

255255
<p>
256256

257-
**Type:** `(manifest: SSRManifest, options: any) => Record<string, any>`
257+
**Type:** <code>(manifest: <a href="/en/reference/integrations-reference/#ssrmanifest">SSRManifest</a>, options: any) => Record\<string, any\></code>
258258
</p>
259259

260260
An exported function that takes an SSR manifest as its first argument and an object containing your adapter [`args`](#args) as its second argument. This should provide the exports required by your host.
@@ -314,7 +314,7 @@ export function createExports(manifest, args) {
314314

315315
<p>
316316

317-
**Type:** `(manifest: SSRManifest, options: any) => Record<string, any>`
317+
**Type:** <code>(manifest: <a href="/en/reference/integrations-reference/#ssrmanifest">SSRManifest</a>, options: any) => Record\<string, any\></code>
318318
</p>
319319

320320
An exported function that takes an SSR manifest as its first argument and an object containing your adapter [`args`](#args) as its second argument.

0 commit comments

Comments
 (0)