From b59572866fef1419a2117f6fc04e85899264fb8d Mon Sep 17 00:00:00 2001
From: Prohurtz <48768484+RedHawk989@users.noreply.github.com>
Date: Sun, 6 Oct 2024 13:41:03 -0500
Subject: [PATCH] Update link text, add V4 name to increase clarity
---
vitepress/docs/src/pages/how_to_build/DiyTable.vue | 10 +++++-----
vitepress/docs/src/pages/how_to_build/full_build.md | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/vitepress/docs/src/pages/how_to_build/DiyTable.vue b/vitepress/docs/src/pages/how_to_build/DiyTable.vue
index e3bd5b6..167e368 100644
--- a/vitepress/docs/src/pages/how_to_build/DiyTable.vue
+++ b/vitepress/docs/src/pages/how_to_build/DiyTable.vue
@@ -158,7 +158,7 @@ export default {
links: 'If you already have safe IR LED hardware and know what you are doing.'
},
{
- name: '★ 4 port USB 3.2 LDLrui (MTT Usually)',
+ name: '★ 4 port USB 3.2 LDLrui (MTT Usually) (Best for Cost)',
amount: () => 1,
cost: 17.99,
costAll: () => this.tracker + 17.99,
@@ -179,19 +179,20 @@ export default {
links: 'AliExpress Small but non MTT hub breakout'
},
{
- name: '★ 4 port Adafruit CH334F USB Hub Breakout (MTT)',
+ name: '★ 4 port Adafruit CH334F USB Hub Breakout (MTT) (Best for Size)',
amount: () => 1,
cost: 4.99,
costAll: () => this.tracker + 8,
links: 'Adafruit Small, high quality MTT hub breakout'
},
{
- name: '★ 3 port USB 3.0 Hub With Power Passthrough (MTT)',
+ name: '★ 3 port USB 3.0 Hub With Power Passthrough (MTT) (Best for Quest)',
amount: () => 1,
cost: 17.99,
costAll: () => this.tracker + 1.41,
links: 'Amazon Great for Quest due to power passthrough'
},
+
],
selectedChoice: 1,
isOpen: false
@@ -204,7 +205,7 @@ export default {
amount: () => this.tracker,
cost: 0,
costAll: () => this.tracker * 0,
- links: 'If you have a 3d printer or have access to one somewhere.'
+ links: 'If you have a 3d printer or have access to one somewhere such as a library, friend, or school.'
},
{
name: 'JLCPCB Print Service, JLC3DP',
@@ -218,7 +219,6 @@ export default {
isOpen: false
},
-
// Add other components similarly
],
total: 0,
diff --git a/vitepress/docs/src/pages/how_to_build/full_build.md b/vitepress/docs/src/pages/how_to_build/full_build.md
index 69427b0..3b09db6 100644
--- a/vitepress/docs/src/pages/how_to_build/full_build.md
+++ b/vitepress/docs/src/pages/how_to_build/full_build.md
@@ -11,7 +11,7 @@ import { alerts } from '../../static/alerts'
## This page will contain a step-by-step assembly guide.
-## Updated documentation is still in progress and not updated here, please be patient.
+## Updated documentation for V4 is still in progress and not updated here, please be patient.
This guide provides a walkthrough on the assembly of a **wireless** V3 eye tracking.
V4 specific final docs are Work In Progress: