diff --git a/_data/home-content.yml b/_data/home-content.yml index 3a6183ff..fce2a45e 100644 --- a/_data/home-content.yml +++ b/_data/home-content.yml @@ -1,7 +1,26 @@ - +- title: Deployments + icon: images/home-icons/deployment.svg + url: '' + links: + - title: Deployment options for Kubernetes + localurl: /docs/deployments/kubernetes/deployment-options-to-kubernetes/ + - title: Managing Kubernetes clusters + localurl: /docs/deployments/kubernetes/manage-kubernetes/ + - title: Using Helm in Codefresh pipelines + localurl: /docs/deployments/helm/using-helm-in-codefresh-pipeline/ + - title: Managing Helm releases + localurl: /docs/deployments/helm/helm-releases-management/ + - title: Promoting Helm environments + localurl: /docs/deployments/helm/helm-environment-promotion/ + - title: Creating GitOps applications + localurl: /docs/deployment/gitops/create-application/ + - title: Monitoring applications + localurl: /docs/deployment/gitops/applications-dashboard/ + - title: Managing applications + localurl: /docs/deployment/gitops/manage-application/ - title: Pipelines icon: images/home-icons/pipeline.svg diff --git a/_data/nav.yml b/_data/nav.yml index 8c1c9346..eeb18f1c 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -1,4 +1,46 @@ +- title: Deployments + url: "/deployments" + pages: + - title: Kubernetes + url: "/kubernetes" + sub-pages: + - title: Deployment options for Kubernetes + url: "/deployment-options-to-kubernetes" + - title: Managing Kubernetes clusters + url: "/manage-kubernetes" + - title: Custom kubectl commands + url: "/custom-kubectl-commands" + - title: Helm + url: "/helm" + sub-pages: + - title: Using Helm in a Codefresh pipeline + url: "/using-helm-in-codefresh-pipeline" + - title: Managing Helm Releases + url: "/helm-releases-management" + - title: Using managed Helm repos + url: "/managed-helm-repository" + - title: Helm Charts and repositories + url: "/helm-charts-and-repositories" + - title: Custom Helm uploads + url: "/custom-helm-uploads" + - title: Promoting Helm environments + url: "/helm-environment-promotion" + - title: GitOps + url: "/gitops" + sub-pages: + - title: Creating GitOps applications + url: "/create-application" + - title: Monitoring GitOps applications + url: "/applications-dashboard" + - title: Managing GitOps applications + url: "/manage-application" + - title: Progressive delivery with GitOps + url: "/install-argo-rollouts" + - title: Images for GitOps + url: "/images" + + - title: CI pipelines url: "/pipelines" pages: diff --git a/_docs/deployments/gitops/applications-dashboard.md b/_docs/deployments/gitops/applications-dashboard.md index 3273113d..51907f81 100644 --- a/_docs/deployments/gitops/applications-dashboard.md +++ b/_docs/deployments/gitops/applications-dashboard.md @@ -70,7 +70,7 @@ Here's a description of the information and actions in the Applications dashboar | Item | Description | | -------------- | -------------- | |Application filters | Filter by a range of attributes to customize the information in the dashboard to bring you what you need. {::nomarkdown} {:/}| -|{::nomarkdown}{:/}| Star applications as favorites and view only the starred applications.{::nomarkdown}
Select the to star the application as a favorite.

To filter by favorite applications, on the filters bar, select .
{:/} TIP: If you star applications as favorites in the Applications dashboard, you can filter by the same applications in the [DORA metrics dashboard]({{site.baseurl}}/docs/reporting/dora-metrics/#metrics-for-favorite-applications). | +|{::nomarkdown}{:/}| Star applications as favorites and view only the starred applications.{::nomarkdown}
Select the to star the application as a favorite.

To filter by favorite applications, on the filters bar, select .
{:/} TIP: If you star applications as favorites in the Applications dashboard, you can filter by the same applications in the [DORA metrics dashboard]({{site.baseurl}}/docs/reporting/dora-metrics/#metrics-for-favorite-applications). | |Application actions| Options to monitor/manage applications through the application's context menu. {::nomarkdown}