mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-16 09:42:35 +02:00
feat(blog): group sidebar items by year (themeConfig.blog.sidebar.groupByYear
) (#10252)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
parent
10830ce25c
commit
aab1f4868b
21 changed files with 547 additions and 85 deletions
|
@ -113,7 +113,11 @@ export {
|
|||
type TOCHighlightConfig,
|
||||
} from './hooks/useTOCHighlight';
|
||||
|
||||
export {useVisibleBlogSidebarItems} from './utils/blogUtils';
|
||||
export {
|
||||
useVisibleBlogSidebarItems,
|
||||
groupBlogSidebarItemsByYear,
|
||||
BlogSidebarItemList,
|
||||
} from './utils/blogUtils';
|
||||
export {useDateTimeFormat} from './utils/IntlUtils';
|
||||
|
||||
export {useHideableNavbar} from './hooks/useHideableNavbar';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue