refactor: docubook@latest template nextjs-docker

This commit is contained in:
gitfromwildan
2026-05-30 18:52:21 +07:00
parent bf2ef37f49
commit 80eb49d968
101 changed files with 1759 additions and 4165 deletions

View File

@@ -1,8 +1,5 @@
export interface TocItem {
level: number;
text: string;
href: string;
}
export type { TocItem } from "@docubook/core";
import type { TocItem } from "@docubook/core";
export interface MobTocProps {
tocs: TocItem[];