Brijesh's Git Server — sys-observe-landing-page @ be44e88ad1e3534cffe092164cd1cc7e12960aad

Landing page for SysObserve

src/content/config.ts (view raw)

 1
 2
 3
 4
 5
 6
import { defineCollection } from 'astro:content';
import { docsSchema } from '@astrojs/starlight/schema';

export const collections = {
	docs: defineCollection({ schema: docsSchema() }),
};