File tree Expand file tree Collapse file tree 10 files changed +6
-53
lines changed
Expand file tree Collapse file tree 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
1313trim_trailing_whitespace = true
1414
1515indent_style = space
16- indent_size = 4
16+ indent_size = 2
1717
1818[Makefile ]
1919indent_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 ) 22
33### Fast and unfancy HTTP server framework for Go (Golang).
44
Original file line number Diff line number Diff line change 11+++
2- title = " Support"
2+ title = " Support Echo "
33+++
44
55## Support Echo Development
Original file line number Diff line number Diff line change 1313 {{ .Content }}
1414 </ section >
1515 < 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 >
3016 </ footer >
3117 </ article >
3218 </ div >
Original file line number Diff line number Diff line change 3131 }
3232 } ) ;
3333</ 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> -->
4034< script async defer id ="github-bjs " src ="//buttons.github.io/buttons.js "> </ script >
4135< script src ="https://cdn.labstack.com/scripts/prism.js "> </ script >
4236< script src ="https://cdn.labstack.com/scripts/doc.js "> </ script >
Original file line number Diff line number Diff line change 1212 < meta name ="twitter:image " content ="{{ .Site.Params.image }} ">
1313 < meta property ="og:title " content ="{{ if ne .URL "/" }}{{ .Title }} | {{ end }}{{ .Site.Title }}">
1414 < 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 }}">
1616 < meta property ="og:url " content ="{{ .Site.BaseURL }} ">
1717 < meta property ="og:image " content ="{{ .Site.Params.image }} ">
1818 < 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 ">
22 < h3 >
33 Check out our new project < a href ="https://github.com/labstack/armor "> Armor</ a >
44 </ h3 >
55 < 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
77 </ p >
88</ div >
Original file line number Diff line number Diff line change 55 < a class ="support w3-btn w3-white w3-border w3-border-theme w3-round-xlarge " href ="/support-echo ">
66 < i class ="fa fa-heart " aria-hidden ="true "> </ i > Support Echo
77 </ 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 >
148 {{ $currentNode := . }}
159 {{ range .Site.Menus.side }}
1610 < 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