1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-28 08:38:39 +02:00
echo/website/config.json
Vishal Rana 0176385654 Moved examples to recipes
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-08 20:10:55 -07:00

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"
}
}