Add GitBook theme structure with Traditional Chinese docs

This commit is contained in:
2025-09-17 13:06:47 +08:00
parent 6f6671a024
commit 49dab41935
44 changed files with 2675 additions and 0 deletions

14
gitbook/index.js Normal file
View File

@@ -0,0 +1,14 @@
export { LayoutBase, useGitBookGlobal } from './layouts/BaseLayout'
export {
LayoutDashboard,
LayoutIndex,
LayoutPostList,
LayoutSearch
} from './layouts/ListLayouts'
export { LayoutArchive } from './layouts/ArchiveLayout'
export { LayoutSlug } from './layouts/SlugLayout'
export { Layout404 } from './layouts/NotFoundLayout'
export { LayoutCategoryIndex, LayoutTagIndex } from './layouts/TaxonomyLayouts'
export { LayoutSignIn, LayoutSignUp } from './layouts/AuthLayouts'
export { default as CONFIG } from './config'
export { default as THEME_CONFIG } from './config'