-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.js
24 lines (23 loc) · 1.24 KB
/
sidebars.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
module.exports = {
docs: {
['Overview']: ['why/canarytrace','why/edition'],
['Get Started']: ['canary/start', 'canary/start-cloud'],
Features: ['features/overview', 'features/live-reporting', 'features/daily-report','features/filebeat', 'features/installer', 'features/docker', 'features/dashboards', 'features/lighthouse', 'features/shipper', 'features/hero', 'features/request-log', 'features/coverage-audit', 'features/memory', 'features/console'],
Guides: ['guides/architecture', 'guides/elasticsearch', 'guides/cli', 'guides/api', 'guides/lifecycle', 'guides/listener', 'guides/kubernetes', 'guides/linux', 'guides/windows', 'guides/wdio'],
References: ['references/releases', 'references/roadmap', 'references/glosary', 'references/awesome', 'references/troubleshooting'],
Media: ['media/webinars'],
Newsroom: ['news/what-is-web-perf',
'news/hero-elements',
'news/need-for-speed',
'news/good-shape'],
Support: ['support/bugs', 'support/contactus', 'support/subscribe'],
},
};