From dec695b05a79778a01c9e35b650db7c0130c4cdc Mon Sep 17 00:00:00 2001 From: Makis Maropoulos Date: Mon, 16 May 2016 00:12:35 +0300 Subject: [PATCH] sidebar line spacing --- _Sidebar.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/_Sidebar.md b/_Sidebar.md index 2e3bdf2..05b8f3e 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,46 +1,90 @@ [Introduction](README) + [Features](features) + [Versioning](versioning) + [Install](install) + [Hi](hi) + [Transport Layer Security](tls) + [Handlers](handlers) + [Using Handlers](using-handlers) + [Using HandlerFuncs](using-handlerfuncs) + [Using Annotated](using-annotated) + [Using native http.Handler](using-native-httphandler) + [Using native http.Handler via iris.ToHandlerFunc()](using-native-httphandler-via-tohandlerfunc) + [Middlewares](middlewares) + [API](api) + [Declaration](declaration) + [Configuration](configuration) + [Party](party) + [Subdomains](subdomains) + [Named Parameters](named-parameters) + [Static files](static-files) + [Send files](send-files) + [Render](render) + [REST](render_rest) + [Templates](render_templates) + [Gzip](gzip) + [Streaming](streaming) + [Cookies](cookies) + [Flash messages](flashmessages) + [Body binder](request-body-bind) + [Custom HTTP Errors](custom-http-errors) + [Context](context) + [Logger](logger) + [HTTP access control](middleware-cors) + [Secure](middleware-secure) + [Sessions](package-sessions) + [Websockets](package-websocket) + [Graceful](package-graceful) + [Recovery](middleware-recovery) + [Plugins](plugins) + [Internationalization and Localization](middleware-internationalization-and-localization) + [Easy Typescript](plugin-typescript) + [Browser based Editor](plugin-editor) + [Routes info](plugin-routesinfo) + [Control panel](plugin-iriscontrol) + [Examples](https://github.com/iris-contrib/examples)