Initial site
This commit is contained in:
parent
5b145281cb
commit
0f54b36d51
9 changed files with 1286 additions and 706 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…
Add table
Add a link
Reference in a new issue