Matthieu Lapeyre commited on
Commit
9475bfa
·
1 Parent(s): 2b91bc1

update link to new documentation

Browse files
src/App.jsx CHANGED
@@ -52,9 +52,9 @@ export default function App() {
52
  <Routes>
53
  <Route path="/" element={<Home />} />
54
  <Route path="/getting-started" element={<GettingStarted />} />
55
- <Route path="https://github.com/pollen-robotics/reachy_mini" element={<Build />} />
56
  <Route path="/download" element={<Download />} />
57
- <Route path="https://github.com/pollen-robotics/reachy_mini/blob/develop/docs/troubleshooting.md" element={<FAQ />} />
58
  <Route path="/apps" element={<Apps />} />
59
  <Route path="/buy" element={<Buy />} />
60
  </Routes>
 
52
  <Routes>
53
  <Route path="/" element={<Home />} />
54
  <Route path="/getting-started" element={<GettingStarted />} />
55
+ <Route path="https://huggingface.co/docs/reachy_mini/" element={<Build />} />
56
  <Route path="/download" element={<Download />} />
57
+ <Route path="https://huggingface.co/docs/reachy_mini/troubleshooting" element={<FAQ />} />
58
  <Route path="/apps" element={<Apps />} />
59
  <Route path="/buy" element={<Buy />} />
60
  </Routes>
src/components/Header.jsx CHANGED
@@ -24,8 +24,8 @@ const navItems = [
24
  { label: 'Get Started', href: '/getting-started' },
25
  { label: 'Download', href: '/download' },
26
  { label: 'Apps', href: '/apps' },
27
- { label: 'Create', href: 'https://github.com/pollen-robotics/reachy_mini', external: true },
28
- { label: 'FAQ', href: 'https://github.com/pollen-robotics/reachy_mini/blob/develop/docs/troubleshooting.md', external: true },
29
  { label: 'Community', href: 'https://discord.gg/2bAhWfXme9', external: true },
30
  ];
31
 
 
24
  { label: 'Get Started', href: '/getting-started' },
25
  { label: 'Download', href: '/download' },
26
  { label: 'Apps', href: '/apps' },
27
+ { label: 'Create', href: 'https://huggingface.co/docs/reachy_mini/index', external: true },
28
+ { label: 'FAQ', href: 'https://huggingface.co/docs/reachy_mini/troubleshooting', external: true },
29
  { label: 'Community', href: 'https://discord.gg/2bAhWfXme9', external: true },
30
  ];
31
 
src/pages/Build.jsx CHANGED
@@ -169,7 +169,7 @@ export default function Build() {
169
  </Button>
170
  <Button
171
  variant="outlined"
172
- href="https://github.com/pollen-robotics/reachy_mini"
173
  target="_blank"
174
  endIcon={<OpenInNewIcon />}
175
  sx={{
@@ -806,7 +806,7 @@ tags:
806
  <Stack direction={{ xs: 'column', sm: 'row' }} spacing={2} justifyContent="center">
807
  <Button
808
  variant="contained"
809
- href="https://github.com/pollen-robotics/reachy_mini/blob/main/docs/python-sdk.md"
810
  target="_blank"
811
  endIcon={<OpenInNewIcon />}
812
  >
@@ -822,7 +822,7 @@ tags:
822
  <Button
823
  variant="outlined"
824
  component="a"
825
- href="https://github.com/pollen-robotics/reachy_mini/blob/develop/docs/troubleshooting.md"
826
  target="_blank"
827
  rel="noopener noreferrer"
828
  >
 
169
  </Button>
170
  <Button
171
  variant="outlined"
172
+ href="https://huggingface.co/docs/reachy_mini/SDK/installation"
173
  target="_blank"
174
  endIcon={<OpenInNewIcon />}
175
  sx={{
 
806
  <Stack direction={{ xs: 'column', sm: 'row' }} spacing={2} justifyContent="center">
807
  <Button
808
  variant="contained"
809
+ href="https://huggingface.co/docs/reachy_mini/SDK/readme"
810
  target="_blank"
811
  endIcon={<OpenInNewIcon />}
812
  >
 
822
  <Button
823
  variant="outlined"
824
  component="a"
825
+ href="https://huggingface.co/docs/reachy_mini/troubleshooting"
826
  target="_blank"
827
  rel="noopener noreferrer"
828
  >
src/pages/Download.jsx CHANGED
@@ -697,7 +697,7 @@ export default function Download() {
697
  <Button
698
  variant="outlined"
699
  size="small"
700
- href="https://github.com/pollen-robotics/reachy_mini"
701
  target="_blank"
702
  endIcon={<OpenInNewIcon sx={{ fontSize: 14 }} />}
703
  sx={{
 
697
  <Button
698
  variant="outlined"
699
  size="small"
700
+ href="https://huggingface.co/docs/reachy_mini/"
701
  target="_blank"
702
  endIcon={<OpenInNewIcon sx={{ fontSize: 14 }} />}
703
  sx={{
src/pages/GettingStarted.jsx CHANGED
@@ -339,7 +339,7 @@ export default function GettingStarted() {
339
 
340
  <Button
341
  variant="outlined"
342
- href="https://github.com/pollen-robotics/reachy_mini/blob/develop/docs/SDK/installation.md"
343
  target="_blank"
344
  startIcon={<OpenInNewIcon/>}
345
  >
@@ -355,7 +355,7 @@ export default function GettingStarted() {
355
  <StepContent>
356
  <Typography variant="body2" color="text.secondary">
357
  The app will automatically detect your robot. Click "Wake Up" to start,
358
- then explore 30+ apps created by the community, from hand tracking to AI conversations! If you experience any issues, feel free to check our <a href="https://github.com/pollen-robotics/reachy_mini/blob/develop/docs/troubleshooting.md" target="_blank">Troubleshooting & FAQ page</a> or contact us on <a href="https://discord.gg/HDrGY9eJHt" target="_blank">Discord</a>.
359
  </Typography>
360
  </StepContent>
361
  </Step>
@@ -572,7 +572,7 @@ export default function GettingStarted() {
572
  variant="contained"
573
  size="large"
574
  component="a"
575
- href="https://github.com/pollen-robotics/reachy_mini?tab=readme-ov-file#-apps--ecosystem"
576
  target="_blank"
577
  rel="noopener noreferrer"
578
  sx={{ px: 4 }}
 
339
 
340
  <Button
341
  variant="outlined"
342
+ href="https://huggingface.co/docs/reachy_mini/SDK/installation"
343
  target="_blank"
344
  startIcon={<OpenInNewIcon/>}
345
  >
 
355
  <StepContent>
356
  <Typography variant="body2" color="text.secondary">
357
  The app will automatically detect your robot. Click "Wake Up" to start,
358
+ then explore 30+ apps created by the community, from hand tracking to AI conversations! If you experience any issues, feel free to check our <a href="https://huggingface.co/docs/reachy_mini/troubleshooting" target="_blank">Troubleshooting & FAQ page</a> or contact us on <a href="https://discord.gg/HDrGY9eJHt" target="_blank">Discord</a>.
359
  </Typography>
360
  </StepContent>
361
  </Step>
 
572
  variant="contained"
573
  size="large"
574
  component="a"
575
+ href="https://huggingface.co/docs/reachy_mini/index#-apps--ecosystem"
576
  target="_blank"
577
  rel="noopener noreferrer"
578
  sx={{ px: 4 }}
src/pages/Home.jsx CHANGED
@@ -437,7 +437,7 @@ function StatsSection() {
437
  <Grid size={{ xs: 12, md: 8 }}>
438
  <Box
439
  component="a"
440
- href="https://github.com/pollen-robotics/reachy_mini"
441
  target="_blank"
442
  rel="noopener noreferrer"
443
  sx={{
@@ -871,7 +871,7 @@ function AppsShowcase() {
871
  <Typography sx={{ color: 'rgba(255,255,255,0.4)', fontSize: 14 }}>
872
  Got an idea?{' '}
873
  <Link
874
- href="https://github.com/pollen-robotics/reachy_mini"
875
  target="_blank"
876
  rel="noopener noreferrer"
877
  sx={{ color: 'primary.main', textDecoration: 'none', '&:hover': { textDecoration: 'underline' } }}
 
437
  <Grid size={{ xs: 12, md: 8 }}>
438
  <Box
439
  component="a"
440
+ href="https://huggingface.co/docs/reachy_mini/SDK/overview"
441
  target="_blank"
442
  rel="noopener noreferrer"
443
  sx={{
 
871
  <Typography sx={{ color: 'rgba(255,255,255,0.4)', fontSize: 14 }}>
872
  Got an idea?{' '}
873
  <Link
874
+ href="https://huggingface.co/docs/reachy_mini/"
875
  target="_blank"
876
  rel="noopener noreferrer"
877
  sx={{ color: 'primary.main', textDecoration: 'none', '&:hover': { textDecoration: 'underline' } }}