From 24b4e20e413666ff1836a1ae78156f43016b4494 Mon Sep 17 00:00:00 2001 From: Makis Maropoulos Date: Mon, 16 May 2016 00:11:27 +0300 Subject: [PATCH] Remove list marks from sidebar --- _Sidebar.md | 90 ++++++++++++++++++++++++++--------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/_Sidebar.md b/_Sidebar.md index 1d482ba..2e3bdf2 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,46 +1,46 @@ -* [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) +[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)