You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a Next.js app with [Static Export](https://nextjs.org/docs/app/guides/static-exports) configured.
7
+
6
8
Run development server:
7
9
8
10
```bash
@@ -20,7 +22,7 @@ Open http://localhost:3000 with your browser to see the result.
20
22
In the project, you can see:
21
23
22
24
-`lib/source.ts`: Code for content source adapter, [`loader()`](https://fumadocs.dev/docs/headless/source-api) provides the interface to access your content.
23
-
-`app/layout.config.tsx`: Shared options for layouts, optional but preferred to keep.
25
+
-`lib/layout.shared.tsx`: Shared options for layouts, optional but preferred to keep.
Copy file name to clipboardExpand all lines: content/docs/(sdks)/javascript.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ The VRChat.js SDK supports persistent sessions, allowing you to log in once and
168
168
169
169
By default, if you don't provide a `keyv` instance, the SDK uses an in-memory store, meaning your session data will be lost on restart. To persist sessions, pass a `keyv` instance when creating your `VRChat` client.
170
170
171
-
Any [Keyv-compatible adapter](https://npm.im/keyv/#official-storage-adapters) will work—such as [`keyv-file`](https://npm.im/keyv-file), [`@keyv/redis`](https://npm.im/@keyv/redis), or [`@keyv/postgres`](https://npm.im/@keyv/postgres). For this example, we'll use `keyv-file` to store cookies on disk.
171
+
Any [Keyv-compatible adapter](https://npm.im/keyv/#official-storage-adapters) will work—such as [`keyv-file`](https://npm.im/keyv-file), [`keyv-cloudflare`](https://npm.im/keyv-cloudflare), [`@keyv/redis`](https://npm.im/@keyv/redis), or [`@keyv/postgres`](https://npm.im/@keyv/postgres). For this example, we'll use `keyv-file` to store cookies on disk.
Copy file name to clipboardExpand all lines: content/docs/index.mdx
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: VRChat.community
3
3
icon: BookMarked
4
4
short_description: A community-driven project providing VRChat API documentation, SDKs, and developer resources.
5
-
description: A community-driven project that provides documentation, tools, and resources for developers working with the VRChat API. This project fills the gap left by VRChat's lack of official API documentation and support.
5
+
description: A community-driven project that provides documentation, tools, and resources for developers working with the VRChat API. This project fills the gap left by VRChat's lack of API documentation, tooling and support.
0 commit comments