website: fix duplicate platforms in sidebar
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
42c278b4f8
commit
6a3a3e5f8d
|
@ -40,14 +40,6 @@ module.exports = {
|
||||||
label: "Dashboards",
|
label: "Dashboards",
|
||||||
items: ["services/organizr/index"],
|
items: ["services/organizr/index"],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: "category",
|
|
||||||
label: "Platforms",
|
|
||||||
items: [
|
|
||||||
"services/budibase/index",
|
|
||||||
"services/wordpress/index",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Hypervisors / Orchestrators",
|
label: "Hypervisors / Orchestrators",
|
||||||
|
|
Reference in New Issue