Spaces:
Running
Running
Merge branch 'main' of https://huggingface.co/spaces/pollen-robotics/Reachy_Mini
Browse files
src/pages/GettingStarted.jsx
CHANGED
|
@@ -333,7 +333,7 @@ export default function GettingStarted() {
|
|
| 333 |
|
| 334 |
<Button
|
| 335 |
variant="outlined"
|
| 336 |
-
href="https://github.com/pollen-robotics/reachy_mini/blob/develop/docs/SDK/
|
| 337 |
target="_blank"
|
| 338 |
startIcon={<OpenInNewIcon/>}
|
| 339 |
>
|
|
@@ -492,12 +492,12 @@ export default function GettingStarted() {
|
|
| 492 |
</Step>
|
| 493 |
<Step active completed={false}>
|
| 494 |
<StepLabel>
|
| 495 |
-
<Typography fontWeight={600}>Enter your Wi-Fi &
|
| 496 |
</StepLabel>
|
| 497 |
<StepContent>
|
| 498 |
<Typography variant="body2" color="text.secondary" sx={{ mb: 1 }}>
|
| 499 |
The robot will restart and connect to your network. Then access the dashboard
|
| 500 |
-
to explore 30+ apps
|
| 501 |
</Typography>
|
| 502 |
<Typography variant="body2" color="text.secondary" sx={{ mb: 2, fontStyle: 'italic' }}>
|
| 503 |
If the dashboard doesn't appear correctly, please use Chrome or Firefox.
|
|
|
|
| 333 |
|
| 334 |
<Button
|
| 335 |
variant="outlined"
|
| 336 |
+
href="https://github.com/pollen-robotics/reachy_mini/blob/develop/docs/SDK/installation.md"
|
| 337 |
target="_blank"
|
| 338 |
startIcon={<OpenInNewIcon/>}
|
| 339 |
>
|
|
|
|
| 492 |
</Step>
|
| 493 |
<Step active completed={false}>
|
| 494 |
<StepLabel>
|
| 495 |
+
<Typography fontWeight={600}>Enter your Wi-Fi & update</Typography>
|
| 496 |
</StepLabel>
|
| 497 |
<StepContent>
|
| 498 |
<Typography variant="body2" color="text.secondary" sx={{ mb: 1 }}>
|
| 499 |
The robot will restart and connect to your network. Then access the dashboard
|
| 500 |
+
to explore 30+ apps, from hand tracking to AI conversations!
|
| 501 |
</Typography>
|
| 502 |
<Typography variant="body2" color="text.secondary" sx={{ mb: 2, fontStyle: 'italic' }}>
|
| 503 |
If the dashboard doesn't appear correctly, please use Chrome or Firefox.
|