mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-09 14:22:27 +02:00
feat(v2): extract site title formatter to theme-common util (#3838)
This commit is contained in:
parent
821a39bf2e
commit
21572ccd37
9 changed files with 32 additions and 23 deletions
|
@ -22,6 +22,8 @@ export {isDocsPluginEnabled} from './utils/docsUtils';
|
|||
|
||||
export {isSamePath} from './utils/pathUtils';
|
||||
|
||||
export {useTitleFormatter} from './utils/generalUtils';
|
||||
|
||||
export {
|
||||
useDocsPreferredVersion,
|
||||
useDocsPreferredVersionByPluginId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue