Merge branch 'main' into dev, fix guide Collapsible

This commit is contained in:
Oleksandr 2026-02-13 15:46:00 +02:00
commit 8c961c729b
Signed by: Xanazf
GPG key ID: 821EEC32761AC17C
9 changed files with 76 additions and 86 deletions

View file

@ -2,7 +2,7 @@ import { defineCollection, z } from "astro:content";
import { glob } from "astro/loaders";
const guide = defineCollection({
loader: glob({ pattern: "**/*.md", base: "src/guide" }),
loader: glob({ pattern: "**/*.{md,mdx}", base: "src/guide" }),
schema: z.object({
title: z.string(),
index: z.number(),