This commit is contained in:
parent
a4ee2a9fe4
commit
0a49531a71
34 changed files with 6941 additions and 2 deletions
7
src/content.config.ts
Normal file
7
src/content.config.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { defineCollection } from "astro:content";
|
||||
import { docsLoader } from "@astrojs/starlight/loaders";
|
||||
import { docsSchema } from "@astrojs/starlight/schema";
|
||||
|
||||
export const collections = {
|
||||
docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
|
||||
};
|
||||
Loading…
Reference in a new issue