Skip to content

hide guides #2375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/guides/all/pull-request-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import PortTooltip from "/src/components/tooltip/tooltip.jsx";
:::warning Deprecated
This guide is deprecated and is no longer recommended for use. Please refer to the new guides for the most up-to-date information:

- [Track DORA metrics](https://docs.port.io/guides/all/setup-dora-metrics)
- [Track DORA metrics](https://docs.port.io/guides/all/create-and-track-dora-metrics-in-your-portal)
- [Measuring pull request standards](https://docs.port.io/guides/all/working_agreements_and_measuring_pr_standards)
:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Metrics are essential for assessing how well teams adhere to their working agree
They enable teams to track compliance, identify bottlenecks, and drive continuous improvement.

For detailed insights into key metrics like `deployment frequency`, `lead time for changes`, and `change failure rate`,
please refer to our [DORA Metrics guide](/guides/all/setup-dora-metrics).
please refer to our [DORA Metrics guide](https://docs.port.io/guides/all/create-and-track-dora-metrics-in-your-portal).
:::


Expand Down
42 changes: 21 additions & 21 deletions src/components/guides-section/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -775,13 +775,13 @@ export const availableGuides = [
logos: ["Datadog"],
link: "/guides/all/ingest-cloud-resources-using-datadog",
},
{
title: "Track DORA Metrics",
description: "Setup DevOps Research and Assessment (DORA) metrics within your organization in PORT",
tags: ["Engineering metrics","GitHub","GitLab","AzureDevops","Dashboards"],
logos: ["Git"],
link: "/guides/all/setup-dora-metrics",
},
// {
// title: "Track DORA Metrics",
// description: "Setup DevOps Research and Assessment (DORA) metrics within your organization in PORT",
// tags: ["Engineering metrics","GitHub","GitLab","AzureDevops","Dashboards"],
// logos: ["Git"],
// link: "/guides/all/setup-dora-metrics",
// },
{
title: "Ingest a swagger.json file into your catalog",
description: "Ingest API paths from a `swagger.json` file in a GitHub repository into Port",
Expand Down Expand Up @@ -877,13 +877,13 @@ export const availableGuides = [
logos: ["Actions"],
link: "/guides/all/setup-portal-announcements",
},
{
title: "Set up DORA Metrics benchmark",
description: "Track and improve engineering performance by setting up DORA metrics benchmark",
tags: ["Engineering metrics","Scorecards","Dashboards"],
logos: ["Git"],
link: "/guides/all/setup-dora-metrics-benchmark"
},
// {
// title: "Set up DORA Metrics benchmark",
// description: "Track and improve engineering performance by setting up DORA metrics benchmark",
// tags: ["Engineering metrics","Scorecards","Dashboards"],
// logos: ["Git"],
// link: "/guides/all/setup-dora-metrics-benchmark"
// },
{
title: "Manage service deployments using GitLab and ServiceNow",
description: "Create a chain of self-service actions that deploy a service using GitLab and ServiceNow",
Expand All @@ -898,13 +898,13 @@ export const availableGuides = [
logos: ["Dynatrace"],
link: "/guides/all/connect-dynatrace-team-with-entities"
},
{
title: "Create surveys in your portal",
description: "Create surveys to collect feedback from your developers",
tags: ["Engineering metrics", "Actions", "Dashboards"],
logos: ["Engineering metrics"],
link: "/guides/all/create-surveys",
},
// {
// title: "Create surveys in your portal",
// description: "Create surveys to collect feedback from your developers",
// tags: ["Engineering metrics", "Actions", "Dashboards"],
// logos: ["Engineering metrics"],
// link: "/guides/all/create-surveys",
// },
{
title: "Ingest Slack channels data with Airbyte, S3 & webhook",
description: "Send Slack channel data to S3 with Airbyte, then ingest it into Port via a custom webhook integration",
Expand Down