@@ -3,12 +3,8 @@ asIndexPage: true
33sidebarTitle : Installation
44---
55
6-
7- import { Cards } from " nextra/components" ;
8- import {
9- RichCardOptions ,
10- RichCardOption ,
11- } from " @/app/_components/RichCard.jsx" ;
6+ import {Cards } from " nextra/components" ;
7+ import {RichCardOptions , RichCardOption } from " @/app/_components/RichCard.jsx" ;
128
139# Onboarding Guide
1410
@@ -52,7 +48,7 @@ An organization acts as the main container for your locations, devices, and user
5248 <img
5349 src = " /images/onboarding/finish-setup-organization-spacedf-onboarding.gif"
5450 alt = " Wait for Setup"
55- style = { { width: " 100%" , height: " 100%" }}
51+ style = { {width: " 100%" , height: " 100%" }}
5652 />
5753
5854## 3. Add Devices to Device Hub
@@ -75,7 +71,8 @@ After creating your organization, you can begin adding devices. In Beta stage, S
7571 </svg >
7672 }
7773 title = " Manual Entry"
78- href = " /devices"
74+ href = " #"
75+ style = { {padding: " 5px 10px" }}
7976 >
8077 Add single devices manually with DevEUI, JoinEUI, and App Key
8178 </Cards.Card >
@@ -100,7 +97,8 @@ After creating your organization, you can begin adding devices. In Beta stage, S
10097 </svg >
10198 }
10299 title = " CSV Import"
103- href = " /devices"
100+ href = " #"
101+ style = { {padding: " 5px 10px" }}
104102 >
105103 Bulk import multiple devices using CSV file format
106104 </Cards.Card >
@@ -130,7 +128,8 @@ After creating your organization, you can begin adding devices. In Beta stage, S
130128 </svg >
131129 }
132130 title = " QR Code Scan"
133- href = " /devices"
131+ href = " #"
132+ style = { {padding: " 5px 10px" }}
134133 >
135134 Scan device QR codes for quick registration (coming soon)
136135 </Cards.Card >
0 commit comments