Skip to content

Commit

Permalink
Update badges in Dev Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Nov 14, 2023
1 parent 081dc43 commit 503d0ba
Showing 1 changed file with 9 additions and 24 deletions.
33 changes: 9 additions & 24 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,14 +235,14 @@ const sidebars = {
{
type: "category",
label: "Back-end customization",
customProps: {
updated: true,
},
items: [
{
type: "doc",
id: "dev-docs/backend-customization",
label: "Introduction",
customProps: {
updated: true,
},
},
{
type: 'doc',
Expand All @@ -262,54 +262,39 @@ const sidebars = {
type: 'category',
label: '✨ Examples',
collapsed: true,
customProps: {
new: true,
},
items: [
{
type: 'doc',
label: 'Introduction',
id: 'dev-docs/backend-customization/examples',
customProps: {
new: true,
}
},
{
type: 'doc',
label: 'Authentication',
id: 'dev-docs/backend-customization/examples/authentication',
customProps: {
new: true,
}
},
{
type: 'doc',
label: 'Services, Controllers',
id: 'dev-docs/backend-customization/examples/services-and-controllers',
customProps: {
new: true,
}
},
{
type: 'doc',
label: 'Policies',
id: 'dev-docs/backend-customization/examples/policies',
customProps: {
new: true,
}
},
{
type: 'doc',
label: 'Routes',
id: 'dev-docs/backend-customization/examples/routes',
customProps: {
new: true,
}
},
{
type: 'doc',
label: 'Global middlewares',
id: 'dev-docs/backend-customization/examples/middlewares',
customProps: {
new: true,
}
},
]
}
Expand All @@ -322,9 +307,6 @@ const sidebars = {
type: 'doc',
label: 'Custom fields',
id: 'dev-docs/custom-fields',
customProps: {
updated: true,
},
},
{
type: "doc",
Expand Down Expand Up @@ -412,6 +394,9 @@ const sidebars = {
{
type: 'category',
label: 'Using plugins',
customProps: {
updated: true,
},
link: {
type: 'doc',
id: 'dev-docs/plugins/using-plugins'
Expand Down

0 comments on commit 503d0ba

Please sign in to comment.