mirror of
https://github.com/labstack/echo.git
synced 2025-09-16 09:16:29 +02:00
@@ -13,7 +13,7 @@ insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
indent_size = 2
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# [Echo v3] (https://echo.labstack.com) [](http://godoc.org/github.com/labstack/echo) [](https://raw.githubusercontent.com/labstack/echo/master/LICENSE) [](https://travis-ci.org/labstack/echo) [](https://coveralls.io/r/labstack/echo) [](https://gitter.im/labstack/echo) [](https://twitter.com/labstack)
|
||||
# [Echo] (https://echo.labstack.com) [](http://godoc.org/github.com/labstack/echo) [](https://raw.githubusercontent.com/labstack/echo/master/LICENSE) [](https://travis-ci.org/labstack/echo) [](https://coveralls.io/r/labstack/echo) [](https://gitter.im/labstack/echo) [](https://twitter.com/labstack)
|
||||
|
||||
### Fast and unfancy HTTP server framework for Go (Golang).
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
+++
|
||||
title = "Support"
|
||||
title = "Support Echo"
|
||||
+++
|
||||
|
||||
## Support Echo Development
|
||||
|
@@ -13,20 +13,6 @@
|
||||
{{ .Content }}
|
||||
</section>
|
||||
<footer style="margin-top: 40px;">
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
/* * * CONFIGURATION VARIABLES * * */
|
||||
var disqus_shortname = 'labstack';
|
||||
|
||||
/* * * DON'T EDIT BELOW THIS LINE * * */
|
||||
(function() {
|
||||
var dsq = document.createElement('script');
|
||||
dsq.type = 'text/javascript';
|
||||
dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
|
@@ -31,12 +31,6 @@
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<!-- <script src="//sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
|
||||
<script>
|
||||
((window.gitter = {}).chat = {}).options = {
|
||||
room: 'labstack/echo'
|
||||
};
|
||||
</script> -->
|
||||
<script async defer id="github-bjs" src="//buttons.github.io/buttons.js"></script>
|
||||
<script src="https://cdn.labstack.com/scripts/prism.js"></script>
|
||||
<script src="https://cdn.labstack.com/scripts/doc.js"></script>
|
||||
|
@@ -12,7 +12,7 @@
|
||||
<meta name="twitter:image" content="{{ .Site.Params.image }}">
|
||||
<meta property="og:title" content="{{ if ne .URL "/" }}{{ .Title }} | {{ end }}{{ .Site.Title }}">
|
||||
<meta property="og:site_name" content="echo">
|
||||
<meta property="og:og:description" content="{{ if ne .URL "/" }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
|
||||
<meta property="og:description" content="{{ if ne .URL "/" }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
|
||||
<meta property="og:url" content="{{ .Site.BaseURL }}">
|
||||
<meta property="og:image" content="{{ .Site.Params.image }}">
|
||||
<title>
|
||||
|
@@ -1,18 +0,0 @@
|
||||
<nav class="w3-sidenav">
|
||||
{{ $currentNode := . }}
|
||||
{{ range .Site.Menus.side }}
|
||||
<h4>{{ .Pre }} {{ .Name }}</h4>
|
||||
{{ range .Children }}
|
||||
<a{{ if $currentNode.IsMenuCurrent "side" . }} class="w3-theme"{{ end }} href="{{ .URL }}">
|
||||
{{ .Name }}
|
||||
</a>
|
||||
{{ if .HasChildren }}
|
||||
{{ range .Children }}
|
||||
<a {{ if $currentNode.IsMenuCurrent "side" . }} class="w3-theme"{{ end }} href="{{ .URL }}">
|
||||
{{ .Name }}
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</nav>
|
@@ -1,8 +1,8 @@
|
||||
<div class="w3-panel w3-red notice">
|
||||
<div class="w3-panel w3-pale-red w3-leftbar w3-border-red">
|
||||
<h3>
|
||||
Check out our new project <a href="https://github.com/labstack/armor">Armor</a>
|
||||
</h3>
|
||||
<p>
|
||||
Simple HTTP server, supports HTTP/2 and auto TLS, based on Echo v3.
|
||||
Uncomplicated HTTP server, supports HTTP/2 and auto TLS
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -5,12 +5,6 @@
|
||||
<a class="support w3-btn w3-white w3-border w3-border-theme w3-round-xlarge" href="/support-echo">
|
||||
<i class="fa fa-heart" aria-hidden="true"></i> Support Echo
|
||||
</a>
|
||||
<h4>
|
||||
<select class="w3-select w3-border" onchange="version(this);">
|
||||
<option value="/v2">v2</option>
|
||||
<option value="/" selected>v3</option>
|
||||
</select>
|
||||
</h4>
|
||||
{{ $currentNode := . }}
|
||||
{{ range .Site.Menus.side }}
|
||||
<h3>{{ .Pre }} {{ .Name }}</h3>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
function version(e) {
|
||||
window.location = e.value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user