test folders inside wiki

Gerasimos (Makis) Maropoulos 2020-08-07 13:40:12 +03:00
parent 263244a7ce
commit a384529522
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7

@ -37,30 +37,30 @@
* [[Localization]] * [[Localization]]
* [[Testing]] * [[Testing]]
* 🚀Responses * 🚀Responses
* [Text](responses/text.md) * [[Text]|responses/text]
* [HTML](responses/html.md) * [[HTML]|responses/html]
* [Markdown](responses/markdown.md) * [[Markdown]|responses/markdown]
* [XML](responses/xml.md) * [[XML]|](responses/xml.md)
* [YAML](responses/yaml.md) * [[YAML]|](responses/yaml.md)
* [Binary](responses/binary.md) * [[Binary]|](responses/binary.md)
* [JSON](responses/json.md) * [[JSON]|](responses/json.md)
* [JSONP](responses/jsonp.md) * [[JSONP]|](responses/jsonp.md)
* [Problem](responses/problem.md) * [[Problem]|](responses/problem.md)
* [Protocol Buffers](responses/protobuf.md) * [[Protocol]| Buffers](responses/protobuf.md)
* [MessagePack](responses/messagepack.md) * [[MessagePack]|](responses/messagepack.md)
* [Gzip](responses/gzip.md) * [[Gzip]|](responses/gzip.md)
* [Content Negotitation](responses/content-negotiation.md) * [[Content]| Negotitation](responses/content-negotiation.md)
* [Stream](responses/stream.md) * [[Stream]|](responses/stream.md)
* [Server-Sent Events](responses/sse.md) * [[Server]|-Sent Events](responses/sse.md)
* [HTTP/2 Push](responses/http2_push.md) * [[HTTP]|/2 Push](responses/http2_push.md)
* [Recorder](responses/recorder.md) * [[Recorder]|](responses/recorder.md)
* [Outroduction](responses/outroduction.md) * [[Outroduction]|](responses/outroduction.md)
* [➲ Examples](https://github.com/kataras/iris/tree/master/_examples/response-writer) * [➲ Examples](https://github.com/kataras/iris/tree/master/_examples/response-writer)
* 📁File Server * 📁File Server
* [Introduction](file-server/introduction.md) * [[Introduction]](file-server/introduction.md)
* [Listing](file-server/listing.md) * [[Listing]](file-server/listing.md)
* [In-memory Cache](file-server/memory-cache.md) * [[In-memory Cache]](file-server/memory-cache.md)
* [Serve files from Context](file-server/context-file-server.md) * [[Serve files from Context]](file-server/context-file-server.md)
* [➲ Examples](https://github.com/kataras/iris/tree/master/_examples/file-server) * [➲ Examples](https://github.com/kataras/iris/tree/master/_examples/file-server)
* 🤓Resources * 🤓Resources
* [[Starter Kits|Starter-kits]] * [[Starter Kits|Starter-kits]]