feat(docs,content,ui): the documentation, twelve modules with the synced config beside the text, search, layers, themes and screenshots; the mock vault as templates

This commit is contained in:
hh
2026-09-05 04:57:37 +02:00
parent 2fcbbb1bf8
commit 1fbc8ed59d
296 changed files with 13337 additions and 1097 deletions
+9 -1
View File
@@ -8,7 +8,15 @@ const config = {
// for more information about preprocessors
preprocess: [vitePreprocess(), mdsvex()],
kit: { adapter: adapter() },
kit: {
adapter: adapter(),
typescript: {
config: (config) => {
config.exclude = [...(config.exclude ?? []), '../src/content/**'];
return config;
}
}
},
extensions: ['.svelte', '.svx']
};