Skip to content

Commit 4dc8cbd

Browse files
author
Vishal Rana
committed
updated docs
Signed-off-by: Vishal Rana <[email protected]>
1 parent f9e9733 commit 4dc8cbd

File tree

10 files changed

+6
-53
lines changed

10 files changed

+6
-53
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ insert_final_newline = true
1313
trim_trailing_whitespace = true
1414

1515
indent_style = space
16-
indent_size = 4
16+
indent_size = 2
1717

1818
[Makefile]
1919
indent_style = tab

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

website/content/support-echo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Support"
2+
title = "Support Echo"
33
+++
44

55
## Support Echo Development

website/layouts/_default/single.html

-14
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,6 @@
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>

website/layouts/partials/footer.html

-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
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>

website/layouts/partials/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>

website/layouts/partials/menu.html

-18
This file was deleted.

website/layouts/partials/notice.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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>

website/layouts/partials/sidenav.html

-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
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>

website/static/scripts/main.js

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
function version(e) {
2-
window.location = e.value;
3-
}

0 commit comments

Comments
 (0)