Skip to content

Commit 6fe6b8a

Browse files
committed
add more introductory information
1 parent fe67838 commit 6fe6b8a

4 files changed

Lines changed: 559 additions & 409 deletions

File tree

astro.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function sidebar() {
199199
link: "/vtbag/",
200200
},
201201
{
202-
label: "Basics",
202+
label: "Basic Information",
203203
items: [
204204
{ label: "Test Your Browser", link: "/basics/test-page/" },
205205
{ label: "View Transition API", link: "/basics/api/" },
@@ -224,7 +224,7 @@ function sidebar() {
224224
],
225225
},
226226
{
227-
label: "Tools",
227+
label: "Tools & Libraries",
228228
items: [
229229
{ label: "Inspection Chamber", link: "/tools/inspection-chamber/" },
230230
{ label: "Element Crossing", link: "/tools/element-crossing/" },
@@ -281,7 +281,7 @@ function sidebar() {
281281
},
282282
{ label: "BagLog", link: "/baglog" },
283283
{
284-
label: "All Demos",
284+
label: "All Tech Demos",
285285
collapsed: false,
286286
items: [
287287
{

0 commit comments

Comments
 (0)