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 5a71f202f5 Updated docs, fixed #225.
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-02 11:24:59 -07:00

26 lines
571 B
JSON

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