diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..0b42100 --- /dev/null +++ b/_Sidebar.md @@ -0,0 +1,46 @@ +* [Introduction](README.md) +* [Features](features.md) +* [Versioning](versioning.md) +* [Install](install.md) +* [Hi](hi.md) +* [Transport Layer Security](tls.md) +* [Handlers](handlers.md) + * [Using Handlers](using-handlers.md) + * [Using HandlerFuncs](using-handlerfuncs.md) + * [Using Annotated](using-annotated.md) + * [Using native http.Handler](using-native-httphandler.md) + * [Using native http.Handler via iris.ToHandlerFunc()](using-native-httphandler-via-tohandlerfunc.md) +* [Middlewares](middlewares.md) +* [API](api.md) +* [Declaration](declaration.md) +* [Configuration](configuration.md) +* [Party](party.md) +* [Subdomains](subdomains.md) +* [Named Parameters](named-parameters.md) +* [Static files](static-files.md) +* [Send files](send-files.md) +* [Render](render.md) + * [REST](render_rest.md) + * [Templates](render_templates.md) +* [Gzip](gzip.md) +* [Streaming](streaming.md) +* [Cookies](cookies.md) +* [Flash messages](flashmessages.md) +* [Body binder](request-body-bind.md) +* [Custom HTTP Errors](custom-http-errors.md) +* [Context](context.md) +* [Logger](logger.md) +* [HTTP access control](middleware-cors.md) +* [Secure](middleware-secure.md) +* [Sessions](package-sessions.md) +* [Websockets](package-websocket.md) +* [Graceful](package-graceful.md) +* [Recovery](middleware-recovery.md) +* [Plugins](plugins.md) +* [Internationalization and Localization](middleware-internationalization-and-localization.md) +* [Easy Typescript](plugin-typescript.md) +* [Browser based Editor](plugin-editor.md) +* [Routes info](plugin-routesinfo.md) +* [Control panel](plugin-iriscontrol.md) +* [Examples](https://github.com/iris-contrib/examples) +