Chart.js/docs/sidebars.js
Ben McCann 2851a94b92
Migrate from GitBook to Docusaurus (#7295)
Migrate from GitBook to Docusaurus
2020-05-05 15:19:57 -04:00

83 lines
1.9 KiB
JavaScript

module.exports = {
someSidebar: {
Introduction: ['README'],
'Getting Started': [
'getting-started/README',
'getting-started/installation',
'getting-started/integration',
'getting-started/usage',
'getting-started/v3-migration'
],
General: [
'general/data-structures',
'general/accessibility',
'general/responsive',
'general/device-pixel-ratio',
{Interactions: ['general/interactions/README', 'general/interactions/events', 'general/interactions/modes']},
'general/options',
'general/colors',
'general/fonts',
'general/performance'
],
Configuration: [
'configuration/README',
'configuration/animations',
'configuration/layout',
'configuration/legend',
'configuration/title',
'configuration/tooltip',
'configuration/elements'
],
'Chart Types': [
'charts/line',
'charts/bar',
'charts/radar',
'charts/doughnut',
'charts/polar',
'charts/bubble',
'charts/scatter',
'charts/area',
'charts/mixed'
],
Axes:[
'axes/README',
{ Cartesian: [
'axes/cartesian/README',
'axes/cartesian/category',
'axes/cartesian/linear',
'axes/cartesian/logarithmic',
'axes/cartesian/time'
]},
{ Radial: [
'axes/radial/README',
'axes/radial/linear'
]},
'axes/labelling',
'axes/styling'
],
Developers: [
'developers/README',
'developers/api',
{
type: 'link',
label: 'TypeDoc',
href: 'typedoc/index.html'
},
'developers/updates',
'developers/plugins',
'developers/charts',
'developers/axes',
'developers/contributing'
],
'Additional Notes':[
'notes/comparison',
{
type: 'link',
label: 'Extensions',
href: 'https://github.com/chartjs/awesome'
},
'notes/license'
]
},
};