Skip to content

Commit f7deb61

Browse files
markdown
1 parent 0e2f589 commit f7deb61

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/content/partials/networking-services/account-id-api-key.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33

44
---
55

6+
import { Markdown } from "~/components";
7+
68
:::note
79

810
{props.showSiteId ? (
9-
<>To export NetFlow statistics, you will need your [account ID](/fundamentals/account/find-account-and-zone-ids/) and [API token](/fundamentals/api/get-started/account-owned-tokens/), as well as the `site_id` associated with your Magic WAN Connector.</>
11+
<Markdown text={`To export NetFlow statistics, you will need your [account ID](/fundamentals/account/find-account-and-zone-ids/) and [API token](/fundamentals/api/get-started/account-owned-tokens/), as well as the \`site_id\` associated with your Magic WAN Connector.`} />
1012
) : (
11-
<>You will need your [account ID](/fundamentals/account/find-account-and-zone-ids/) and [API token](/fundamentals/api/get-started/account-owned-tokens/).</>
13+
<Markdown text={`You will need your [account ID](/fundamentals/account/find-account-and-zone-ids/) and [API token](/fundamentals/api/get-started/account-owned-tokens/).`} />
1214
)}
1315

1416
:::

0 commit comments

Comments
 (0)