@@ -3,14 +3,14 @@ import Controller from '@ember/controller';
3
3
export default class DocsController extends Controller {
4
4
5
5
docTree = [
6
- { "name" : "Documentation" , "value" :[
7
- { "name" : "Essentials" , "value" :[
8
- { "name" : "Mu-project" , "value" :"https://raw.githubusercontent.com/mu-semtech/mu-project/master/README.md" } ,
9
- { "name" : "Mu-javascript-template" , "value" :"https://raw.githubusercontent.com/mu-semtech/mu-javascript-template/master/README.md" } ,
10
- { "name" : "Mu-dispatcher" , "value" :"https://raw.githubusercontent.com/mu-semtech/mu-dispatcher/master/README.md" }
6
+ { "name" : "Documentation" , "link" : false , " value" :[
7
+ { "name" : "Essentials" , "link" : false , " value" :[
8
+ { "name" : "Mu-project" , "value" :"https://raw.githubusercontent.com/mu-semtech/mu-project/master/README.md" , "link" : true } ,
9
+ { "name" : "Mu-javascript-template" , "value" :"https://raw.githubusercontent.com/mu-semtech/mu-javascript-template/master/README.md" , "link" : true } ,
10
+ { "name" : "Mu-dispatcher" , "value" :"https://raw.githubusercontent.com/mu-semtech/mu-dispatcher/master/README.md" , "link" : true }
11
11
] } ,
12
- { "name" : "Micro-services" , "value" :[
13
- { "name" : "Mu-Authorization" , "value" :"https://raw.githubusercontent.com/mu-semtech/mu-authorization/master/README.md" }
12
+ { "name" : "Micro-services" , "link" : false , " value" :[
13
+ { "name" : "Mu-Authorization" , "value" :"https://raw.githubusercontent.com/mu-semtech/mu-authorization/master/README.md" , "link" : true }
14
14
] }
15
15
] }
16
16
] ;
0 commit comments