Skip to content

Commit 87228e6

Browse files
Add Updated badge in Cloud TOC for Account Settings
1 parent a950026 commit 87228e6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docusaurus/sidebars.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,14 @@ const sidebars = {
567567
collapsed: false,
568568
label: 'Account Management',
569569
items: [
570-
'cloud/account/settings',
570+
{
571+
type: 'doc',
572+
label: 'Account Settings',
573+
id: 'cloud/account/settings',
574+
customProps: {
575+
updated: true,
576+
},
577+
},
571578
]
572579
},
573580
{

0 commit comments

Comments
 (0)