deployment-subcontext

[
  {
    "evaluator": "and",
    "condition": [
      {
        "evaluator": "context-deployment"
      },
      {
        "evaluator": "not",
        "condition": {
          "evaluator": "context-pagerendition"
        }
      },
      {
        "evaluator": "not",
        "condition": {
          "evaluator": "context-document"
        }
      }
    ],
    "config": {
      "deployment-subcontext": {
        "items": [
          {
            "key": "deployment",
            "title": "Deployment",
            "header": true,
            "order": 1000,
            "items": [
              {
                "key": "deployment/overview",
                "title": "Overview",
                "uri": "#/projects/{projectId}/applications/{applicationId}/deployments/{deploymentId}",
                "order": 10000,
                "iconClass": "fa fa-angle-right"
              },
              {
                "key": "deployment/properties",
                "title": "Properties",
                "uri": "#/projects/{projectId}/applications/{applicationId}/deployments/{deploymentId}/properties",
                "order": 20000,
                "iconClass": "fa fa-angle-right"
              },
              {
                "key": "deployment/apikeys",
                "title": "API Keys",
                "uri": "#/projects/{projectId}/applications/{applicationId}/deployments/{deploymentId}/apikeys",
                "order": 80000,
                "iconClass": "fa fa-angle-right"
              },
              {
                "key": "deployment/sns",
                "title": "Amazon SNS",
                "uri": "#/projects/{projectId}/applications/{applicationId}/deployments/{deploymentId}/sns",
                "order": 81000,
                "iconClass": "fa fa-angle-right"
              }
            ]
          }
        ]
      }
    }
  }
]```