@@ -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