refactor(theme-classic): DocPage theme refactors polish (#7268)

This commit is contained in:
Sébastien Lorber 2022-04-29 19:34:40 +02:00 committed by GitHub
parent 41f53718c1
commit 2a0f105434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 219 additions and 164 deletions

View file

@ -55,6 +55,7 @@ export {
useDocsVersionCandidates,
useLayoutDoc,
useLayoutDocsSidebar,
useDocRouteMetadata,
} from './utils/docsUtils';
export {useSkipToContent} from './utils/a11yUtils';