File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -64,33 +64,22 @@ export default defineConfig({
64
64
} ,
65
65
] ,
66
66
sidebar : [
67
- {
68
- label : 'Packages' ,
69
- collapsed : false ,
70
- items : [
71
- {
72
- label : 'Emitter' ,
73
- link : '/packages/emitter' ,
74
- badge : 'New' ,
75
- } ,
76
- ] ,
77
- } ,
78
67
{
79
68
label : 'Introduction' ,
80
69
collapsed : false ,
81
70
items : [
82
71
{
83
72
label : 'Getting Started' ,
84
- link : '/getting-started' ,
73
+ link : '/documentation/ getting-started' ,
85
74
badge : 'New' ,
86
75
} ,
87
76
{
88
77
label : 'Installation' ,
89
- link : '/installation' ,
78
+ link : '/documentation/ installation' ,
90
79
} ,
91
80
{
92
81
label : 'Quickstart' ,
93
- link : '/quickstart' ,
82
+ link : '/documentation/ quickstart' ,
94
83
} ,
95
84
] ,
96
85
} ,
@@ -138,6 +127,17 @@ export default defineConfig({
138
127
} ,
139
128
] ,
140
129
} ,
130
+ {
131
+ label : 'Packages' ,
132
+ collapsed : false ,
133
+ items : [
134
+ {
135
+ label : 'Emitter' ,
136
+ link : '/packages/emitter' ,
137
+ badge : 'New' ,
138
+ } ,
139
+ ] ,
140
+ } ,
141
141
{
142
142
label : 'HTTP Integration' ,
143
143
collapsed : true ,
Original file line number Diff line number Diff line change 1
1
---
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, event‑ driven JavaScript and TypeScript applications.'
4
4
template : splash
5
5
layout : ' @layouts/Layout.astro'
6
6
---
You can’t perform that action at this time.
0 commit comments