ohif-viewer/platform/ui/doczrc.js
2020-05-15 12:46:23 +01:00

15 lines
266 B
JavaScript

export default {
title: '@ohif/ui',
menu: [
'Getting Started',
// COMPONENTS ARE DEFINED JUST TO CUSTOMIZE THEIR SORTING
'General',
'Form',
'Navigation',
// 'Feedback',
// 'Other',
'Data Display',
],
ignore: ['README.md'],
};