summaryrefslogtreecommitdiff
path: root/docs/src/content/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/content/config.ts')
-rw-r--r--docs/src/content/config.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/src/content/config.ts b/docs/src/content/config.ts
deleted file mode 100644
index 45f60b0..0000000
--- a/docs/src/content/config.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-import { defineCollection } from 'astro:content';
-import { docsSchema } from '@astrojs/starlight/schema';
-
-export const collections = {
- docs: defineCollection({ schema: docsSchema() }),
-};