2020-03-12 17:23:05 +01:00
|
|
|
export default {
|
|
|
|
|
title: '@ohif/ui',
|
2020-04-04 01:08:34 +02:00
|
|
|
menu: [
|
|
|
|
|
'Getting Started',
|
|
|
|
|
// COMPONENTS ARE DEFINED JUST TO CUSTOMIZE THEIR SORTING
|
|
|
|
|
'General',
|
2020-04-10 21:47:08 +02:00
|
|
|
'Data Display',
|
|
|
|
|
'Feedback',
|
2020-04-04 01:08:34 +02:00
|
|
|
'Form',
|
|
|
|
|
'Navigation',
|
|
|
|
|
// 'Other',
|
|
|
|
|
],
|
|
|
|
|
ignore: ['README.md'],
|
2020-03-12 17:23:05 +01:00
|
|
|
};
|