chore: Sync package version v1.16.0

This commit is contained in:
Bot DocuBook
2025-08-10 12:04:53 +00:00
parent e192899446
commit 2bca9eb28e
6 changed files with 56 additions and 8 deletions

View File

@@ -45,6 +45,7 @@ import CardGroup from "@/components/markdown/CardGroupMdx";
import Kbd from "@/components/markdown/KeyboardMdx";
import { Release, Changes } from "@/components/markdown/ReleaseMdx";
import { File, Files, Folder } from "@/components/markdown/FileTreeMdx";
import AccordionGroup from "@/components/markdown/AccordionGroupMdx";
// add custom components
const components = {
@@ -73,6 +74,7 @@ const components = {
File,
Files,
Folder,
AccordionGroup
};
// can be used for other pages like blogs, Guides etc