Skip to content

Commit

Permalink
Add updated badges
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Dec 11, 2024
1 parent f577f2e commit 340b49e
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,13 @@ const sidebars = {
},
'dev-docs/database-migrations',
'dev-docs/database-transactions',
'dev-docs/testing',
{
type: 'doc',
id: 'dev-docs/testing',
customProps: {
updated: true,
}
},
'dev-docs/error-handling',
],
},
Expand Down Expand Up @@ -626,7 +632,13 @@ const sidebars = {
},
items: [
'user-docs/intro',
'user-docs/getting-started/user-guide-fundamentals',
{
type: 'doc',
id: 'user-docs/getting-started/user-guide-fundamentals',
customProps: {
updated: true,
}
},
'user-docs/getting-started/setting-up-admin-panel',
],
},
Expand Down Expand Up @@ -799,6 +811,9 @@ const sidebars = {
type: 'doc',
label: 'Cloud fundamentals',
id: 'cloud/getting-started/cloud-fundamentals',
customProps: {
updated: true,
}
},
{
type: 'category',
Expand Down

0 comments on commit 340b49e

Please sign in to comment.