Unable to contribute to documentation/docs of SvelteKit #8771
-
Hey there! I am very excited and happy about what the Svelte and SvelteKit projects are doing, and I really to contribute to it |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The docs for those are generated from the comments in any of the types files here: https://github.com/sveltejs/kit/tree/master/packages/kit/types You can edit the comments in This isn't mentioned anywhere, so don't worry about it! Had to do a bit of digging myself to figure this out. |
Beta Was this translation helpful? Give feedback.
The docs for those are generated from the comments in any of the types files here: https://github.com/sveltejs/kit/tree/master/packages/kit/types
You can edit the comments in
index.d.ts
,ambient.d.ts
, or/synthetic/*
.This isn't mentioned anywhere, so don't worry about it! Had to do a bit of digging myself to figure this out.