mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-23 05:57:05 +02:00
feat(theme): ability to use <DocCardList> without items prop, on any doc page (#8008)
This commit is contained in:
parent
ff8ef774d6
commit
c811d6249e
9 changed files with 191 additions and 67 deletions
|
@ -28,7 +28,10 @@ export {createStorageSlot, listStorageKeys} from './utils/storageUtils';
|
|||
|
||||
export {useContextualSearchFilters} from './utils/searchUtils';
|
||||
|
||||
export {useCurrentSidebarCategory} from './utils/docsUtils';
|
||||
export {
|
||||
useCurrentSidebarCategory,
|
||||
filterDocCardListItems,
|
||||
} from './utils/docsUtils';
|
||||
|
||||
export {usePluralForm} from './utils/usePluralForm';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue