Skip to content

Instantly share code, notes, and snippets.

@rquast
Created December 7, 2017 20:51
Show Gist options
  • Save rquast/e3986988e293cb39b60650d440c997be to your computer and use it in GitHub Desktop.
Save rquast/e3986988e293cb39b60650d440c997be to your computer and use it in GitHub Desktop.
[
{
"route": ["", "wiki"],
"name": "wiki",
"menu": "main",
"settings": {
"showTopicExplorer": true
},
"nav": true,
"auth": false,
"icon": "uk-icon-book",
"title": "Wiki",
"moduleId": "views/wiki/wiki",
"right": "chat"
},
{
"route": "login",
"name": "login",
"nav": false,
"auth": false,
"title": "Login",
"moduleId": "login"
},
{
"route": "chat",
"name": "chat",
"menu": "main",
"settings": {
"showTopicExplorer": true
},
"nav": true,
"auth": true,
"totals": true,
"totalFn": "chatUnreadCount",
"icon": "uk-icon-comments-o",
"title": "Chat",
"moduleId": "./views/chat/chat",
"left": "wiki",
"right": "issues"
},
{
"route": "issues",
"name": "issues",
"menu": "main",
"nav": true,
"auth": true,
"totals": true,
"totalFn": "issuesUnreadCount",
"settings": {
"showTopicExplorer": true
},
"icon": "uk-icon-star-o",
"title": "Issues",
"moduleId": "./views/issues/issues",
"left": "chat"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment