Add GitBook theme structure with Traditional Chinese docs
This commit is contained in:
14
gitbook/index.js
Normal file
14
gitbook/index.js
Normal 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'
|
Reference in New Issue
Block a user