Skip to content

Commit 29abd31

Browse files
authored
docs: remove outdated types link (#10435)
1 parent 46106bb commit 29abd31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

documentation/docs/25-build-and-deploy/99-writing-adapters.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ export default function (options) {
2626
}
2727
```
2828

29-
The types for `Adapter` and its parameters are available in [types/index.d.ts](https://github.com/sveltejs/kit/blob/master/packages/kit/types/index.d.ts).
30-
3129
Within the `adapt` method, there are a number of things that an adapter should do:
3230

3331
- Clear out the build directory

0 commit comments

Comments
 (0)