Fix - add missing link to osc setup page

I accidentally forgot to include this file in https://github.com/RedHawk989/EyeTrackVR-Docs/pull/7 which prevented the setting up osc guide from showing up
This commit is contained in:
Zdzislaw Goik 2023-05-05 14:24:00 +02:00 committed by GitHub
parent 3450ebcd6a
commit d7fba542bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ const theme = {
items: [
{ text: "Installing and setting up the ETVR App", link: "/software_guide/eyetrackvr_app_guide" },
{ text: "Building the app from source", link: "/software_guide/build_software" },
{ text: "Setting up OSC recenter/recalibrate", link: "/software_guide/osc_setup" },
],
},
{
@ -96,4 +97,4 @@ const theme = {
const ThemeSettings = {}
export { theme, ThemeSettings }
export { theme, ThemeSettings }