Skip to content

Commit 4b2b30f

Browse files
authored
Add New badge to What's new page
1 parent 3edc200 commit 4b2b30f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docusaurus/sidebars.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ const sidebars = {
2929
},
3030
},
3131
'dev-docs/quick-start',
32-
'dev-docs/whats-new',
32+
{
33+
type: 'doc',
34+
id: 'dev-docs/whats-new',
35+
customProps: {
36+
new: true
37+
}
38+
},
3339
'dev-docs/faq',
3440
'dev-docs/community',
3541
'dev-docs/usage-information',

0 commit comments

Comments
 (0)