Skip to content

Commit 4e76df1

Browse files
committed
fix: Update examples section in documentation configuration
1 parent 3c2ad01 commit 4e76df1

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

astro.config.mjs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ const config = {
6161
{ label: "Bundling", slug: "concepts/bundling" },
6262
],
6363
},
64+
{
65+
label: "Examples",
66+
items: [
67+
{ label: "Overview", slug: "examples/overview" },
68+
{ label: "Hello World", slug: "examples/hello-world" },
69+
{ label: "JSON API", slug: "examples/json-api" },
70+
{ label: "RESTful CRUD", slug: "examples/restful-crud" },
71+
{ label: "More Examples", slug: "examples/more" },
72+
],
73+
},
6474
{
6575
label: "Architecture",
6676
items: [
@@ -135,16 +145,6 @@ const config = {
135145
{ label: "Running Tests", slug: "development/running-tests" },
136146
],
137147
},
138-
{
139-
label: "Examples",
140-
items: [
141-
{ label: "Overview", slug: "examples/overview" },
142-
{ label: "Hello World", slug: "examples/hello-world" },
143-
{ label: "JSON API", slug: "examples/json-api" },
144-
{ label: "RESTful CRUD", slug: "examples/restful-crud" },
145-
{ label: "More Examples", slug: "examples/more" },
146-
],
147-
},
148148
{
149149
label: "Troubleshooting",
150150
slug: "troubleshooting",

0 commit comments

Comments
 (0)