Skip to content

Commit

Permalink
[cb-#99] cleaning up sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Dec 27, 2019
1 parent bd31ff6 commit 469aa67
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/src/vue/components/sidebar.vue
Expand Up @@ -28,16 +28,11 @@ div.c-sidebar
a(:href="$conf.base_url + '/#/tutorials/resources/creating-a-resource'") Creating A Resource
a Servers
div.l-submenu-1
a(:href="$conf.base_url + '/#/tutorials/creating-a-server'") Creating A Server
a(:href="$conf.base_url + '/#/tutorials/serving-static-paths'") Serving Static Paths
a(:href="$conf.base_url + '/#/tutorials/servers/creating-a-server'") Creating A Server
a(:href="$conf.base_url + '/#/tutorials/servers/serving-static-paths'") Serving Static Paths
a Middleware
div.l-submenu-1
a(:href="$conf.base_url + '/#/tutorials/middleware/introduction'") Introduction
div.l-submenu-2
a(:href="$conf.base_url + '/#/tutorials/middleware/introduction#basics'") Basics
a(:href="$conf.base_url + '/#/tutorials/middleware/introduction#middleware-types'") Middleware Types
a(:href="$conf.base_url + '/#/tutorials/middleware/introduction#setting-the-execution-location'") Setting The Execution Location
a(:href="$conf.base_url + '/#/tutorials/middleware/introduction#sorting-middleware'") Sorting Middleware
a(:href="$conf.base_url + '/#/tutorials/middleware/adding-server-level-middleware'") Adding Server-Level Middleware
a(:href="$conf.base_url + '/#/tutorials/middleware/adding-resource-level-middleware'") Adding Resource-Level Middleware
a Logging
Expand Down

0 comments on commit 469aa67

Please sign in to comment.