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)