diff --git a/vitepress/docs/src/custom/theme/index.ts b/vitepress/docs/src/custom/theme/index.ts index 0ef6041..68dcb8f 100644 --- a/vitepress/docs/src/custom/theme/index.ts +++ b/vitepress/docs/src/custom/theme/index.ts @@ -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 } \ No newline at end of file +export { theme, ThemeSettings }