my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 270 B view raw
1import { defineCollection } from "astro:content"; 2import { docsLoader } from "@astrojs/starlight/loaders"; 3import { docsSchema } from "@astrojs/starlight/schema"; 4 5export const collections = { 6 docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }), 7};