From dc4f9edaf163a52b5d9e04279287f90affbb1bac Mon Sep 17 00:00:00 2001 From: hypevhs <4498312-hypevhs@users.noreply.gitlab.com> Date: Thu, 22 Aug 2024 21:35:04 -0500 Subject: [PATCH] Fix htmltest failures --- content/docs/distros/OpenSUSE_Tumbleweed.md | 4 ++-- content/docs/distros/nixos.md | 2 +- content/docs/fossvr/lovr/_index.md | 2 +- content/docs/steamvr/_index.md | 2 +- content/docs/vrchat/_index.md | 4 ++-- layouts/partials/docs/inject/footer.html | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/docs/distros/OpenSUSE_Tumbleweed.md b/content/docs/distros/OpenSUSE_Tumbleweed.md index 36169cb..b0a4528 100644 --- a/content/docs/distros/OpenSUSE_Tumbleweed.md +++ b/content/docs/distros/OpenSUSE_Tumbleweed.md @@ -5,7 +5,7 @@ title: OpenSUSE Tumbleweed # OpenSUSE Tumbleweed **Packages:** -- The OpenXR SDK package can be found in the [hardware:xr](https://build.opensuse.org/package/show/hardware:xr/OpenXR-SDK) [Open Build service](https://en.opensuse.org/openSUSE:Build_Service_FAQ) project. To build [Envision](../fossvr/envision) profiles, the devel package will also have to be installed. -- The set of [Monado Vulkan Layers](../hardware) is provided by a [community package](https://build.opensuse.org/package/show/home:Etch-9:xr/monado-vulkan-layers-git). +- The OpenXR SDK package can be found in the [hardware:xr](https://build.opensuse.org/package/show/hardware:xr/OpenXR-SDK) [Open Build service](https://en.opensuse.org/openSUSE:Build_Service_FAQ) project. To build [Envision](/docs/fossvr/envision/) profiles, the devel package will also have to be installed. +- The set of [Monado Vulkan Layers](/docs/hardware/) is provided by a [community package](https://build.opensuse.org/package/show/home:Etch-9:xr/monado-vulkan-layers-git). Any other package in hardware:xr is really outdated and should not be used. Additional information on third-party repositories can be found here: [Additional package repositories (opensuse.org)](https://en.opensuse.org/Additional_package_repositories) \ No newline at end of file diff --git a/content/docs/distros/nixos.md b/content/docs/distros/nixos.md index d520b51..9e9af9a 100644 --- a/content/docs/distros/nixos.md +++ b/content/docs/distros/nixos.md @@ -28,7 +28,7 @@ SteamVR works like it does on other distros for the most part. Unfotrunately, if [setcap doesn't work](https://github.com/NixOS/nixpkgs/issues/42117#issuecomment-996731579) but can be done manually. ## Envision -[Envision](../../fossvr/envision) has been packaged in [nixos unstable](https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=+envision) but is still in early development and is not recommended. It may also mess with your `monado.service` setup in unexpected ways. +[Envision](../../fossvr/envision/) has been packaged in [nixos unstable](https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=+envision) but is still in early development and is not recommended. It may also mess with your `monado.service` setup in unexpected ways. ## Community Overlays [Nixpkgs-xr](https://github.com/nix-community/nixpkgs-xr) provides overlays for the exisiting nixpkgs. If the mainline packages are broken for you (whether it be compiling or in function) for any reason, adding this, as described in the readme, might help. \ No newline at end of file diff --git a/content/docs/fossvr/lovr/_index.md b/content/docs/fossvr/lovr/_index.md index f84d066..92aa1c0 100644 --- a/content/docs/fossvr/lovr/_index.md +++ b/content/docs/fossvr/lovr/_index.md @@ -12,4 +12,4 @@ title: LÖVR The LÖVR engine is a Lua XR engine, written in C, which supports overlays on monado. Very simple and fun to implement whatever you would like. -- [lovr-playspace](/docs/fossvr/lovr/lovr-playspace) A barebones room boundary built on the LÖVR engine. \ No newline at end of file +- [lovr-playspace](/docs/fossvr/lovr/lovr-playspace/) A barebones room boundary built on the LÖVR engine. \ No newline at end of file diff --git a/content/docs/steamvr/_index.md b/content/docs/steamvr/_index.md index a130bc7..2102438 100644 --- a/content/docs/steamvr/_index.md +++ b/content/docs/steamvr/_index.md @@ -5,7 +5,7 @@ title: SteamVR # SteamVR -- [Quick start guide](/docs/steamvr/quick-start) +- [Quick start guide](/docs/steamvr/quick-start/) The de facto standard for anything PCVR, SteamVR runs on Linux. diff --git a/content/docs/vrchat/_index.md b/content/docs/vrchat/_index.md index 811044d..80590f2 100644 --- a/content/docs/vrchat/_index.md +++ b/content/docs/vrchat/_index.md @@ -23,9 +23,9 @@ If you utilize pipewire as your audio server, VRChat has a tendancy to drop mult Similar tuning of pulseaudio can fix the issue if encountered there. -Should the game prompt to exit the game upon an anticheat failure, simply try to load the game again until it works. [See EAC section](eac) +Should the game prompt to exit the game upon an anticheat failure, simply try to load the game again until it works. [See EAC section](eac/) -Given a [few caveats](video_players) most video players will work. +Given a [few caveats](video_players/) most video players will work. VRChat drags quite a tangle of privacy concerns. Please consider your opsec in relation to all VR API input including poses, all voice communication, unsandboxed code execution, the EAC anticheat system which occasionally probes system proc info and much more, and the game maintaining a memory buffered audio video recording of the window contents tied to the report system. \ No newline at end of file diff --git a/layouts/partials/docs/inject/footer.html b/layouts/partials/docs/inject/footer.html index 0d632c9..f5da63e 100644 --- a/layouts/partials/docs/inject/footer.html +++ b/layouts/partials/docs/inject/footer.html @@ -1,7 +1,7 @@

© The Linux VR Adventures community contributors — -This work is licensed under Attribution-ShareAlike 4.0 International. +This work is licensed under Attribution-ShareAlike 4.0 International.

Made with Hugo and the Hugo Book Theme.