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:
parent
4686b25efc
commit
e4f3900c40
@ -16,4 +16,4 @@ menu:
|
||||
|
||||
- [vishr](https://github.com/vishr)
|
||||
|
||||
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/crud)
|
||||
### [Source Code](https://github.com/vishr/echo-recipes/blob/master/v1/crud)
|
||||
|
@ -17,4 +17,4 @@ menu:
|
||||
|
||||
- [caarlos0](https://github.com/caarlos0)
|
||||
|
||||
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/rice)
|
||||
### [Source Code](https://github.com/vishr/echo-recipes/blob/master/v1/rice)
|
||||
|
@ -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.v1/file-upload)
|
||||
### [Source Code](https://github.com/vishr/echo-recipes/blob/master/v1/file-upload)
|
||||
|
@ -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.v1/google-app-engine)
|
||||
### [Source Code](https://github.com/vishr/echo-recipes/blob/master/v1/google-app-engine)
|
||||
|
@ -24,6 +24,6 @@ menu:
|
||||
|
||||
### Source Code
|
||||
|
||||
[graceful](https://github.com/vishr/recipes/blob/master/echo.v1/graceful-shutdown/graceful)
|
||||
[graceful](https://github.com/vishr/echo-recipes/blob/master/v1/graceful-shutdown/graceful)
|
||||
|
||||
[grace](https://github.com/vishr/recipes/blob/master/echo.v1/graceful-shutdown/grace)
|
||||
[grace](https://github.com/vishr/echo-recipes/blob/master/v1/graceful-shutdown/grace)
|
||||
|
@ -16,4 +16,4 @@ menu:
|
||||
|
||||
- [vishr](https://github.com/vishr)
|
||||
|
||||
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/hello-world)
|
||||
### [Source Code](https://github.com/vishr/echo-recipes/blob/master/v1/hello-world)
|
||||
|
@ -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.v1/jsonp)
|
||||
### [Source Code](https://github.com/vishr/echo-recipes/blob/master/v1/jsonp)
|
||||
|
@ -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.v1/jwt-authentication)
|
||||
### [Source Code](https://github.com/vishr/echo-recipes/blob/master/v1/jwt-authentication)
|
||||
|
@ -17,4 +17,4 @@ menu:
|
||||
|
||||
- [vishr](https://github.com/vishr)
|
||||
|
||||
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/middleware)
|
||||
### [Source Code](https://github.com/vishr/echo-recipes/blob/master/v1/middleware)
|
||||
|
@ -25,4 +25,4 @@ menu:
|
||||
|
||||
- [vishr](https://github.com/vishr)
|
||||
|
||||
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/streaming-file-upload)
|
||||
### [Source Code](https://github.com/vishr/echo-recipes/blob/master/v1/streaming-file-upload)
|
||||
|
@ -35,4 +35,4 @@ $ curl localhost:1323
|
||||
|
||||
- [vishr](https://github.com/vishr)
|
||||
|
||||
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/streaming-response)
|
||||
### [Source Code](https://github.com/vishr/echo-recipes/blob/master/v1/streaming-response)
|
||||
|
@ -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.v1/subdomains)
|
||||
### [Source Code](https://github.com/vishr/echo-recipes/blob/master/v1/subdomains)
|
||||
|
@ -22,4 +22,4 @@ menu:
|
||||
|
||||
- [vishr](https://github.com/vishr)
|
||||
|
||||
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/website)
|
||||
### [Source Code](https://github.com/vishr/echo-recipes/blob/master/v1/website)
|
||||
|
@ -44,4 +44,4 @@ Hello, Server!
|
||||
|
||||
- [vishr](https://github.com/vishr)
|
||||
|
||||
### [Source Code](https://github.com/vishr/recipes/blob/master/echo.v1/websocket)
|
||||
### [Source Code](https://github.com/vishr/echo-recipes/blob/master/v1/websocket)
|
||||
|
@ -1,2 +1,2 @@
|
||||
<pre data-src="https://raw.githubusercontent.com/vishr/recipes/master/echo/recipes/{{ .Get 0 }}">
|
||||
<pre data-src="https://raw.githubusercontent.com/vishr/echo-recipes/master/v1/{{ .Get 0 }}">
|
||||
</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user