From 3534cb9476d0d4731a09f5a4e91f8cdf149c5d4e Mon Sep 17 00:00:00 2001 From: kataras Date: Thu, 9 Nov 2017 11:38:50 +0200 Subject: [PATCH] add a new example --- Home.md | 1 + README.md | 1 + _Sidebar.md | 1 + 3 files changed, 3 insertions(+) diff --git a/Home.md b/Home.md index 89786cd..5022cad 100644 --- a/Home.md +++ b/Home.md @@ -152,6 +152,7 @@ Table of Contents * [Single Page Applications](https://github.com/kataras/iris/tree/master/_examples/file-server/single-page-application) * [Single Page Application](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/basic/main.go) * [Embedded Single Page Application](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/embedded-single-page-application/main.go) + * [Embedded Single Page Application with other routes](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/embedded-single-page-application-with-other-routes/main.go) * [How to Read from *http.Request`](https://github.com/kataras/iris/tree/master/_examples/#how-to-read-from-contextrequest-httprequest) * [Bind JSON](https://github.com/kataras/iris/blob/master/_examples/http_request/read-json/main.go) * [Bind Form](https://github.com/kataras/iris/blob/master/_examples/http_request/read-form/main.go) diff --git a/README.md b/README.md index 89786cd..5022cad 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Table of Contents * [Single Page Applications](https://github.com/kataras/iris/tree/master/_examples/file-server/single-page-application) * [Single Page Application](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/basic/main.go) * [Embedded Single Page Application](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/embedded-single-page-application/main.go) + * [Embedded Single Page Application with other routes](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/embedded-single-page-application-with-other-routes/main.go) * [How to Read from *http.Request`](https://github.com/kataras/iris/tree/master/_examples/#how-to-read-from-contextrequest-httprequest) * [Bind JSON](https://github.com/kataras/iris/blob/master/_examples/http_request/read-json/main.go) * [Bind Form](https://github.com/kataras/iris/blob/master/_examples/http_request/read-form/main.go) diff --git a/_Sidebar.md b/_Sidebar.md index dde210a..b10b394 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -75,6 +75,7 @@ * [Single Page Applications](https://github.com/kataras/iris/tree/master/_examples/file-server/single-page-application) * [Single Page Application](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/basic/main.go) * [Embedded Single Page Application](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/embedded-single-page-application/main.go) + * [Embedded Single Page Application with other routes](https://github.com/kataras/iris/blob/master/_examples/file-server/single-page-application/embedded-single-page-application-with-other-routes/main.go) * [How to Read from *http.Request`](https://github.com/kataras/iris/tree/master/_examples/#how-to-read-from-contextrequest-httprequest) * [Bind JSON](https://github.com/kataras/iris/blob/master/_examples/http_request/read-json/main.go) * [Bind Form](https://github.com/kataras/iris/blob/master/_examples/http_request/read-form/main.go)