From 847a59386ffcb8b1790e6c72377791153ae83932 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 24 Mar 2017 02:51:10 +0200 Subject: [PATCH] _examples: Table Of Contents Part 4. Former-commit-id: 1c06fe7237aa862b31773f7ce10677f57cfe1d63 --- README.md | 6 +++--- _examples/README.md | 15 +++++++-------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 595e36ff..4a0b1b4b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Build Status http://goreportcard.com/report/kataras/iris -Iris support forum Examples for new Gophers +Iris support forum Examples for new Gophers Docs Chat Buy me a cup of coffee @@ -265,11 +265,11 @@ app.Adapt(view.HTML("./views", ".html").Reload(true)) FAQ & Documentation ----------- - + 1. [Getting Started with Go+Iris](http://gopherbook.iris-go.com) -2. Official small but practical [examples](https://github.com/kataras/iris/tree/v6/_examples) +2. Official small but practical [examples](https://github.com/kataras/iris/tree/v6/_examples#table-of-contents) 3. Navigate through [community examples](https://github.com/iris-contrib/examples) too diff --git a/_examples/README.md b/_examples/README.md index 9d42c9d7..abc8c4e9 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -2,16 +2,11 @@ This folder provides easy to understand code snippets on how to get started with web development with the Go programming language using the [Iris](https://github.com/kataras/iris) web framework. - It doesn't contains "best ways" neither explains all its features. It's just a simple, practical cookbook for young Go developers! -Developers should read the official [documentation](https://godoc.org/gopkg.in/kataras/iris.v6) in depth. - - - - - ## Table of Contents + + * [Level: Beginner](beginner) * [Hello World](beginner/hello-world/main.go) @@ -75,4 +70,8 @@ Developers should read the official [documentation](https://godoc.org/gopkg.in/k * [Multi](advanced/subdomains/multi/main.go) * [Wildcard](advanced/subdomains/wildcard/main.go) -> Take look at the [community examples](https://github.com/iris-contrib/examples) too! + + +> Don't forget to take a quick look or add your own [examples in the community's repository](https://github.com/iris-contrib/examples)! + +> Developers should read the official [documentation](https://godoc.org/gopkg.in/kataras/iris.v6), in depth, for better understanding.