Skip to content

Commit

Permalink
Updated Astro/Starlight to 5.1.2/0.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBuddy committed Jan 4, 2025
1 parent 9612c79 commit c7adaa4
Show file tree
Hide file tree
Showing 6 changed files with 3,570 additions and 2,994 deletions.
6 changes: 6 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default defineConfig({
},
{
label: 'Avatar Framework',
collapsed: true,
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Getting started', link: '/framework/intro/' },
Expand All @@ -55,6 +56,7 @@ export default defineConfig({
},
{
label: 'Avatar Scene',
collapsed: true,
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Getting started', link: '/scene/intro/' },
Expand All @@ -64,6 +66,7 @@ export default defineConfig({
},
{
label: 'Poses Extension',
collapsed: true,
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Getting started', link: '/posesextension/intro/' },
Expand All @@ -76,6 +79,7 @@ export default defineConfig({
},
{
label: 'Expressions Extension',
collapsed: true,
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Getting started', link: '/expressionsextension/intro/' },
Expand All @@ -88,6 +92,7 @@ export default defineConfig({
},
{
label: 'Toolbox',
collapsed: true,
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Getting started', link: '/toolbox/intro/' },
Expand All @@ -97,6 +102,7 @@ export default defineConfig({
},
{
label: 'Avatar Dynamics',
collapsed: true,
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Getting started', link: '/avatardynamics/intro/' },
Expand Down
Loading

0 comments on commit c7adaa4

Please sign in to comment.