mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-15 09:12:24 +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
|
@ -473,6 +473,7 @@ yarn workspace v1.22.19image` is a collocated image path, this entry will be the
|
|||
title: string;
|
||||
permalink: string;
|
||||
unlisted: boolean;
|
||||
date: Date | string;
|
||||
};
|
||||
|
||||
export type BlogSidebar = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue