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

15 lines
263 B
JavaScript

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