Skip to content
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
1 change: 1 addition & 0 deletions demos.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"clusters-create": "cmk5d6u1y000004k06x5q5c4g",
"clusters-manage": "cmlt74lou000604joclwi40p7",
"devices-create": "cmkdpnivn000004jr7jtghtww",
"targets-create": "cmm20nqiu000104l81g57fzig",
"onboarding": "cml958r58000204jp25ip65q7",
"settings-company": "cmlkotkwb002304iffzn99t07",
"settings-subscription": "cmlkimp2y000004l8gmm50235",
Expand Down
2 changes: 2 additions & 0 deletions docs/configuration/targets/management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Each target row provides an **Actions menu** (⋮) with the following operations

## Create Wizard

<Demo id="targets-create" aspectRatio="18/9" />

The target creation process uses a multi-step wizard with target-specific configuration.

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.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const config: Config = {
require.resolve('./plugins/validate-topics'),
require.resolve('./plugins/validate-images'),
require.resolve('./plugins/validate-includes'),
require.resolve('./plugins/validate-demo'),
require.resolve('./plugins/validate-demos'),
],
themeConfig: {
image: "telemetry-color.jpg",
Expand Down
File renamed without changes.