Skip to content

Commit

Permalink
Preparations for Toolbox Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBuddy committed Apr 3, 2024
1 parent 0399d6f commit 9e650ce
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 0 deletions.
9 changes: 9 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ export default defineConfig({
{ label: 'Action Controller', link: '/posesextension/action/' },
],
},
{
label: 'Toolbox',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Getting started', link: '/toolbox/intro/' },
{ label: 'Installation', link: '/toolbox/setup/' },
{ label: 'Structure', link: '/toolbox/overview' },
],
},
],
}),
],
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
Locomotion-agnostic pose framework.
<a class="button" href="/posesextension/intro">Inspect<Icon name="right-arrow" /></a>
</Card>
<Card title="Toolbox" icon="sun">
Various tools for avatars.
<a class="button" href="/toolbox/intro">Examine<Icon name="right-arrow"/></a>
</Card>
</CardGrid>
Binary file added src/content/docs/toolbox/img/001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/docs/toolbox/img/002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/docs/toolbox/img/003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/docs/toolbox/img/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/content/docs/toolbox/intro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: BUDDYWORKS Toolbox
description: Various tools for avatars.
---

![Product Banner.](./img/banner.png)

*Various tools for avatars.*

#### Welcome to the Toolbox docs.

BUDDYWORKS Toolbox is an assortment of In-Game avatar tools to add some debug and QoL Features to any avatar.

The following pages will tell you a bit about everything there is to say.
8 changes: 8 additions & 0 deletions src/content/docs/toolbox/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: BUDDYWORKS Toolbox - Overview
description: Various tools for avatars.
---
import { Aside } from '@astrojs/starlight/components';

#### WIP

9 changes: 9 additions & 0 deletions src/content/docs/toolbox/setup.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: BUDDYWORKS Toolbox - Setup
description: Various tools for avatars.
---
import { Aside } from '@astrojs/starlight/components';
import { Tabs, TabItem } from '@astrojs/starlight/components';
import { Steps } from '@astrojs/starlight/components';

### WIP

0 comments on commit 9e650ce

Please sign in to comment.