Project Structure
How to notify the user of something happening inside of the application
Structure
src/lib/configin this you can find both the documentation configuration and the app configurationsrc/lib/core/ui/is where you can find the core ui components. The core UI is provided by shadcn-svelteshorthand:
$core/uicnutility is located here as well
src/lib/components/is where components that you build should go. The components here belong to the applications' domain.shorthand:
$components/appis components for the main applicationdocsis the pre-built components for documentation, these include all of the Mdsvex components on how the documentation is rendering.marketingcontains the marketing website components
src/routesis where the routes for sveltekit are locatedsrc/content/docsis where the docuentation lives
On This Page