mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-19 09:37:43 +02:00
refactor(theme-classic): extract doc-related navbar items' logic to theme-common (#7067)
This commit is contained in:
parent
fd24bd180d
commit
13e7de853e
11 changed files with 166 additions and 135 deletions
|
@ -50,6 +50,9 @@ export {
|
|||
useCurrentSidebarCategory,
|
||||
isActiveSidebarItem,
|
||||
useSidebarBreadcrumbs,
|
||||
useDocsVersionCandidates,
|
||||
useLayoutDoc,
|
||||
useLayoutDocsSidebar,
|
||||
} from './utils/docsUtils';
|
||||
|
||||
export {useTitleFormatter} from './utils/generalUtils';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue