From 5a5f9c0d9a5a3420ff9ed56613c662e68a069f60 Mon Sep 17 00:00:00 2001 From: NimRegev Date: Mon, 12 Dec 2022 10:24:28 +0200 Subject: [PATCH 1/2] Fix x-refs Fixed paths in x-refs --- _docs/deployment/applications-dashboard.md | 6 +++++- _docs/deployment/create-application.md | 6 +++--- _docs/deployment/images.md | 7 +++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/_docs/deployment/applications-dashboard.md b/_docs/deployment/applications-dashboard.md index de310a64..21940070 100644 --- a/_docs/deployment/applications-dashboard.md +++ b/_docs/deployment/applications-dashboard.md @@ -765,6 +765,10 @@ caption="Applications Dashboard: Services tab" max-width="50%" %} - +### Related articles +[Creating applications]({{site.baseurl}}/docs/deployment/create-application) +[Managing applications]({{site.baseurl}}/docs/deployment/manage-application) +[Home dashboard]({{site.baseurl}}/docs/reporting/home-dashboard) +[DORA metrics]({{site.baseurl}}/docs/reporting/dora-metrics/) diff --git a/_docs/deployment/create-application.md b/_docs/deployment/create-application.md index 47aea2d7..b9d9df8e 100644 --- a/_docs/deployment/create-application.md +++ b/_docs/deployment/create-application.md @@ -225,7 +225,7 @@ Track the application in the [Applications dashboard](https://g.codefresh.io/2.0 ### Related articles -[Monitoring applications]({{site.baseurl}})/docs/deployment/applications-dashboard) -[Managing applications]({{site.baseurl}})/docs/deployment/manage-applications) -[Home dashboard]({{site.baseurl}})docs/reporting/home-dashboard) +[Monitoring applications]({{site.baseurl}}/docs/deployment/applications-dashboard) +[Managing applications]({{site.baseurl}}/docs/deployment/manage-application) +[Home dashboard]({{site.baseurl}}/docs/reporting/home-dashboard) [DORA metrics]({{site.baseurl}}/docs/reporting/dora-metrics/) \ No newline at end of file diff --git a/_docs/deployment/images.md b/_docs/deployment/images.md index d4538a52..2d0b8c67 100644 --- a/_docs/deployment/images.md +++ b/_docs/deployment/images.md @@ -111,3 +111,10 @@ Selecting **more details** for an image tag. | **3** | The Git details for this image tag, such as the Git hash, the Jira issue number, Git Pull Request, commit information, the name of the user who performed the commit. | | **4** | The workflow for the image step. Select to go to the Workflow.| | **5** | The log information for the build image step in the relevant workflow. Select to view Logs panel. | + +### Related articles +[Image enrichment with integrations]({{site.baseurl}}/docs/integrations/image-enrichment-overview/) +[Monitoring applications]({{site.baseurl}}/docs/deployment/applications-dashboard) +[Managing applications]({{site.baseurl}}/docs/deployment/manage-application) +[Home dashboard]({{site.baseurl}}/docs/integrations/home-dashboard) + From 7d6e0d7b30382f52f89fdab040c193490cfba7c2 Mon Sep 17 00:00:00 2001 From: NimRegev Date: Mon, 12 Dec 2022 10:37:36 +0200 Subject: [PATCH 2/2] Update images.md --- _docs/deployment/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/deployment/images.md b/_docs/deployment/images.md index 2d0b8c67..cdaf944d 100644 --- a/_docs/deployment/images.md +++ b/_docs/deployment/images.md @@ -113,7 +113,7 @@ Selecting **more details** for an image tag. | **5** | The log information for the build image step in the relevant workflow. Select to view Logs panel. | ### Related articles -[Image enrichment with integrations]({{site.baseurl}}/docs/integrations/image-enrichment-overview/) +[Image enrichment with integrations]({{site.baseurl}}/docs/integrations/image-enrichment-overview/) [Monitoring applications]({{site.baseurl}}/docs/deployment/applications-dashboard) [Managing applications]({{site.baseurl}}/docs/deployment/manage-application) [Home dashboard]({{site.baseurl}}/docs/integrations/home-dashboard)