mirror of
https://github.com/labstack/echo.git
synced 2025-01-03 22:52:19 +02:00
fe269b3e1c
Signed-off-by: Vishal Rana <vr@labstack.com>
17 lines
525 B
JSON
17 lines
525 B
JSON
{
|
|
"baseurl": "https://echo.labstack.com",
|
|
"languageCode": "en-us",
|
|
"title": "Echo - Fast and unfancy HTTP server framework for Go (Golang)",
|
|
"canonifyurls": true,
|
|
"googleAnalytics": "UA-85059636-2",
|
|
"permalinks": {
|
|
"guide": "/guide/:filename",
|
|
"middleware": "/middleware/:filename",
|
|
"recipes": "/recipes/:filename"
|
|
},
|
|
"params": {
|
|
"image": "https://echo.labstack.com/images/logo.png",
|
|
"description": "Echo is a high performance, extensible, minimalist web framework for Go (Golang)."
|
|
}
|
|
}
|