mirror of
https://github.com/labstack/echo.git
synced 2024-11-28 08:38:39 +02:00
468a3eb9b3
Signed-off-by: Vishal Rana <vr@labstack.com>
20 lines
648 B
YAML
20 lines
648 B
YAML
site_name: Echo
|
|
theme: flatly
|
|
theme_dir: echo
|
|
copyright: '© 2015 LabStack'
|
|
repo_url: https://github.com/labstack/echo
|
|
google_analytics: ['UA-51208124-3', 'auto']
|
|
pages:
|
|
- Home: index.md
|
|
- Guide: guide.md
|
|
- Recipes:
|
|
- File Upload: recipes/file-upload.md
|
|
- Streaming File Upload: recipes/streaming-file-upload.md
|
|
- Streaming Response: recipes/streaming-response.md
|
|
- WebSocket: recipes/websocket.md
|
|
- Subdomains: recipes/subdomains.md
|
|
- JWT Authentication: recipes/jwt-authentication.md
|
|
- Graceful Shutdown: recipes/graceful-shutdown.md
|
|
extra:
|
|
site_title: Echo, a fast and unfancy micro web framework for Go.
|