refactor(theme-classic): extract doc-related navbar items' logic to theme-common (#7067)

This commit is contained in:
Joshua Chen 2022-03-30 14:50:04 +08:00 committed by GitHub
parent fd24bd180d
commit 13e7de853e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 166 additions and 135 deletions

View file

@ -50,6 +50,9 @@ export {
useCurrentSidebarCategory,
isActiveSidebarItem,
useSidebarBreadcrumbs,
useDocsVersionCandidates,
useLayoutDoc,
useLayoutDocsSidebar,
} from './utils/docsUtils';
export {useTitleFormatter} from './utils/generalUtils';