Skip to content
Merged
Show file tree
Hide file tree
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
32 changes: 10 additions & 22 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"dark": "#ffa41c"
},
"favicon": "/favicon_black.png",
"contextual": {
"options": ["copy", "view", "chatgpt", "claude"]
},
"navigation": {
"global": {
"anchors": [
Expand Down Expand Up @@ -296,9 +299,7 @@
},
{
"group": "Color",
"pages": [
"scripting/api-reference/color/color"
]
"pages": ["scripting/api-reference/color/color"]
},
{
"group": "DataValue",
Expand Down Expand Up @@ -355,9 +356,7 @@
},
{
"group": "Mat2d",
"pages": [
"scripting/api-reference/mat2d/mat2d"
]
"pages": ["scripting/api-reference/mat2d/mat2d"]
},
{
"group": "Paint",
Expand All @@ -383,15 +382,11 @@
},
{
"group": "Renderer",
"pages": [
"scripting/api-reference/renderer/renderer"
]
"pages": ["scripting/api-reference/renderer/renderer"]
},
{
"group": "Vec2d",
"pages": [
"scripting/api-reference/vec2d/vector"
]
"pages": ["scripting/api-reference/vec2d/vector"]
}
]
}
Expand Down Expand Up @@ -550,9 +545,7 @@
"game-runtimes/unity/audio",
{
"group": "Tutorials",
"pages": [
"game-runtimes/unity/tutorials/health-bar"
]
"pages": ["game-runtimes/unity/tutorials/health-bar"]
},
"game-runtimes/unity/procedural-rendering",
"game-runtimes/unity/runtime-asset-swapping",
Expand All @@ -574,19 +567,14 @@
},
{
"tab": "Feature Support",
"pages": [
"feature-support"
]
"pages": ["feature-support"]
},
{
"tab": "Tutorials",
"groups": [
{
"group": "Tutorials",
"pages": [
"tutorials/learn-rive",
"tutorials/awesome-rive"
]
"pages": ["tutorials/learn-rive", "tutorials/awesome-rive"]
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion runtimes/web/web-js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Follow the steps below to integrate Rive into your web app.
// You can also pin to a specific version (See [here](https://www.npmjs.com/package/@rive-app/canvas) for the latest):


<script src="https://unpkg.com/@rive-app/canvas@2.24.0"></script>
<script src="https://unpkg.com/@rive-app/canvas@2.35.0"></script>

// This will make a global `rive` object available, allowing you to access the Rive API via the `rive` entry point:

Expand Down