Created
December 7, 2017 20:51
-
-
Save rquast/e3986988e293cb39b60650d440c997be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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