1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-07 23:01:56 +02:00

Updated website

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2016-03-05 11:13:24 -08:00
parent 2f091ad544
commit 4686b25efc
15 changed files with 16 additions and 16 deletions

View File

@ -16,4 +16,4 @@ menu:
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/crud)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/crud)

View File

@ -17,4 +17,4 @@ menu:
- [caarlos0](https://github.com/caarlos0)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/rice)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/rice)

View File

@ -50,4 +50,4 @@ if _, err = io.Copy(dst, file); err != nil {
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/file-upload)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/file-upload)

View File

@ -132,4 +132,4 @@ but is outside the scope of this recipe.
- [CaptainCodeman](https://github.com/CaptainCodeman)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/google-app-engine)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/google-app-engine)

View File

@ -24,6 +24,6 @@ menu:
### Source Code
[graceful](https://github.com/vishr/recipes/blob/master/echo/recipes/graceful-shutdown/graceful)
[graceful](https://github.com/vishr/recipes/blob/master/echo.v1/graceful-shutdown/graceful)
[grace](https://github.com/vishr/recipes/blob/master/echo/recipes/graceful-shutdown/grace)
[grace](https://github.com/vishr/recipes/blob/master/echo.v1/graceful-shutdown/grace)

View File

@ -16,4 +16,4 @@ menu:
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/hello-world)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/hello-world)

View File

@ -24,4 +24,4 @@ JSONP is a method that allows cross-domain server calls. You can read more about
- [willf](https://github.com/willf)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/jsonp)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/jsonp)

View File

@ -55,4 +55,4 @@ $ curl localhost:1323/restricted -H "Authorization: Bearer <token>" => Access g
- [axdg](https://github.com/axdg)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/jwt-authentication)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/jwt-authentication)

View File

@ -17,4 +17,4 @@ menu:
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/middleware)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/middleware)

View File

@ -25,4 +25,4 @@ menu:
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/streaming-file-upload)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/streaming-file-upload)

View File

@ -35,4 +35,4 @@ $ curl localhost:1323
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/streaming-response)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/streaming-response)

View File

@ -15,4 +15,4 @@ menu:
- [axdg](https://github.com/axdg)
- [vishr](https://github.com/axdg)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/subdomains)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/subdomains)

View File

@ -22,4 +22,4 @@ menu:
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/website)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/website)

View File

@ -44,4 +44,4 @@ Hello, Server!
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/websocket)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/websocket)

View File

@ -15,7 +15,7 @@ footer {
color: #333;
}
:not(pre) > code {
padding: 2px 4px;
padding: 0 4px;
background: #EEE;
color: #424242;
font-size: .95em;