Skip to content

Commit 0b501b3

Browse files
committed
Unmark "new" pages now getting older (Strapi Conf announcements)
1 parent e58975e commit 0b501b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus/sidebars.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const sidebars = {
9191
label: 'Preview',
9292
id: 'cms/features/preview',
9393
customProps: {
94-
new: true,
94+
new: false,
9595
}
9696
},
9797
{
@@ -181,7 +181,7 @@ const sidebars = {
181181
label: 'Strapi Client',
182182
id: 'cms/api/client',
183183
customProps: {
184-
new: true,
184+
new: false,
185185
}
186186
},
187187
'cms/api/graphql',
@@ -291,7 +291,7 @@ const sidebars = {
291291
collapsible: true,
292292
label: "Database",
293293
customProps: {
294-
updated: true,
294+
updated: false,
295295
},
296296
items: [
297297
{
@@ -402,7 +402,7 @@ const sidebars = {
402402
label: 'Homepage customization',
403403
id: 'cms/admin-panel-customization/homepage',
404404
customProps: {
405-
new: true,
405+
new: false,
406406
}
407407
},
408408
// 'cms/cli', // TODO moved to its own category, add TOC component here to highlight it

0 commit comments

Comments
 (0)