Skip to content

Commit 81dde92

Browse files
author
Thomas Lund Sigdestad
committed
tuning after mer discussions
1 parent 4c64d82 commit 81dde92

File tree

1 file changed

+67
-77
lines changed

1 file changed

+67
-77
lines changed

docs/menu.json

Lines changed: 67 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -468,15 +468,61 @@
468468
"document": "iam/roles"
469469
}
470470
]
471+
},
472+
{
473+
"title": "Hosting",
474+
"document": "deployment",
475+
"menuItems": [
476+
{
477+
"title": "Strategies",
478+
"document": "deployment/strategies"
479+
},
480+
{
481+
"title": "Distributions",
482+
"document": "deployment/distro"
483+
},
484+
{
485+
"title": "Docker",
486+
"document": "deployment/docker"
487+
},
488+
{
489+
"title": "Kubernetes",
490+
"document": "deployment/k8s"
491+
},
492+
{
493+
"title": "Systemd",
494+
"document": "deployment/systemd"
495+
},
496+
{
497+
"title": "Vhosts",
498+
"document": "deployment/vhosts"
499+
},
500+
{
501+
"title": "Configuration",
502+
"document": "deployment/config"
503+
},
504+
{
505+
"title": "Backup & restore",
506+
"document": "deployment/backup-restore"
507+
},
508+
{
509+
"title": "Clustering",
510+
"document": "deployment/clustering"
511+
},
512+
{
513+
"title": "Observability",
514+
"document": "deployment/observability"
515+
}
516+
]
471517
}
472518
]
473519
},
474520
{
475-
"title": "Development",
521+
"title": "Extending",
476522
"document": "development",
477523
"menuItems": [
478524
{
479-
"title": "Enonic apps",
525+
"title": "Apps (mergeup)",
480526
"document": "apps"
481527
},
482528
{
@@ -564,11 +610,15 @@
564610
]
565611
},
566612
{
567-
"title": "APIs",
613+
"title": "/api",
568614
"document": "runtime/engines/api-engine"
569615
},
570616
{
571-
"title": "Sites",
617+
"title": "/admin",
618+
"document": "admin/tools"
619+
},
620+
{
621+
"title": "/site",
572622
"document": "runtime/engines/site-engine",
573623
"menuItems": [
574624
{
@@ -590,33 +640,23 @@
590640
]
591641
},
592642
{
593-
"title": "Web apps",
643+
"title": "/webapp",
594644
"document": "runtime/engines/webapp-engine"
595645
},
596-
{
597-
"title": "Extensions",
598-
"document": "development/extensions",
599-
"menuItems": [
600-
{
601-
"title": "ID providers",
602-
"document": "framework/idprovider"
603-
},
604-
{
605-
"title": "Admin",
606-
"document": "admin/tools"
607-
},
608-
{
609-
"title": "Admin Engine",
610-
"document": "runtime/engines/admin-engine"
611-
},
612-
{
613-
"title": "Widgets",
614-
"document": "admin/widgets"
615-
}
616-
]
646+
{
647+
"title": "ID providers",
648+
"document": "framework/idprovider"
649+
},
650+
{
651+
"title": "Admin Engine",
652+
"document": "runtime/engines/admin-engine"
653+
},
654+
{
655+
"title": "Widgets",
656+
"document": "admin/widgets"
617657
},
618658
{
619-
"title": "System API",
659+
"title": "System APIs",
620660
"document": "api",
621661
"menuItems": [
622662
{
@@ -719,56 +759,6 @@
719759
}
720760
]
721761
},
722-
{
723-
"title": "Hosting",
724-
"document": "deployment",
725-
"menuItems": [
726-
{
727-
"title": "Strategies",
728-
"document": "deployment/strategies"
729-
},
730-
{
731-
"title": "Distributions",
732-
"document": "deployment/distro"
733-
},
734-
{
735-
"title": "Docker",
736-
"document": "deployment/docker"
737-
},
738-
{
739-
"title": "Kubernetes",
740-
"document": "deployment/k8s"
741-
},
742-
{
743-
"title": "Systemd",
744-
"document": "deployment/systemd"
745-
},
746-
{
747-
"title": "Vhosts",
748-
"document": "deployment/vhosts"
749-
},
750-
{
751-
"title": "Configuration",
752-
"document": "deployment/config"
753-
},
754-
{
755-
"title": "Backup & restore",
756-
"document": "deployment/backup-restore"
757-
},
758-
{
759-
"title": "Clustering",
760-
"document": "deployment/clustering"
761-
},
762-
{
763-
"title": "Observability",
764-
"document": "deployment/observability"
765-
}
766-
]
767-
},
768-
{
769-
"title": "Enonic Cloud",
770-
"document": "cloud"
771-
},
772762
{
773763
"title": "Enonic Market",
774764
"document": "apps",

0 commit comments

Comments
 (0)