Update gitbook

This commit is contained in:
decolua 2026-05-11 12:08:24 +07:00
parent cd483d9f65
commit 50b8a59f99
7 changed files with 297 additions and 108 deletions

View file

@ -17,7 +17,7 @@ export default function DocsLayout({ children, headings = [], lang = DEFAULT_LAN
<div className="flex-1 flex">
{children}
<DocsToc headings={headings} />
<DocsToc headings={headings} lang={lang} />
</div>
</div>
</div>