Skip to content

Commit

Permalink
Updated frontpage
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBuddy committed Apr 1, 2024
1 parent a9658fe commit d39717e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
15 changes: 15 additions & 0 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ hero:
icon: external
---

import { Icon } from '@astrojs/starlight/components';
import { Card, CardGrid } from '@astrojs/starlight/components';


<CardGrid stagger>
<Card title="Avatar Framework" icon="pencil">
Quick-start your avatar creation process, every time!
<a class="button" href="/framework/intro">Read...</a>
</Card>
<Card title="Avatar Scene" icon="open-book">
Ready to go Scene for fancy deployments.
<a class="button" href="/scene/intro">Browse...</a>
</Card>
<Card title="Poses Extension" icon="star">
Locomotion-agnostic pose framework.
<a class="button" href="/posesextension/intro">Inspect...</a>
</Card>
</CardGrid>
5 changes: 4 additions & 1 deletion src/content/docs/posesextension/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ Please assume that Poses Extension will only work with the latest version of GoG
<Aside>The regular version will work in any case, even in a setup with GoGo Loco.</Aside>

### And the other options?
You will see two additional options in the toolbar menu, these are just for convenience and allow you to spawn in the regular GoGo Loco prefabs.
The two last options allow you to spawn in the regular GoGo Loco VRCFury prefabs.
These options exist for convenience.

If you want to be able to fly with GoGo Loco, you pick the "Beyond" version, else use the "All" one.

### Some items are greyed out!
PE performs checks to ensure that the necessary component is present in your project.
Expand Down

0 comments on commit d39717e

Please sign in to comment.