@@ -8,84 +8,92 @@ module.exports = {
88 {
99 type : "link" ,
1010 label : "Nimbus Onboarding" ,
11- href : "https://mana.mozilla.org/wiki/display/FJT/Nimbus+Onboarding#NimbusOnboarding-Branches" ,
11+ href :
12+ "https://mana.mozilla.org/wiki/display/FJT/Nimbus+Onboarding#NimbusOnboarding-Branches" ,
1213 } ,
1314 {
1415 type : "link" ,
1516 label : "How to Launch a Nimbus Experiment" ,
16- href : "https://mana.mozilla.org/wiki/display/FJT/How+to+Launch+a+Nimbus+Experiment" ,
17+ href :
18+ "https://mana.mozilla.org/wiki/display/FJT/How+to+Launch+a+Nimbus+Experiment" ,
1719 } ,
1820 {
1921 type : "link" ,
2022 label : "Nimbus Data Transfer Object" ,
21- href : "https://mana.mozilla.org/wiki/pages/viewpage.action?pageId=130920248"
23+ href :
24+ "https://mana.mozilla.org/wiki/pages/viewpage.action?pageId=130920248" ,
2225 } ,
2326 {
2427 type : "link" ,
2528 label : "Experiment Telemetry" ,
26- href : "https://mana.mozilla.org/wiki/display/FJT/Nimbus+Engineering#NimbusEngineering-ExperimentTelemetry"
29+ href :
30+ "https://mana.mozilla.org/wiki/display/FJT/Nimbus+Engineering#NimbusEngineering-ExperimentTelemetry" ,
2731 } ,
2832 {
2933 type : "link" ,
3034 label : "Lessons Learned" ,
31- href : "https://mana.mozilla.org/wiki/display/FJT/Lessons+Learned+-+Experiment+Incidents+and+Close+Calls" ,
35+ href :
36+ "https://mana.mozilla.org/wiki/display/FJT/Lessons+Learned+-+Experiment+Incidents+and+Close+Calls" ,
3237 } ,
33- ]
38+ ] ,
3439 } ,
3540 {
36- type : ' category' ,
37- label : ' Jetstream' ,
41+ type : " category" ,
42+ label : " Jetstream" ,
3843 items : [
3944 {
4045 type : "link" ,
4146 label : "GitHub Repo" ,
42- href : "https://github.com/mozilla/jetstream"
47+ href : "https://github.com/mozilla/jetstream" ,
4348 } ,
4449 {
4550 type : "link" ,
4651 label : "Documentation" ,
47- href : "https://docs.telemetry.mozilla.org/datasets/jetstream.html"
52+ href : "https://docs.telemetry.mozilla.org/datasets/jetstream.html" ,
4853 } ,
4954 ] ,
5055 } ,
5156 {
52- type : ' category' ,
53- label : ' Experiment Owners' ,
57+ type : " category" ,
58+ label : " Experiment Owners" ,
5459 items : [ "experiment-owners-root" ] ,
5560 } ,
5661 {
57- type : ' category' ,
58- label : ' Fenix Engineers' ,
62+ type : " category" ,
63+ label : " Fenix Engineers" ,
5964 items : [
6065 "fenix-engineers-root" ,
6166 {
6267 type : "link" ,
6368 label : "Android API (proposal)" ,
64- href : "https://docs.google.com/document/d/1kchihPal0__A4VOAiPJarNuZXns5KhOHHfIeIzT6zfU/edit#" ,
69+ href :
70+ "https://docs.google.com/document/d/1kchihPal0__A4VOAiPJarNuZXns5KhOHHfIeIzT6zfU/edit#" ,
6571 } ,
6672 ] ,
6773 } ,
6874 {
69- type : ' category' ,
70- label : ' Desktop Engineers' ,
75+ type : " category" ,
76+ label : " Desktop Engineers" ,
7177 items : [
7278 "desktop-engineers-root" ,
7379 {
7480 type : "link" ,
7581 label : "Front-End Migration Guide" ,
76- href : "https://www.notion.so/Nimbus-Migration-Guide-for-Desktop-Front-End-Experiments-d36c21e505f84550aad1202897fc4ba3" ,
82+ href :
83+ "https://www.notion.so/Nimbus-Migration-Guide-for-Desktop-Front-End-Experiments-d36c21e505f84550aad1202897fc4ba3" ,
7784 } ,
7885 {
7986 type : "link" ,
8087 label : "SDK Docs (X-Man draft)" ,
81- href : "https://docs.google.com/document/d/1ev75pG0nAM1lz53WuPQkWqykUlZMmZRbx8wzvvn5DhU/edit" ,
88+ href :
89+ "https://docs.google.com/document/d/1ev75pG0nAM1lz53WuPQkWqykUlZMmZRbx8wzvvn5DhU/edit" ,
8290 } ,
8391 ] ,
8492 } ,
8593 {
86- type : ' category' ,
87- label : ' Data Scientists' ,
94+ type : " category" ,
95+ label : " Data Scientists" ,
8896 items : [ "data-scientists-root" ] ,
89- }
97+ } ,
9098 ] ,
9199} ;
0 commit comments