From a3845295223ccaa3546e6f023c48ccb72b464992 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 7 Aug 2020 13:40:12 +0300 Subject: [PATCH] test folders inside wiki --- _Sidebar.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/_Sidebar.md b/_Sidebar.md index fdc0dae..fe92492 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -37,30 +37,30 @@ * [[Localization]] * [[Testing]] * 🚀Responses - * [Text](responses/text.md) - * [HTML](responses/html.md) - * [Markdown](responses/markdown.md) - * [XML](responses/xml.md) - * [YAML](responses/yaml.md) - * [Binary](responses/binary.md) - * [JSON](responses/json.md) - * [JSONP](responses/jsonp.md) - * [Problem](responses/problem.md) - * [Protocol Buffers](responses/protobuf.md) - * [MessagePack](responses/messagepack.md) - * [Gzip](responses/gzip.md) - * [Content Negotitation](responses/content-negotiation.md) - * [Stream](responses/stream.md) - * [Server-Sent Events](responses/sse.md) - * [HTTP/2 Push](responses/http2_push.md) - * [Recorder](responses/recorder.md) - * [Outroduction](responses/outroduction.md) + * [[Text]|responses/text] + * [[HTML]|responses/html] + * [[Markdown]|responses/markdown] + * [[XML]|](responses/xml.md) + * [[YAML]|](responses/yaml.md) + * [[Binary]|](responses/binary.md) + * [[JSON]|](responses/json.md) + * [[JSONP]|](responses/jsonp.md) + * [[Problem]|](responses/problem.md) + * [[Protocol]| Buffers](responses/protobuf.md) + * [[MessagePack]|](responses/messagepack.md) + * [[Gzip]|](responses/gzip.md) + * [[Content]| Negotitation](responses/content-negotiation.md) + * [[Stream]|](responses/stream.md) + * [[Server]|-Sent Events](responses/sse.md) + * [[HTTP]|/2 Push](responses/http2_push.md) + * [[Recorder]|](responses/recorder.md) + * [[Outroduction]|](responses/outroduction.md) * [➲ Examples](https://github.com/kataras/iris/tree/master/_examples/response-writer) * 📁File Server - * [Introduction](file-server/introduction.md) - * [Listing](file-server/listing.md) - * [In-memory Cache](file-server/memory-cache.md) - * [Serve files from Context](file-server/context-file-server.md) + * [[Introduction]](file-server/introduction.md) + * [[Listing]](file-server/listing.md) + * [[In-memory Cache]](file-server/memory-cache.md) + * [[Serve files from Context]](file-server/context-file-server.md) * [➲ Examples](https://github.com/kataras/iris/tree/master/_examples/file-server) * 🤓Resources * [[Starter Kits|Starter-kits]]