New and better documentation for kit #6715
Replies: 5 comments 9 replies
-
I generally agree with the point that the SvelteKit documentation certainly has room for improvement. In a lot of cases, it's a little too concise and not sufficiently comprehensive or elaborate, which has been understandable so far because we haven't yet reached 1.0 and so it's not worth it trying to elaborately explain things when we might have breaking changes or whatnot at any time. That said, I think now is a good time to start improving the docs since things have gotten pretty stable at this point. |
Beta Was this translation helpful? Give feedback.
-
Yeah man !!! We need new docs , i don't even know what is up with 2 line code snippets where it goes like |
Beta Was this translation helpful? Give feedback.
-
Those who have upvoted: Which things specifically do you want to see improved? Please be as detailed as possible, for example "the docs about form actions are confusing because X" or "I miss more information about feature Y, right now there's only Z which is not enough". |
Beta Was this translation helpful? Give feedback.
-
I'm still new to Svelte/SvelteKit, I've been playing with it for about two weeks and I really like the development experience. It is simple and practical, especially for SEO and static data generation. I'm also thinking about moving the projects to SvelteKit when you release the first production version. But sometimes it can be difficult to find the right information in the documents and it would be great if the documents can be improved. I'm interested in contributing, maybe for now in design or something since I'm new to Svelte. I like the Discord chat (new support channel for easier search) and this discussion, it's really helpful. Some suggestions I like to see in the docs when learning a new stack:
// +page.js/+page.server.js/+server.js -> this can be confusing :)
export const prerender = true Not required, but good to have, especially for beginners:
Some examples of good docs that are easy to follow:
|
Beta Was this translation helpful? Give feedback.
-
React Beta Docs have completely redefined how docs should be made, might be good to take some leaves from their book too |
Beta Was this translation helpful? Give feedback.
-
Why we need a new documentation
What we can do with new docs (My point of view)
Additional things we can do
57 votes ·
Beta Was this translation helpful? Give feedback.
All reactions