File tree 10 files changed +6
-53
lines changed
10 files changed +6
-53
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ insert_final_newline = true
13
13
trim_trailing_whitespace = true
14
14
15
15
indent_style = space
16
- indent_size = 4
16
+ indent_size = 2
17
17
18
18
[Makefile ]
19
19
indent_style = tab
Original file line number Diff line number Diff line change 1
- # [ Echo v3 ] (https://echo.labstack.com ) [ ![ GoDoc] ( http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square )] ( http://godoc.org/github.com/labstack/echo ) [ ![ License] ( http://img.shields.io/badge/license-mit-blue.svg?style=flat-square )] ( https://raw.githubusercontent.com/labstack/echo/master/LICENSE ) [ ![ Build Status] ( http://img.shields.io/travis/labstack/echo.svg?style=flat-square )] ( https://travis-ci.org/labstack/echo ) [ ![ Coverage Status] ( http://img.shields.io/coveralls/labstack/echo.svg?style=flat-square )] ( https://coveralls.io/r/labstack/echo ) [ ![ Join the chat at https://gitter.im/labstack/echo ] ( https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg?style=flat-square )] ( https://gitter.im/labstack/echo ) [ ![ Twitter] ( https://img.shields.io/badge/[email protected] ?style=flat-square )] ( https://twitter.com/labstack )
1
+ # [ Echo] (https://echo.labstack.com ) [ ![ GoDoc] ( http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square )] ( http://godoc.org/github.com/labstack/echo ) [ ![ License] ( http://img.shields.io/badge/license-mit-blue.svg?style=flat-square )] ( https://raw.githubusercontent.com/labstack/echo/master/LICENSE ) [ ![ Build Status] ( http://img.shields.io/travis/labstack/echo.svg?style=flat-square )] ( https://travis-ci.org/labstack/echo ) [ ![ Coverage Status] ( http://img.shields.io/coveralls/labstack/echo.svg?style=flat-square )] ( https://coveralls.io/r/labstack/echo ) [ ![ Join the chat at https://gitter.im/labstack/echo ] ( https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg?style=flat-square )] ( https://gitter.im/labstack/echo ) [ ![ Twitter] ( https://img.shields.io/badge/[email protected] ?style=flat-square )] ( https://twitter.com/labstack )
2
2
3
3
### Fast and unfancy HTTP server framework for Go (Golang).
4
4
Original file line number Diff line number Diff line change 1
1
+++
2
- title = " Support"
2
+ title = " Support Echo "
3
3
+++
4
4
5
5
## Support Echo Development
Original file line number Diff line number Diff line change 13
13
{{ .Content }}
14
14
</ section >
15
15
< footer style ="margin-top: 40px; ">
16
- < div id ="disqus_thread "> </ div >
17
- < script type ="text/javascript ">
18
- /* * * CONFIGURATION VARIABLES * * */
19
- var disqus_shortname = 'labstack' ;
20
-
21
- /* * * DON'T EDIT BELOW THIS LINE * * */
22
- ( function ( ) {
23
- var dsq = document . createElement ( 'script' ) ;
24
- dsq . type = 'text/javascript' ;
25
- dsq . async = true ;
26
- dsq . src = '//' + disqus_shortname + '.disqus.com/embed.js' ;
27
- ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( dsq ) ;
28
- } ) ( ) ;
29
- </ script >
30
16
</ footer >
31
17
</ article >
32
18
</ div >
Original file line number Diff line number Diff line change 31
31
}
32
32
} ) ;
33
33
</ script >
34
- <!-- <script src="//sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
35
- <script>
36
- ((window.gitter = {}).chat = {}).options = {
37
- room: 'labstack/echo'
38
- };
39
- </script> -->
40
34
< script async defer id ="github-bjs " src ="//buttons.github.io/buttons.js "> </ script >
41
35
< script src ="https://cdn.labstack.com/scripts/prism.js "> </ script >
42
36
< script src ="https://cdn.labstack.com/scripts/doc.js "> </ script >
Original file line number Diff line number Diff line change 12
12
< meta name ="twitter:image " content ="{{ .Site.Params.image }} ">
13
13
< meta property ="og:title " content ="{{ if ne .URL "/" }}{{ .Title }} | {{ end }}{{ .Site.Title }}">
14
14
< meta property ="og:site_name " content ="echo ">
15
- < meta property ="og:og: description " content ="{{ if ne .URL "/" }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
15
+ < meta property ="og:description " content ="{{ if ne .URL "/" }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
16
16
< meta property ="og:url " content ="{{ .Site.BaseURL }} ">
17
17
< meta property ="og:image " content ="{{ .Site.Params.image }} ">
18
18
< title >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- < div class ="w3-panel w3-red notice ">
1
+ < div class ="w3-panel w3-pale- red w3-leftbar w3-border-red ">
2
2
< h3 >
3
3
Check out our new project < a href ="https://github.com/labstack/armor "> Armor</ a >
4
4
</ h3 >
5
5
< p >
6
- Simple HTTP server, supports HTTP/2 and auto TLS, based on Echo v3.
6
+ Uncomplicated HTTP server, supports HTTP/2 and auto TLS
7
7
</ p >
8
8
</ div >
Original file line number Diff line number Diff line change 5
5
< a class ="support w3-btn w3-white w3-border w3-border-theme w3-round-xlarge " href ="/support-echo ">
6
6
< i class ="fa fa-heart " aria-hidden ="true "> </ i > Support Echo
7
7
</ a >
8
- < h4 >
9
- < select class ="w3-select w3-border " onchange ="version(this); ">
10
- < option value ="/v2 "> v2</ option >
11
- < option value ="/ " selected > v3</ option >
12
- </ select >
13
- </ h4 >
14
8
{{ $currentNode := . }}
15
9
{{ range .Site.Menus.side }}
16
10
< h3 > {{ .Pre }} {{ .Name }}</ h3 >
Original file line number Diff line number Diff line change 1
- function version ( e ) {
2
- window . location = e . value ;
3
- }
You can’t perform that action at this time.
0 commit comments