info_tfgrid/docs_projectinca/src/content/config.ts

7 lines
190 B
TypeScript
Raw Normal View History

2024-06-11 04:46:31 +00:00
import { defineCollection } from 'astro:content';
import { docsSchema } from '@astrojs/starlight/schema';
export const collections = {
docs: defineCollection({ schema: docsSchema() }),
};