Skip to content

Commit

Permalink
Update sidebar with badges
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Feb 21, 2024
1 parent 1911bad commit e0676ac
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ const sidebars = {
id: 'dev-docs/installation',
},
"dev-docs/installation/cli",
"dev-docs/installation/docker",
{
type: 'doc',
id: "dev-docs/installation/docker",
customProps: {
updated: true
},
},
],
},
'dev-docs/project-structure',
Expand Down Expand Up @@ -447,7 +453,13 @@ const sidebars = {
id: 'dev-docs/api/plugins/server-api',
label: 'Server API',
},
'dev-docs/plugins/development/plugin-cli',
{
type: 'doc',
id: 'dev-docs/plugins/development/plugin-cli',
customProps: {
new: true
}
},
'dev-docs/custom-fields',
'dev-docs/plugins-extension',
{
Expand Down

0 comments on commit e0676ac

Please sign in to comment.