kit-docs
kit-docs copied to clipboard
Documentation integration for SvelteKit.
Elements in sidebar can get too long, it would be great if we have collapsible groups.
I get this error ``` Error: The Serverless Function "." has invalid runtime: "nodejs18.x". Learn More: https://github.com/vercel/vercel/blob/main/DEVELOPING_A_RUNTIME.md#lambdaruntime ```
Hello! First of all, I searched for a community or forum to ask this, but I did not find one. So, please excuse me if this is not the right...
Hello, I know about the existence of - https://github.com/svelteness/kit-docs/issues/13#issuecomment-1104697027 - https://kit-docs.svelteness.dev/docs/default-layout/configuration#language-i18n - and https://github.com/svelteness/kit-docs/blob/main/packages/kit-docs/src/lib/components/layout/contexts.ts#L224-L256 and I was wondering if it would be revelant that `kit-docs` use [sveltekit-i18n](https://github.com/sveltekit-i18n/lib) for its i18n...
"@svelteness/kit-docs/client/components/layout/Sidebar.svelte:73:9 Unexpected character '@'" error
In [this fresh KitDocs project](https://github.com/stephane-klein/kit-docs-playground/tree/59d16ad26d358237dc1a0361641530259fdc439b), I have `@svelteness/kit-docs/client/components/layout/Sidebar.svelte:73:9 Unexpected character '@` error. Here is how to reproduce: ``` $ git clone [email protected]:stephane-klein/kit-docs-playground.git $ git checkout -b issue3 59d16ad26d358237dc1a0361641530259fdc439b $ cd...
Could you provide an example of how to best override the sidebar styles/structure etc. and provide a custom sidebar to the kitdocs layout? Thanks!
for now I put all the layout inside but some things are not right like the next arrow and the theme picker
Hi, I've recently had a look at the code, I've noticed for the Markdown side of things I think you're using a custom bit of code for that. I was...
Tried going into the docs and I just got a 500 error.
Categories and next/previous links wasn't working out of the box for me on Windows. Problem was that the path was split using `/` but in WIndows a path is seperated...