UNPKG

tutorialkit

Version:

Interactive tutorials powered by WebContainer API

10 lines (7 loc) 229 B
import { contentSchema } from '@tutorialkit/types'; import { defineCollection } from 'astro:content'; const tutorial = defineCollection({ type: 'content', schema: contentSchema, }); export const collections = { tutorial };