1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-03 22:52:19 +02:00
echo/website/config.json
Vishal Rana 1f7e699120 Fixed broken links in website
Signed-off-by: Vishal Rana <vr@labstack.com>

Fixed broken links in website

Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-02 20:11:06 -07:00

27 lines
593 B
JSON

{
"baseurl": "http://labstack.com/echo",
"languageCode": "en-us",
"title": "Echo",
"canonifyurls": true,
"menu": {
"main": [{
"Name": "Guide",
"Pre": "<i class='fa fa-book'></i>",
"Weight": 10,
"Identifier": "guide",
"URL": "guide"
}, {
"Name": "Recipes",
"Pre": "<i class='fa fa-code'></i>",
"Weight": 20,
"Identifier": "recipes",
"URL": "recipes"
}]
},
"params": {
"googleAnayticsId": "UA-51208124-3"
}
}