Skip to content

Commit 96d34fd

Browse files
authored
Merge pull request #404 from VirtualMetric:DT-559-navattic-targets
DT-559-navattic-targets
2 parents 541b9f1 + c7882f7 commit 96d34fd

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

demos.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"clusters-create": "cmk5d6u1y000004k06x5q5c4g",
99
"clusters-manage": "cmlt74lou000604joclwi40p7",
1010
"devices-create": "cmkdpnivn000004jr7jtghtww",
11+
"targets-create": "cmm20nqiu000104l81g57fzig",
1112
"onboarding": "cml958r58000204jp25ip65q7",
1213
"settings-company": "cmlkotkwb002304iffzn99t07",
1314
"settings-subscription": "cmlkimp2y000004l8gmm50235",

docs/configuration/targets/management.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Each target row provides an **Actions menu** (⋮) with the following operations
6464

6565
## Create Wizard
6666

67+
<Demo id="targets-create" aspectRatio="18/9" />
68+
6769
The target creation process uses a multi-step wizard with target-specific configuration.
6870

6971
Target wizards have different numbers of steps (3 or 4) depending on the target type. Each step is labeled with its specific name rather than a generic step number.

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const config: Config = {
9292
require.resolve('./plugins/validate-topics'),
9393
require.resolve('./plugins/validate-images'),
9494
require.resolve('./plugins/validate-includes'),
95-
require.resolve('./plugins/validate-demo'),
95+
require.resolve('./plugins/validate-demos'),
9696
],
9797
themeConfig: {
9898
image: "telemetry-color.jpg",

0 commit comments

Comments
 (0)