ok render works, comment the new sections until book is ready

Gerasimos (Makis) Maropoulos 2020-08-07 14:12:56 +03:00
parent 3ad17da72f
commit b3cca49b4e
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7
2 changed files with 4 additions and 2 deletions

@ -7,3 +7,5 @@
**Iris** can be used as a web port for [gRPC](https://grpc.io/). REST API for gRPC services.
The source code of Iris is hosted on [GitHub ](https://github.com/kataras/iris) and licensed under the terms of [BSD 3-clause License](https://opensource.org/licenses/BSD-3-Clause), like the [Go project](https://github.com/golang/go) itself.
> Documentation refers to the [v12.1.8 stable release](https://github.com/kataras/iris/tree/v12.1.8). Want to learn about the upcoming release? Head over to the [HISTORY.md#next](https://github.com/kataras/iris/blob/master/HISTORY.md#next) instead.

@ -36,7 +36,7 @@
* [[Sitemap]]
* [[Localization]]
* [[Testing]]
* 🚀Responses
<!-- * 🚀Responses
* [[Text|response-text]]
* [[HTML|response-html]]
* [[Markdown|response-markdown]]
@ -61,7 +61,7 @@
* [[Listing|file-server-listing]]
* [[In-memory Cache|file-server-memory-cache]]
* [[Serve files from Context|file-server-context-file-server]]
* [➲ Examples](https://github.com/kataras/iris/tree/master/_examples/file-server)
* [➲ Examples](https://github.com/kataras/iris/tree/master/_examples/file-server) -->
* 🤓Resources
* [[Starter Kits|Starter-kits]]
* [[Publications]]