Skip to content

Commit 75092ac

Browse files
committed
Merge branch 'main' into deployment
2 parents c817262 + 59c58b2 commit 75092ac

File tree

5 files changed

+6
-12
lines changed

5 files changed

+6
-12
lines changed

docs/hardware/hardware.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Project Babble is hardware agnostic, having been designed to be used on a variet
1717
| OpenIris Serial || ??? | - |
1818
| MJPEG Streams || ??? | - |
1919

20-
For a more comprehensive breakdown, please visit the [cameras page.](docs\hardware\components\cameras.mdx)
20+
For a more comprehensive breakdown, please visit the [cameras page.](docs\hardware\Components\cameras.mdx)
2121

2222
<div style={{
2323
width: '90%',

docs/intro/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Project Babble is a <i>lower-face expression tracking</i> system, designed for u
1414

1515
Project Babble is designed to be hardware and OS independent. It runs with a variety of camera hardware, and runs on Windows and Linux.
1616

17-
### Getting started:
17+
### Getting started
1818

1919
1. If you have any questions regarding the hardware, like what cameras you can use, you can read up on the [hardware page here](docs\hardware\hardware.mdx).
2020

docs/software/software.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,12 @@ Getting started with the Babble App is as easy as 1-2-3!
7979
Fun fact: The project Babble App will update itself whenever you open it!
8080
:::
8181

82-
![The Vive facial tracker worn on a Vive pro eye headset](\img\htc-vive-facial-tracker-being-worn.webp)
83-
8482
### 2. Configure your camera
8583
Insert the Camera IP address, COM (serial) port, or UVC (usb webcam) camera ID in the address slot and click save and restart tracking. What exactly you need to put is explained in the hardware page.
8684

87-
![The Vive facial tracker worn on a Vive pro eye headset](\img\htc-vive-facial-tracker-being-worn.webp)
88-
8985
### 3. Calibrate, crop, and display
9086
Enter cropping mode and crop the frame to your lower face. (Try to keep the crop as square as possible)
9187

92-
![The Vive facial tracker worn on a Vive pro eye headset](\img\htc-vive-facial-tracker-being-worn.webp)
93-
9488
And you're done! Now, let's get you set up.
95-
- For people who want to hop into [VRChat](docs\integrations\vrc.mdx), [Resonite](docs\integrations\resonite.mdx), or [something else, click here](docs\integrations\integrations.mdx)
96-
- For [developers, click here](docs\developers\developers.mdx)
89+
- For people who want to hop into [VRChat](docs\software\integrations\vrc.mdx), [Resonite](docs\software\integrations\resonite.mdx), or [something else, click here](docs\software\integrations\integrations.mdx)
90+
- For [developers, click here](docs\Developers\developers.mdx)

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const config = {
9696
items: [
9797
{
9898
label: 'Tutorial',
99-
to: '/docs/intro/intro',
99+
to: '/docs/welcome',
100100
},
101101
],
102102
},

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function HomepageHeader() {
1919
<div className={styles.buttons}>
2020
<Link
2121
className="button button--secondary button--lg"
22-
to="/docs/intro">
22+
to="/docs/welcome">
2323
Get Started
2424
</Link>
2525
</div>

0 commit comments

Comments
 (0)