|
1 | 1 | module.exports = { |
2 | | - someSidebar: { |
3 | | - Docusaurus: ['doc1', 'doc2', 'doc3'], |
4 | | - Features: ['mdx'], |
5 | | - }, |
| 2 | + sidebar: [ |
| 3 | + "welcome", |
| 4 | + { |
| 5 | + type: "category", |
| 6 | + label: "Process", |
| 7 | + items: [ |
| 8 | + { |
| 9 | + type: "link", |
| 10 | + label: "Nimbus Onboarding", |
| 11 | + href: "https://mana.mozilla.org/wiki/display/FJT/Nimbus+Onboarding#NimbusOnboarding-Branches", |
| 12 | + }, |
| 13 | + { |
| 14 | + type: "link", |
| 15 | + label: "How to Launch a Nimbus Experiment", |
| 16 | + href: "https://mana.mozilla.org/wiki/display/FJT/How+to+Launch+a+Nimbus+Experiment", |
| 17 | + }, |
| 18 | + { |
| 19 | + type: "link", |
| 20 | + label: "Nimbus Data Transfer Object", |
| 21 | + href: "https://mana.mozilla.org/wiki/pages/viewpage.action?pageId=130920248" |
| 22 | + }, |
| 23 | + { |
| 24 | + type: "link", |
| 25 | + label: "Experiment Telemetry", |
| 26 | + href: "https://mana.mozilla.org/wiki/display/FJT/Nimbus+Engineering#NimbusEngineering-ExperimentTelemetry" |
| 27 | + }, |
| 28 | + { |
| 29 | + type: "link", |
| 30 | + label: "Lessons Learned", |
| 31 | + href: "https://mana.mozilla.org/wiki/display/FJT/Lessons+Learned+-+Experiment+Incidents+and+Close+Calls", |
| 32 | + }, |
| 33 | + ] |
| 34 | + }, |
| 35 | + { |
| 36 | + type: 'category', |
| 37 | + label: 'Jetstream', |
| 38 | + items: [ |
| 39 | + { |
| 40 | + type: "link", |
| 41 | + label: "GitHub Repo", |
| 42 | + href: "https://github.com/mozilla/jetstream" |
| 43 | + }, |
| 44 | + { |
| 45 | + type: "link", |
| 46 | + label: "Documentation", |
| 47 | + href: "https://docs.telemetry.mozilla.org/datasets/jetstream.html" |
| 48 | + }, |
| 49 | + ], |
| 50 | + }, |
| 51 | + { |
| 52 | + type: 'category', |
| 53 | + label: 'Experiment Owners', |
| 54 | + items: ["experiment-owners-root"], |
| 55 | + }, |
| 56 | + { |
| 57 | + type: 'category', |
| 58 | + label: 'Fenix Engineers', |
| 59 | + items: [ |
| 60 | + "fenix-engineers-root", |
| 61 | + { |
| 62 | + type: "link", |
| 63 | + label: "Android API (proposal)", |
| 64 | + href: "https://docs.google.com/document/d/1kchihPal0__A4VOAiPJarNuZXns5KhOHHfIeIzT6zfU/edit#", |
| 65 | + }, |
| 66 | + ], |
| 67 | + }, |
| 68 | + { |
| 69 | + type: 'category', |
| 70 | + label: 'Desktop Engineers', |
| 71 | + items: [ |
| 72 | + "desktop-engineers-root", |
| 73 | + { |
| 74 | + type: "link", |
| 75 | + label: "Front-End Migration Guide", |
| 76 | + href: "https://www.notion.so/Nimbus-Migration-Guide-for-Desktop-Front-End-Experiments-d36c21e505f84550aad1202897fc4ba3", |
| 77 | + }, |
| 78 | + { |
| 79 | + type: "link", |
| 80 | + label: "SDK Docs (X-Man draft)", |
| 81 | + href: "https://docs.google.com/document/d/1ev75pG0nAM1lz53WuPQkWqykUlZMmZRbx8wzvvn5DhU/edit", |
| 82 | + }, |
| 83 | + ], |
| 84 | + }, |
| 85 | + { |
| 86 | + type: 'category', |
| 87 | + label: 'Data Scientists', |
| 88 | + items: ["data-scientists-root"], |
| 89 | + } |
| 90 | + ], |
6 | 91 | }; |
0 commit comments