2015-04-19 06:53:38 +02:00
|
|
|
site_name: Echo
|
2015-06-08 04:57:49 +02:00
|
|
|
theme: journal
|
|
|
|
theme_dir: echo
|
2015-06-15 02:15:45 +02:00
|
|
|
copyright: '© 2015 LabStack'
|
2015-04-19 06:53:38 +02:00
|
|
|
repo_url: https://github.com/labstack/echo
|
2015-04-24 23:02:14 +02:00
|
|
|
google_analytics: ['UA-51208124-3', 'auto']
|
2015-06-30 20:51:08 +02:00
|
|
|
pages:
|
|
|
|
- Home: index.md
|
|
|
|
- Guide: guide.md
|
|
|
|
- Recipes:
|
|
|
|
- File Upload: recipes/file-upload.md
|
2015-06-30 21:10:35 +02:00
|
|
|
- Streaming File Upload: recipes/streaming-file-upload.md
|
2015-06-30 20:51:08 +02:00
|
|
|
- Streaming Response: recipes/streaming-response.md
|
|
|
|
- WebSocket: recipes/websocket.md
|
2015-07-02 06:22:51 +02:00
|
|
|
- Subdomains: recipes/subdomains.md
|
2015-07-08 22:51:08 +02:00
|
|
|
- JWT Authentication: recipes/jwt-authentication.md
|
2015-06-30 21:10:35 +02:00
|
|
|
- Graceful Shutdown: recipes/graceful-shutdown.md
|
|
|
|
extra:
|
|
|
|
site_title: Echo, a fast and unfancy micro web framework for Golang.
|