Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<h1 class="display-2 fw-bold pt-5 d-block d-md-none">VRChat<br>API Docs</h1>
<h1 class="display-1 fw-bold pt-5 d-none d-md-block">VRChat API<br>Documentation</h1>

<h3 class="fw-light pt-3">Here you'll find handy documentation about the API and SDKs.<br class="d-none d-md-inline"> Choose below, or scroll down to select by feature.</h3>
<h3 class="fw-light pt-3">
Here you'll find Community-created documentation about the VRChat REST
<br class="d-none d-xl-inline"> API, an OpenAPI specification, and generated SDK's in several languages.
</h3>

<div class="pt-4"></div>

Expand Down