mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
sidebar line spacing
parent
24b4e20e41
commit
dec695b05a
44
_Sidebar.md
44
_Sidebar.md
|
@ -1,46 +1,90 @@
|
||||||
[Introduction](README)
|
[Introduction](README)
|
||||||
|
|
||||||
[Features](features)
|
[Features](features)
|
||||||
|
|
||||||
[Versioning](versioning)
|
[Versioning](versioning)
|
||||||
|
|
||||||
[Install](install)
|
[Install](install)
|
||||||
|
|
||||||
[Hi](hi)
|
[Hi](hi)
|
||||||
|
|
||||||
[Transport Layer Security](tls)
|
[Transport Layer Security](tls)
|
||||||
|
|
||||||
[Handlers](handlers)
|
[Handlers](handlers)
|
||||||
|
|
||||||
[Using Handlers](using-handlers)
|
[Using Handlers](using-handlers)
|
||||||
|
|
||||||
[Using HandlerFuncs](using-handlerfuncs)
|
[Using HandlerFuncs](using-handlerfuncs)
|
||||||
|
|
||||||
[Using Annotated](using-annotated)
|
[Using Annotated](using-annotated)
|
||||||
|
|
||||||
[Using native http.Handler](using-native-httphandler)
|
[Using native http.Handler](using-native-httphandler)
|
||||||
|
|
||||||
[Using native http.Handler via iris.ToHandlerFunc()](using-native-httphandler-via-tohandlerfunc)
|
[Using native http.Handler via iris.ToHandlerFunc()](using-native-httphandler-via-tohandlerfunc)
|
||||||
|
|
||||||
[Middlewares](middlewares)
|
[Middlewares](middlewares)
|
||||||
|
|
||||||
[API](api)
|
[API](api)
|
||||||
|
|
||||||
[Declaration](declaration)
|
[Declaration](declaration)
|
||||||
|
|
||||||
[Configuration](configuration)
|
[Configuration](configuration)
|
||||||
|
|
||||||
[Party](party)
|
[Party](party)
|
||||||
|
|
||||||
[Subdomains](subdomains)
|
[Subdomains](subdomains)
|
||||||
|
|
||||||
[Named Parameters](named-parameters)
|
[Named Parameters](named-parameters)
|
||||||
|
|
||||||
[Static files](static-files)
|
[Static files](static-files)
|
||||||
|
|
||||||
[Send files](send-files)
|
[Send files](send-files)
|
||||||
|
|
||||||
[Render](render)
|
[Render](render)
|
||||||
|
|
||||||
[REST](render_rest)
|
[REST](render_rest)
|
||||||
|
|
||||||
[Templates](render_templates)
|
[Templates](render_templates)
|
||||||
|
|
||||||
[Gzip](gzip)
|
[Gzip](gzip)
|
||||||
|
|
||||||
[Streaming](streaming)
|
[Streaming](streaming)
|
||||||
|
|
||||||
[Cookies](cookies)
|
[Cookies](cookies)
|
||||||
|
|
||||||
[Flash messages](flashmessages)
|
[Flash messages](flashmessages)
|
||||||
|
|
||||||
[Body binder](request-body-bind)
|
[Body binder](request-body-bind)
|
||||||
|
|
||||||
[Custom HTTP Errors](custom-http-errors)
|
[Custom HTTP Errors](custom-http-errors)
|
||||||
|
|
||||||
[Context](context)
|
[Context](context)
|
||||||
|
|
||||||
[Logger](logger)
|
[Logger](logger)
|
||||||
|
|
||||||
[HTTP access control](middleware-cors)
|
[HTTP access control](middleware-cors)
|
||||||
|
|
||||||
[Secure](middleware-secure)
|
[Secure](middleware-secure)
|
||||||
|
|
||||||
[Sessions](package-sessions)
|
[Sessions](package-sessions)
|
||||||
|
|
||||||
[Websockets](package-websocket)
|
[Websockets](package-websocket)
|
||||||
|
|
||||||
[Graceful](package-graceful)
|
[Graceful](package-graceful)
|
||||||
|
|
||||||
[Recovery](middleware-recovery)
|
[Recovery](middleware-recovery)
|
||||||
|
|
||||||
[Plugins](plugins)
|
[Plugins](plugins)
|
||||||
|
|
||||||
[Internationalization and Localization](middleware-internationalization-and-localization)
|
[Internationalization and Localization](middleware-internationalization-and-localization)
|
||||||
|
|
||||||
[Easy Typescript](plugin-typescript)
|
[Easy Typescript](plugin-typescript)
|
||||||
|
|
||||||
[Browser based Editor](plugin-editor)
|
[Browser based Editor](plugin-editor)
|
||||||
|
|
||||||
[Routes info](plugin-routesinfo)
|
[Routes info](plugin-routesinfo)
|
||||||
|
|
||||||
[Control panel](plugin-iriscontrol)
|
[Control panel](plugin-iriscontrol)
|
||||||
|
|
||||||
[Examples](https://github.com/iris-contrib/examples)
|
[Examples](https://github.com/iris-contrib/examples)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user