website/sidebars.js (20 lines of code) (raw):
/**
* 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 = {
someSidebar: {
'How-to guide': ['quick-start', 'demo-R-script', 'step-by-step-videos'],
'Robyn at a glance':['robyn-at-a-glance', 'example-plots'],
'Analysts guide to MMM':['analysts-guide-to-MMM'],
Features: [
'ridge-regression',
'variable-transformations',
'facebook-prophet',
'automated-hyperparameter-selection-optimization',
'calibration',
'outputs-diagnostics',
'window',
'refresh',
'organic-media'
],
'Getting help and contributing':['contributing'],
'About Robyn': ['about'],
},
};