Skip to content

Commit 47ebc9b

Browse files
authored
Merge pull request #19 from glandjs/develop
chore: change location packages and update title
2 parents 81ffb76 + 430babe commit 47ebc9b

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

astro.config.mjs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -64,33 +64,22 @@ export default defineConfig({
6464
},
6565
],
6666
sidebar: [
67-
{
68-
label: 'Packages',
69-
collapsed: false,
70-
items: [
71-
{
72-
label: 'Emitter',
73-
link: '/packages/emitter',
74-
badge: 'New',
75-
},
76-
],
77-
},
7867
{
7968
label: 'Introduction',
8069
collapsed: false,
8170
items: [
8271
{
8372
label: 'Getting Started',
84-
link: '/getting-started',
73+
link: '/documentation/getting-started',
8574
badge: 'New',
8675
},
8776
{
8877
label: 'Installation',
89-
link: '/installation',
78+
link: '/documentation/installation',
9079
},
9180
{
9281
label: 'Quickstart',
93-
link: '/quickstart',
82+
link: '/documentation/quickstart',
9483
},
9584
],
9685
},
@@ -138,6 +127,17 @@ export default defineConfig({
138127
},
139128
],
140129
},
130+
{
131+
label: 'Packages',
132+
collapsed: false,
133+
items: [
134+
{
135+
label: 'Emitter',
136+
link: '/packages/emitter',
137+
badge: 'New',
138+
},
139+
],
140+
},
141141
{
142142
label: 'HTTP Integration',
143143
collapsed: true,

src/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Welcome
3-
description: A lightweight, modular framework for event-driven JavaScript and TypeScript applications.
2+
title: 'Welcome to Gland'
3+
description: 'Gland is a lightweight, modular framework for building high‑performance, eventdriven JavaScript and TypeScript applications.'
44
template: splash
55
layout: '@layouts/Layout.astro'
66
---

0 commit comments

Comments
 (0)