Skip to content

Commit

Permalink
fix the syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
WriteMayur committed Feb 17, 2025
1 parent f0af809 commit 36f9da2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ For more information, refer:
- [Create a scorecard using Template](#create-scorecard-using-templates)
- [Create a custom scorecard](#create-custom-scorecard)

<callout variant="tip" title="tip" >
<Callout variant="tip" title="tip" >
Use NerdGraph mutations to create or manage your Scorecards. For more information, refer [Scorecards tutorial](/docs/apis/nerdgraph/examples/nerdgraph-scorecards-tutorial.mdx).
</callout>
</Callout>

**Prerequisites:**

Expand Down Expand Up @@ -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).

<callout variant="tip" title="tip" >
<Callout variant="tip" title="tip" >
Use NerdGraph mutations to create or manage your Scorecards rules. For more information, refer [Scorecards tutorial](/docs/apis/nerdgraph/examples/nerdgraph-scorecards-tutorial.mdx).
</callout>
</Callout>

**To create a rule:**

Expand Down

0 comments on commit 36f9da2

Please sign in to comment.