1
0
mirror of https://github.com/labstack/echo.git synced 2025-11-06 08:59:21 +02:00

Updated docs

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2015-08-28 10:37:14 -07:00
parent dfa3569fde
commit 468a3eb9b3
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# Echo
A fast and unfancy micro web framework for Golang.
A fast and unfancy micro web framework for Go.
---
@@ -26,7 +26,7 @@ A fast and unfancy micro web framework for Golang.
- Handy functions to send variety of HTTP response:
- HTML
- HTML via templates
- String
- String
- JSON
- JSONP
- XML

View File

@@ -1,5 +1,5 @@
site_name: Echo
theme: journal
theme: flatly
theme_dir: echo
copyright: '&copy; 2015 LabStack'
repo_url: https://github.com/labstack/echo
@@ -16,4 +16,4 @@ pages:
- JWT Authentication: recipes/jwt-authentication.md
- Graceful Shutdown: recipes/graceful-shutdown.md
extra:
site_title: Echo, a fast and unfancy micro web framework for Golang.
site_title: Echo, a fast and unfancy micro web framework for Go.