|
468 | 468 | "document": "iam/roles" |
469 | 469 | } |
470 | 470 | ] |
| 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 | + ] |
471 | 517 | } |
472 | 518 | ] |
473 | 519 | }, |
474 | 520 | { |
475 | | - "title": "Development", |
| 521 | + "title": "Extending", |
476 | 522 | "document": "development", |
477 | 523 | "menuItems": [ |
478 | 524 | { |
479 | | - "title": "Enonic apps", |
| 525 | + "title": "Apps (mergeup)", |
480 | 526 | "document": "apps" |
481 | 527 | }, |
482 | 528 | { |
|
564 | 610 | ] |
565 | 611 | }, |
566 | 612 | { |
567 | | - "title": "APIs", |
| 613 | + "title": "/api", |
568 | 614 | "document": "runtime/engines/api-engine" |
569 | 615 | }, |
570 | 616 | { |
571 | | - "title": "Sites", |
| 617 | + "title": "/admin", |
| 618 | + "document": "admin/tools" |
| 619 | + }, |
| 620 | + { |
| 621 | + "title": "/site", |
572 | 622 | "document": "runtime/engines/site-engine", |
573 | 623 | "menuItems": [ |
574 | 624 | { |
|
590 | 640 | ] |
591 | 641 | }, |
592 | 642 | { |
593 | | - "title": "Web apps", |
| 643 | + "title": "/webapp", |
594 | 644 | "document": "runtime/engines/webapp-engine" |
595 | 645 | }, |
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" |
617 | 657 | }, |
618 | 658 | { |
619 | | - "title": "System API", |
| 659 | + "title": "System APIs", |
620 | 660 | "document": "api", |
621 | 661 | "menuItems": [ |
622 | 662 | { |
|
719 | 759 | } |
720 | 760 | ] |
721 | 761 | }, |
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 | | - }, |
772 | 762 | { |
773 | 763 | "title": "Enonic Market", |
774 | 764 | "document": "apps", |
|
0 commit comments