This commit is contained in:
Stefan Pejcic 2024-02-05 15:13:31 +01:00
parent 24e4e01a45
commit bd1da3bd5d

View file

@ -2,14 +2,6 @@
const mainSidebar = { const mainSidebar = {
panel: [ panel: [
// OpenPanel
{
type: "category",
label: "OpenPanel",
className: "category-as-header",
items: [
],
},
'panel/intro', 'panel/intro',
'panel/dashboard/dashboard', 'panel/dashboard/dashboard',
{ {
@ -211,14 +203,6 @@ const mainSidebar = {
admin: [ admin: [
// OpenAdmin
{
type: "category",
label: "OpenAdmin",
className: "category-as-header",
items: [
],
},
{ type: 'autogenerated', dirName: 'admin' }, { type: 'autogenerated', dirName: 'admin' },
// Promo // Promo
{ {
@ -230,14 +214,6 @@ const mainSidebar = {
], ],
changelog: [ changelog: [
// OpenCLI
{
type: "category",
label: "Changelog",
className: "category-as-header",
items: [
],
},
{ type: 'autogenerated', dirName: 'changelog' }, { type: 'autogenerated', dirName: 'changelog' },
// Promo // Promo
{ {