mirror of
https://github.com/labstack/echo.git
synced 2024-11-28 08:38:39 +02:00
0176385654
Signed-off-by: Vishal Rana <vr@labstack.com>
27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|
"baseurl": "http://labstack.com/echo",
|
|
"languageCode": "en-us",
|
|
"title": "Echo",
|
|
"canonifyurls": true,
|
|
|
|
"menu": {
|
|
"side": [{
|
|
"name": "Guide",
|
|
"pre": "<i class='fa fa-book'></i>",
|
|
"weight": 1,
|
|
"identifier": "guide",
|
|
"url": "guide"
|
|
}, {
|
|
"Name": "Recipes",
|
|
"Pre": "<i class='fa fa-code'></i>",
|
|
"Weight": 2,
|
|
"Identifier": "recipes",
|
|
"URL": "recipes"
|
|
}]
|
|
},
|
|
|
|
"params": {
|
|
"googleAnayticsId": "UA-51208124-3"
|
|
}
|
|
}
|