From 36f9da2267b1a90d2fb141f9c651aed8e3ec2e8b Mon Sep 17 00:00:00 2001 From: WriteMayur Date: Tue, 18 Feb 2025 05:17:39 +0530 Subject: [PATCH] fix the syntax error --- .../scorecards/managing-scorecards.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/service-architecture-intelligence/scorecards/managing-scorecards.mdx b/src/content/docs/service-architecture-intelligence/scorecards/managing-scorecards.mdx index ca6ce09c468..2fecc773350 100644 --- a/src/content/docs/service-architecture-intelligence/scorecards/managing-scorecards.mdx +++ b/src/content/docs/service-architecture-intelligence/scorecards/managing-scorecards.mdx @@ -15,9 +15,9 @@ For more information, refer: - [Create a scorecard using Template](#create-scorecard-using-templates) - [Create a custom scorecard](#create-custom-scorecard) - + Use NerdGraph mutations to create or manage your Scorecards. For more information, refer [Scorecards tutorial](/docs/apis/nerdgraph/examples/nerdgraph-scorecards-tutorial.mdx). - + **Prerequisites:** @@ -64,9 +64,9 @@ You can create rules for Scorecards using NRQL queries. Each rule can span multi - You have a Scorecard created. For more information, refer to [Create a new scorecard](#create-scorecard). - You must be the Organization Admin or part of a custom role to manage Scorecards. For more information to create Scorecards custom role, refer [Custom role for Scorecards](/docs/apis/nerdgraph/examples/nerdgraph-scorecards-custom-tutorial). - + Use NerdGraph mutations to create or manage your Scorecards rules. For more information, refer [Scorecards tutorial](/docs/apis/nerdgraph/examples/nerdgraph-scorecards-tutorial.mdx). - + **To create a rule:**